iconv_utf8_to_locale
Description:
public string iconv_utf8_to_locale (
string str)
Allocates a new string buffer containing str
converted to the user's locale charset.
Parameters:
str |
string in UTF-8 charset
|
Returns:
a new string buffer containing str converted to the user's locale charset.
|