|
Posted by Alexander.Veit on 01/25/07 07:30
Hallo,
does anyone know how to convert HTML Entities into UCS2-String (Value).
For example: I need to convert Sułowska 43 (value in mysql
database) to a unicode string with the specified polish character(s)
(Polish is just a example).
--- Currently i convert every usual ASCII-String by using the php
multibyte functions. This it how it looks like: ---
$string_ASCII = "test";
$string_UCS2 = mb_convert_encoding( $string_ASCII, 'UCS-2LE',
'ISO-8859-1');
-----
Any ideas? Thanks in advance...
Regards,
Alexander
Navigation:
[Reply to this message]
|