23
Aug
10

This article describes how to convert and edit po files using Poedit Software. It is cross-platform software build in wxWidgets toolkit and easy to use. Last year I wrote about the PO to MO converter topic, but unfortunately most of the … Continue reading

Posted in Software | Tagged , , , , , , , , | 2 Comments
22
Mar
10

In Flash the TEXT that you include or load as an external file using the #include command, the  loadVariables or getURL actions, or the  LoadVars or  XML objects encoding is Unicode, so we don’t get the correct encoding for the … Continue reading

Posted in Flash | Tagged , , | Leave a comment
27
Sep
09

This is_utf8() function is to detect UTF-8 strings, and return a boolean value. The for loop is to go through all bytes in $str. ord gets the decimal number of the current byte. If the number if less than 128 … Continue reading

Posted in PHP | Tagged , , , | Leave a comment