FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum » How To » chinese post bug and generate pdf
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Odp: chinese post bug and generate pdf [message #36779 is a reply to message #36390] Mon, 09 April 2007 13:35 Go to previous message
kroku is currently offline  kroku   Poland
Messages: 30
Registered: July 2006
Karma:
Member
It seems yes, but...
$txt = iconv("ISO-8859-2","ISO-8859-1",$txt);
doesn't save signs like ±êæñ¼¿ó³¡ÊÆѬ¯Ó£ (<- If you can't see them change browser settings to ISO-8859-2). This signs exists in ISO-8859-2 but they doesn't exists in ISO-8859-1 and Latin1 (I don't really know which is used by pdf generator) so it can't really work.

And the same about :
$txt = iconv("UTF-8","ISO-anything",$txt);
It may not work. It can't save all unicode symbols.

So the only solution is: pdf generator have to suupport UTF-8 because:
$txt = iconv("","UTF-8",$txt);
works always and keeps all symbols/signs, etc...
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Existing FUDforum on a new domain
Next Topic: Identification of authors
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Sat Nov 23 05:52:36 GMT 2024

Total time taken to generate the page: 0.05120 seconds