| … |  | … |  | 
| 25 | # The verbosity of the libary | 25 | # The verbosity of the libary | 
| 26 | # This determines how much output the library generates, especially when it | 26 | # This determines how much output the library generates, especially when it | 
| 27 | # is parsing Psion files. | 27 | # is parsing Psion files. | 
| 28 | # There are four levels of verbosity; higher numbers generate more output: | 28 | # There are four levels of verbosity; higher numbers generate more output: | 
| 29 | #   1: Only display fatal errors | 29 | #   1: Only display fatal errors | 
|  |  | 30 | #   2: Display errors | 
| 30 | #   2: Display warnings and errors | 31 | #   3: Display warnings | 
| 31 | #   3: Display progress information | 32 | #   4: Display progress information | 
| 32 | #   4: Display debug information | 33 | #   5: Display debug information | 
| 33 | # Programs can use their own error/information reporting routines; by default, | 34 | # Programs can use their own error/information reporting routines; by default, | 
| 34 | # everything is logged to stderr. | 35 | # everything is logged to stderr. | 
| 35 | #Verbosity = 2 | 36 | #Verbosity = 3 | 
| 36 |  | 37 |  | 
| 37 | #################### | 38 | #################### | 
| 38 | # Display settings # | 39 | # Display settings # | 
| 39 | #################### | 40 | #################### | 
| 40 |  | 41 |  | 
| … |  | … |  | 
| 97 | Color = 0 | 98 | Color = 0 | 
| 98 | ColorDepth = 2 | 99 | ColorDepth = 2 | 
| 99 | #RedBits = 0 | 100 | #RedBits = 0 | 
| 100 | #GreenBits = 0 | 101 | #GreenBits = 0 | 
| 101 | #BlueBits = 0 | 102 | #BlueBits = 0 | 
| 102 | CharacterSet = 0 | 103 | CharacterSet = 1 | 
| 103 | DefaultChar = 63 | 104 | UnknownUnicodeChar = 63 | 
|  |  | 105 | UnknownEPOCChar = 63 | 
|  |  | 106 |  | 
|  |  | 107 | ########################### | 
|  |  | 108 | # ADD YOUR SETTINGS BELOW # | 
|  |  | 109 | ########################### |