# Unicode-derived Character Mapping Table # DOS code page ISO Latin-10 <-> ISO Latin-10 # # TODO why? # # To use this file, compile it with MKCHRTAB (MKCHRTAB32 for Windows # 95/NT users). # # the internal character set is ISO Latin-10, which has the ID "La10" id = La10 # provide the full name of the internal character set, for display purposes ldesc = ISO Latin-10 (8859-10) # Load the Unicode mapping tables. # NOTE - these Unicode files are NOT part of the TADS distribution. The # Unicode Consortium publishes these files, but does not allow third-party # distribution. You can obtain them directly from the Unicode web site at # # ftp://ftp.unicode.org/Public/MAPPINGS # unicode native="8859-10.TXT" internal="8859-10.TXT" # Set the default character mappings. These will be used for characters # that can't be mapped from one character set to the other. For the # internal default, use code 129, since it's not used by ISO Latin-1. # For the native default, use character code 250; this is a small mid-line # dot, which will provide a reasonable visual appearance for missing # characters. # internal_default = 129 native_default = 250