This is a discussion on php and character sets within the PHP Language forums, part of the PHP Programming Forums category; does anyone know if php supports any other character sets, particularly korean? i am having issues with php when trying ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Keyster <junkhonggil@hotmail.com> wrote:
> does anyone know if php supports any other character sets, particularly korean? See http://nl2.php.net/manual/en/ref.mbstring.php > i am having issues with php when trying to use korean with it. > i'd appreciate someone's response regarding this matter. Use UTF-x :) But you might get a more to the point answer if you tell us what the issue is. |