/[public]/psiconv/trunk/docs/unicode
ViewVC logotype

Annotation of /psiconv/trunk/docs/unicode

Parent Directory Parent Directory | Revision Log Revision Log


Revision 181 - (hide annotations)
Sun Jan 4 15:47:16 2004 UTC (20 years, 2 months ago) by frodo
File size: 506 byte(s)
(Frodo) Preparation for the conversion to Unicode.

1 frodo 181 Starting with psiconv 0.9.0, all strings are internally represented using
2     Unicode, with the UCS2 encoding. This encodes every Unicode codepoint with
3     a 16-bit unsigned integer.
4    
5     The codepoints 0x06 to 0x0f are treated specially. They are not translated,
6     and keep their Psion-specific meanings:
7     0x06: New paragraph
8     0x07: New line
9     0x08: Hard page
10     0x09: Tab
11     0x0a: Unbreakable tab
12     0x0b: Unbreakable hyphen
13     0x0c: Potential hyphen
14     0x0d: Unknown
15     0x0e: Object placeholder
16     0x0f: Visible space
17    
18    

frodo@frodo.looijaard.name
ViewVC Help
Powered by ViewVC 1.1.26