--- psiconv/trunk/etc/psiconv.conf 2003/12/02 19:48:45 177 +++ psiconv/trunk/etc/psiconv.conf 2004/01/09 22:20:03 185 @@ -27,12 +27,13 @@ # is parsing Psion files. # There are four levels of verbosity; higher numbers generate more output: # 1: Only display fatal errors -# 2: Display warnings and errors -# 3: Display progress information -# 4: Display debug information +# 2: Display errors +# 3: Display warnings +# 4: Display progress information +# 5: Display debug information # Programs can use their own error/information reporting routines; by default, # everything is logged to stderr. -#Verbosity = 2 +#Verbosity = 3 #################### # Display settings # @@ -57,6 +58,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 +100,10 @@ #RedBits = 0 #GreenBits = 0 #BlueBits = 0 - +CharacterSet = 1 +UnknownUnicodeChar = 63 +UnknownEPOCChar = 63 + +########################### +# ADD YOUR SETTINGS BELOW # +###########################