Re: problem with accents in rtf files
Graham J Lee <[email protected]> Fri, 16 Feb 2007 16:43:01 +0000
| Newsgroups | gmane.comp.lib.gnustep.user |
|---|---|
| Message-ID | <[email protected]> |
On 16 Feb 2007, at 16:23, Camille Bourgoin wrote: > Hello, > > I have some problems with rtf. When I write an rtf document with > accents (like é à ç), > TextEdit and Ink read it correctly but non-GNUstep applications > (like OpenOffice or > MacOSX TextEdit) don't. > It looks to me, but I can't be sure this is the problem, but GNUstep encodes extended characters in RTF (\'XY) as ISO Latin-something, whereas Cocoa uses Mac encoding. That _could_ explain the discrepancies... but as I say I'm unsure. Cheers, graham.