Accentued characters support doesn't work.
JFOR does not handsomely handle accentued characters
such as
the french e acute or grave and so on...
This is because JFOR in the class RtfStringConverter
assumes that
all Unicode chars from 0 to 255 can be translated to
ansi 0-255.
This is false ASCII/ANSI charsets support characters
ranging from 0
to 127. So the characters over 127 have to be escaped
to unicode.
( As they are depending on the language chosen for the
system...)
Please find an appropriate patch attached.
Regards,
Lucas Bruand
Nobody/Anonymous
None
None
Public
|
Date: 2005-08-17 14:59 Logged In: YES |
|
Date: 2003-11-12 22:17 Logged In: YES |
| Filename | Description | Download |
|---|---|---|
| accentuedchars.diff | A patch solving that problem... | Download |
| Field | Old Value | Date | By |
|---|---|---|---|
| File Added | 66067: accentuedchars.diff | 2003-10-31 19:03 | lbruand |