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
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
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



