# Unicode-derived Character Mapping Table # DOS code page ISO Latin-7 <-> ISO Latin-7 # # To use this file, compile it with MKCHRTAB (MKCHRTAB32 for Windows # 95/NT users). # # the internal character set is ISO Latin-7, which has the ID "La7" id = La7 # provide the full name of the internal character set, for display purposes ldesc = ISO Latin-7 (8859-7) # 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-7.TXT" internal="8859-7.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