How convert PHP value from windows-1257 to UTF-8
Posted
by someonewhodoesintspeakenglish
on Stack Overflow
See other posts from Stack Overflow
or by someonewhodoesintspeakenglish
Published on 2010-03-30T17:32:51Z
Indexed on
2010/03/30
17:43 UTC
Read the original article
Hit count: 491
How convert PHP value from windows-1257 to UTF-8? I tried many ways, but they was not successful. I have lttu?s and I wanna convert this to littus.
utf8_encode();
iconv_set_encoding("windows-1257", "UTF-8");
mb_convert_encoding()
Doesn't work. :(
Can anybody help me?
© Stack Overflow or respective owner