| 1 | # This is the configuration file for libpsiconv. |
1 | # This is the configuration file for libpsiconv. |
| 2 | # By default, the library looks for /etc/psiconv.conf and ~/.psiconv.conf, |
2 | # By default, the library looks for /etc/psiconv/psiconv.conf and |
| 3 | # but programs may add more entries to this searchpath. |
3 | # ~/.psiconv.conf, but programs may add more entries to this searchpath. |
| 4 | # Settings in later files overrule settings in earlier files (so everything |
4 | # Settings in later files overrule settings in earlier files (so everything |
| 5 | # in .psiconv.conf is more important than /etc/psiconv.conf). |
5 | # in .psiconv.conf is more important than /etc/psiconv/psiconv.conf). |
| 6 | |
6 | |
| 7 | # All lines with only whitespace are ignored. |
7 | # All lines with only whitespace are ignored. |
| 8 | # Comment lines start with a hash (#) and are ignored. |
8 | # Comment lines start with a hash (#) and are ignored. |
| 9 | # Comments are not allowed after statements. |
9 | # Comments are not allowed after statements. |
| 10 | |
10 | |
| … | |
… | |
| 65 | # Settings to determine the used character set |
65 | # Settings to determine the used character set |
| 66 | |
66 | |
| 67 | # The character set used in EPOC files (individual characters can be |
67 | # The character set used in EPOC files (individual characters can be |
| 68 | # changed below) |
68 | # changed below) |
| 69 | # 0: IBM Codepage 1252 (Western Europe Psions) |
69 | # 0: IBM Codepage 1252 (Western Europe Psions) |
|
|
70 | # 1: Unicode (Eastern Psions) |
| 70 | # If you have another characterset, please let me know, and I will add it here. |
71 | # If you have another characterset, please let me know, and I will add it here. |
| 71 | #CharacterSet = 0 |
72 | #CharacterSet = 0 |
| 72 | |
73 | |
| 73 | # if the character set specified above does not completely match, you can |
74 | # if the character set specified above does not completely match, you can |
| 74 | # change individual characters here. The number in the variable name is the |
75 | # change individual characters here. The number in the variable name is the |