| 1 | |
| 2 | Files in this directory are used to generate |
| 3 | src/common/unictabl.inc -- wxEncodingConverter helper tables that hold |
| 4 | information about charset-to-unicode and unicode-to-charset conversion |
| 5 | |
| 6 | These scripts will most probably not run under Windows, even with |
| 7 | Cygwin tools. You'll need some Unix machine |
| 8 | (tested only under Linux, so...) |
| 9 | |
| 10 | To add support for new encoding, simply add proper .TXT file from |
| 11 | ftp://ftp.unicode.org/MAPPINGS to mappings directory. But **please** |
| 12 | make sure that newly added file has only CR, not LF+CR at end of line. |
| 13 | Also make sure it consists of 4 tab-separated columns (not spaces; |
| 14 | # and comment must be separated by one tab) |
| 15 | |
| 16 | After adding the file, run ./regenerate.sh and commit |
| 17 | src/common/unictabl.inc to CVS. |
| 18 | |
| 19 | Or just send the mapping file to me (v.slavik@volny.cz) and I'll |
| 20 | take care of it myself ;-) |
| 21 | |