|
|
 |
RE: FN-FORUM: Japanese encoding/charsets in RTF files
date posted 20th March 2006 14:53
The RTF docs are generated using RTFgenerator 2.5 from www.paggard.com, it's
a PHP based on-the-fly rtf file maker, but RTFs are limited in the encoding
types you can encode in:
ANSI = 0
Default = 1
Symbol = 2
Invalid = 3
Mac = 77
Shift Jis = 128
And so on.. but no UTF-8
Is there a way to pass the RTF doc through something else once its created
to convert the text into UTF-8?
Regards
Ash
On Mon, 20 Mar 2006, ashley etchell wrote:
> So does anyone know of an effecting way to translate foreign chars =
> correctly in RTF documents or can anyone point me in the correct =
> direction.
What do you use to generate the RTF document?
What does the client view the document with?
It seems to me you'ld be better off mapping the Shift_JIS to UTF-8 and
export the document as UTF-8.
--
Graeme -
Top posting.
What's the most annoying thing about this forum?
Outlook Express: http://home.in.tum.de/~jain/software/oe-quotefix/
--
Freelancers, contractors earn more with Prosperity4
Call 0870 870 4414 or visit www.prosperity4.com
and benefit from Inland Revenue approved expenses today.
To advertise here: http://www.freelancers.net/advertising.html
|
 |
|