bug-glibc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

iconv() cut words if it can't convert


From: Sephiroth
Subject: iconv() cut words if it can't convert
Date: Thu, 13 Jan 2005 09:53:12 +0800

Hi,

iconv() cut the following words if it can't convert, for ex:

iconv("BIG-5","UTF-8","彰化縣彰化市&
#30938;磘里");          // 彰化縣彰化市磚磘里

the result will be:
"彰化縣彰化市磚"   // 彰化縣彰化市磚

 
Regards,
Sephiroth

reply via email to

[Prev in Thread] Current Thread [Next in Thread]