From 745828154547e0dbd635afb9fae469eac37a255a Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Mon, 10 Dec 2018 16:50:56 +0100 Subject: Rename README files to README.txt (and several similar files). Files without '.txt' suffix can't be handled well by Windows (users), hence renaming such text files to *.txt makes FLTK more "Windows-friendly". There are a few exceptions (this is intentional): README and other files in bundled libraries (maintained upstream) are not changed. --- src/xutf8/README | 57 ------------------------------------------ src/xutf8/README.txt | 57 ++++++++++++++++++++++++++++++++++++++++++ src/xutf8/lcUniConv/README | 12 --------- src/xutf8/lcUniConv/README.txt | 12 +++++++++ src/xutf8/utils/README | 14 ----------- src/xutf8/utils/README.txt | 14 +++++++++++ 6 files changed, 83 insertions(+), 83 deletions(-) delete mode 100644 src/xutf8/README create mode 100644 src/xutf8/README.txt delete mode 100644 src/xutf8/lcUniConv/README create mode 100644 src/xutf8/lcUniConv/README.txt delete mode 100644 src/xutf8/utils/README create mode 100644 src/xutf8/utils/README.txt (limited to 'src') diff --git a/src/xutf8/README b/src/xutf8/README deleted file mode 100644 index 6bada4c49..000000000 --- a/src/xutf8/README +++ /dev/null @@ -1,57 +0,0 @@ ---------------------------------------------------------------------------- -Important note: this file is outdated (as of FLTK 1.3.x, 2012 and later). -Many things have been changed meanwhile. -Use all information with care! ---------------------------------------------------------------------------- - - - -supported encodings : ---------------------- -iso10646-1 -iso8859-1 -iso8859-2 -iso8859-3 -iso8859-4 -iso8859-5 -iso8859-6 -iso8859-7 -iso8859-8 -iso8859-9 -iso8859-10 -iso8859-11 -iso8859-13 -iso8859-14 -iso8859-15 -koi8-r -koi8-u -big5-0 -gbk -gb2312.1980-0 -jisx0201.1976-0 -jisx0208.1983-0 -jisx0212.1990-0 -ksc5601.1987-0 -symbol -dingbats - - - -ORIGINAL FILES : -================ - -The directory lcUniConv is copied from the xfree project cvs system. -( -export CVS_RSH=ssh -export CVSROOT=anoncvs@anoncvs.xfree86.org:/cvs -cvs checkout xc/lib/X11/lcUniConv -password: anoncvs -) - -The file imKStoUCS.c is copied from the xfree project cvs system. -( -export CVS_RSH=ssh -export CVSROOT=anoncvs@anoncvs.xfree86.org:/cvs -cvs checkout xc/lib/X11 -password: anoncvs -) diff --git a/src/xutf8/README.txt b/src/xutf8/README.txt new file mode 100644 index 000000000..6bada4c49 --- /dev/null +++ b/src/xutf8/README.txt @@ -0,0 +1,57 @@ +--------------------------------------------------------------------------- +Important note: this file is outdated (as of FLTK 1.3.x, 2012 and later). +Many things have been changed meanwhile. +Use all information with care! +--------------------------------------------------------------------------- + + + +supported encodings : +--------------------- +iso10646-1 +iso8859-1 +iso8859-2 +iso8859-3 +iso8859-4 +iso8859-5 +iso8859-6 +iso8859-7 +iso8859-8 +iso8859-9 +iso8859-10 +iso8859-11 +iso8859-13 +iso8859-14 +iso8859-15 +koi8-r +koi8-u +big5-0 +gbk +gb2312.1980-0 +jisx0201.1976-0 +jisx0208.1983-0 +jisx0212.1990-0 +ksc5601.1987-0 +symbol +dingbats + + + +ORIGINAL FILES : +================ + +The directory lcUniConv is copied from the xfree project cvs system. +( +export CVS_RSH=ssh +export CVSROOT=anoncvs@anoncvs.xfree86.org:/cvs +cvs checkout xc/lib/X11/lcUniConv +password: anoncvs +) + +The file imKStoUCS.c is copied from the xfree project cvs system. +( +export CVS_RSH=ssh +export CVSROOT=anoncvs@anoncvs.xfree86.org:/cvs +cvs checkout xc/lib/X11 +password: anoncvs +) diff --git a/src/xutf8/lcUniConv/README b/src/xutf8/lcUniConv/README deleted file mode 100644 index 6c0ca937e..000000000 --- a/src/xutf8/lcUniConv/README +++ /dev/null @@ -1,12 +0,0 @@ -$XFree86: xc/lib/X11/lcUniConv/README,v 1.3 2003/10/24 15:34:01 tsi Exp $ - -The files in this directory are taken from the libiconv-1.1 package. - -The *.h files were generated from tables (mostly from ftp.unicode.org) using -the programs '8bit_tab_to_h.c', 'cjk_tab_to_h.c' and 'gbk_tab_to_h.c'. On some of them, further -optimizations were applied by hand. - -If you find a bug in these files, instead of modifying them in XFree86 -and let it diverge from libiconv, please notify the libiconv maintainer -(currently ) so he can fix both in synch. - diff --git a/src/xutf8/lcUniConv/README.txt b/src/xutf8/lcUniConv/README.txt new file mode 100644 index 000000000..6c0ca937e --- /dev/null +++ b/src/xutf8/lcUniConv/README.txt @@ -0,0 +1,12 @@ +$XFree86: xc/lib/X11/lcUniConv/README,v 1.3 2003/10/24 15:34:01 tsi Exp $ + +The files in this directory are taken from the libiconv-1.1 package. + +The *.h files were generated from tables (mostly from ftp.unicode.org) using +the programs '8bit_tab_to_h.c', 'cjk_tab_to_h.c' and 'gbk_tab_to_h.c'. On some of them, further +optimizations were applied by hand. + +If you find a bug in these files, instead of modifying them in XFree86 +and let it diverge from libiconv, please notify the libiconv maintainer +(currently ) so he can fix both in synch. + diff --git a/src/xutf8/utils/README b/src/xutf8/utils/README deleted file mode 100644 index 5f6771d7a..000000000 --- a/src/xutf8/utils/README +++ /dev/null @@ -1,14 +0,0 @@ -tbl_gen.sh : - shell script that convert unicode.org mappings tables to c headers. - Also creates unicode2fontmap.c. - -conv_gen.c: - create unicode2fontmap.c functions. - -convert_map.c: - convert diffrent unicode.org mappings to a unique format. - -create_table.c: - convert text files created by convert_map.c to to c tables. - - diff --git a/src/xutf8/utils/README.txt b/src/xutf8/utils/README.txt new file mode 100644 index 000000000..5f6771d7a --- /dev/null +++ b/src/xutf8/utils/README.txt @@ -0,0 +1,14 @@ +tbl_gen.sh : + shell script that convert unicode.org mappings tables to c headers. + Also creates unicode2fontmap.c. + +conv_gen.c: + create unicode2fontmap.c functions. + +convert_map.c: + convert diffrent unicode.org mappings to a unique format. + +create_table.c: + convert text files created by convert_map.c to to c tables. + + -- cgit v1.2.3