Fix garbled message text: Difference between revisions

Jump to navigation Jump to search
Line 1: Line 1:
== Ideas on how to fix garbled message text ==
== Ideas on how to fix garbled message text ==
# Choose the correct the language/encode of message text or auto detect the encode by tools
# Possible cause
#* Encoding issue: Choose the correct the language/encode of message text or auto detect the encode by tools
#*[http://www.w3schools.com/jsref/jsref_decodeuricomponent.asp JavaScript decodeURIComponent() Function]<ref>[http://stackoverflow.com/questions/9901027/how-to-encode-url-contains-unicode-characters-with-php urlencode - How to Encode URL Contains Unicode Characters with PHP - Stack Overflow]</ref>
#* PHP [http://php.net/manual/en/function.utf8-encode.php utf8_encode()] & [http://php.net/manual/en/function.utf8-decode.php utf8_decode()]
#* [http://meyerweb.com/eric/tools/dencoder/ URL Decoder/Encoder]<ref>PHP [http://php.net/manual/en/function.urlencode.php urlencode()]</ref>
# (optional) convert the current encode to UTF-8
# (optional) convert the current encode to UTF-8
# (optional) Making text wrap to window size
# (optional) Making text wrap to window size

Navigation menu