--- psiconv/trunk/etc/psiconv.conf 2004/01/04 15:47:16 181 +++ 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 # @@ -99,5 +100,10 @@ #RedBits = 0 #GreenBits = 0 #BlueBits = 0 -CharacterSet = 0 -DefaultChar = 63 +CharacterSet = 1 +UnknownUnicodeChar = 63 +UnknownEPOCChar = 63 + +########################### +# ADD YOUR SETTINGS BELOW # +###########################