This is the README file for the character mapping tables.

The directory unitables contains the following files:

Case mapping table:
===================
unicase.cfg         The uppercase/lowercase mapping table for unicode. Parts
                    of this table are built into Sharity. If you need the
                    full version, enter the path to this file in the
                    configuration file variable "caseConvertFile".

Character set conversion tables (Unicode to whatever):
======================================================
unimap8859-1.cfg    conversion to ISO "Western European" character set
unimap8859-2.cfg    conversion to ISO "Eastern European" character set
unimap8859-3.cfg    conversion to ISO "Other Latin Languages" character set
unimap8859-4.cfg    conversion to ISO "Northern European" character set
unimap8859-5.cfg    conversion to ISO Latin/Cyrillic character set
unimap8859-6.cfg    conversion to ISO Latin/Arabic character set
unimap8859-7.cfg    conversion to ISO Latin/Greek character set
unimap8859-8.cfg    conversion to ISO Latin/Hebrew character set
unimap8859-9.cfg    conversion to ISO Latin/Turkish character set
unimapBig5.cfg      conversion to Big5 (Asian) character set (16 bit)
unimapCP437.cfg     conversion to DOS codepage 437 (Latin US) character set 
unimapCP737.cfg     conversion to DOS codepage 737 (Greek) character set
unimapCP775.cfg     conversion to DOS codepage 775 (Baltic Rim) character set
unimapCP850.cfg     conversion to DOS codepage 850 (DOS Latin 1) character set
unimapCP852.cfg     conversion to DOS codepage 852 (DOS Latin 2) character set
unimapCP855.cfg     conversion to DOS codepage 855 (Cyrillic) character set
unimapCP857.cfg     conversion to DOS codepage 857 (Turkish) character set
unimapCP860.cfg     conversion to DOS codepage 860 (Portuguese) character set
unimapCP861.cfg     conversion to DOS codepage 861 (Icelandic) character set
unimapCP862.cfg     conversion to DOS codepage 862 (Hebrew) character set
unimapCP863.cfg     conversion to DOS codepage 863 (CanadaF) character set
unimapCP864.cfg     conversion to DOS codepage 864 (Arabic) character set
unimapCP865.cfg     conversion to DOS codepage 865 (Nordic) character set
unimapCP866.cfg     conversion to DOS codepage 866 (Cyrillic Russian) char set
unimapCP869.cfg     conversion to DOS codepage 869 (Greek 2) character set
unimapCP874.cfg     conversion to DOS codepage 874 (Thai) character set
unimapNeXT.cfg      conversion to NEXTSTEP character set
unimapJIS.cfg       conversion to JIS208 and JIS212 Kanji char sets (16 bit)
unimapJIS201.cfg    conversion to JIS201 Kanji character set (8 bit)
unimap-eucJP.cfg    conversion to eucJP-ms JIS X 0201 and JIS X 0208 (Japanese
                    EUC) character set
unimapShiftJIS.cfg  conversion to ShiftJIS Kanji character set (8/16 bit)
unimapShiftJIS-std.cfg conversion to ShiftJIS Kanji character set (8/16 bit)
                    (This version is straight after the standards but probably
                    not usable because of the backslash mapping). See the
                    remarks in unimapShiftJIS.cfg for an explanation.
unimapAppleUTF8.cfg conversion to Apple's HFS+ version of UTF8/Unicode, table
                    consists only of the frequently used glyphs
unimapAppleFullUTF8.cfg same as previous, consisting of ALL glyphs

The syntax of these files is described at the beginning of each file.

Without mapping files configured, Sharity assumes "DOS codepage 437" or
Unicode servers (negotiated with the server) and ISO 8859-1 ("Western
European") clients. If you need different settings, copy this directory with
all mapping files to a standard path (e.g. /usr/local/sharity) and set the
configuration variables "caseConvertFile", "serverCharMapFile" and
"clientCharMapFile" to point to the appropriate mapping files. If Sharity
and the server agree on Unicode (default for Windows NT), the server mapping
tables are not needed.

Sharity displays characters that can't be mapped as question mark ("?").
If you see lots of question marks in the output of "ls", you have probably
selected the wrong mapping tables.


---
Contact information:
e-mail: office@obdev.at
www:    http://www.obdev.at/
Author: Christian Starkjohann <cs@obdev.at>
