summaryrefslogtreecommitdiff
path: root/src/xutf8/utils/README.txt
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2018-12-10 16:50:56 +0100
committerAlbrecht Schlosser <albrechts.fltk@online.de>2018-12-10 16:50:56 +0100
commit745828154547e0dbd635afb9fae469eac37a255a (patch)
tree98f5264fd76dbfa1d6c513a176903e83d6f179a1 /src/xutf8/utils/README.txt
parent810b91471761e3d1736ed79de06b4c8a69125b30 (diff)
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.
Diffstat (limited to 'src/xutf8/utils/README.txt')
-rw-r--r--src/xutf8/utils/README.txt14
1 files changed, 14 insertions, 0 deletions
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.
+
+