--- psiconv/trunk/etc/psiconv.conf 2003/12/13 23:26:37 180 +++ psiconv/trunk/etc/psiconv.conf 2004/01/04 15:47:16 181 @@ -57,6 +57,39 @@ #GreenBits = 0 #BlueBits = 0 +############################ +# Character table settings # +############################ + +# Settings to determine the used character set + +# The character set used in EPOC files (individual characters can be +# changed below) +# 0: IBM Codepage 1252 (Western Europe Psions) +# If you have another characterset, please let me know, and I will add it here. +#CharacterSet = 0 + +# if the character set specified above does not completely match, you can +# change individual characters here. The number in the variable name is the +# number of the EPOC format character; the number in the value is the +# corresponding Unicode codepoint. +#Char130 = 33304 + +# The unknown character placeholder (EPOC format) +# When translating from Unicode back to EPOC format, the Unicode character +# may not be presentable. This is the Psion codepage character number to +# use in this case. The default below is a question mark. +# Allowed values: 0 to 255 +#UnknownEPOCChar = 63 + +# The unknown character placeholder (Unicode format) +# When translating from EPOC format to Unicode, the EPOC character +# may not be known. This is the Unicode character number to +# use in this case. The default below is a question mark. +# Allowed values: 0 to 65535 +#UnknownUnicodeChar = 63 + + #################################### # DEFAULTS FOR THE PSION 5 AND 5MX # #################################### @@ -66,4 +99,5 @@ #RedBits = 0 #GreenBits = 0 #BlueBits = 0 - +CharacterSet = 0 +DefaultChar = 63