This is a discussion on UTF-8 within the PHP General forums, part of the PHP Programming Forums category; Hi, I need to find out the UNICODE character codes of an UTF-8 encoded string. I noticed that characters ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi,
I need to find out the UNICODE character codes of an UTF-8 encoded string. I noticed that characters with codes > 128, are represented in the following way: "ω", for example, is represented as "ω", without the quotes. In fact, the "969" is the character code that I'm looking for. My question is if there is a standard method to extract the character code, without having to parse the string manually... Many thx, Florin. |