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/utils/README | 14 -------------- src/xutf8/utils/README.txt | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 14 deletions(-) delete mode 100644 src/xutf8/utils/README create mode 100644 src/xutf8/utils/README.txt (limited to 'src/xutf8/utils') 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