View Single Post
Old 04-10-2010, 10:55 AM   #827
Mark Nord
2B || !2B
Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.
 
Posts: 854
Karma: 327896
Join Date: Feb 2010
Location: Austria
Device: Sony PRS505/650/T1/tolino vision 5
A quick note to translators:
You have to make sure, that your code-editor saves in UTF-8!
Mine used "Windows 1252: Western European", leading me (and others?) to the solution of escaping symbols to +String.fromCharCode(###)+, to get it displayed right on the PRS 505 screen.
With a correct configured editor, you can simply type in the symbols.

You can quick-check with a hex-editor. If e.g "ä" is coded as C3 A4 you are using UTF-8 and all is fine, if you see any other code (eg a single E4 -this is Win 1252) you have to change the character encoding.

Last edited by Mark Nord; 04-10-2010 at 02:23 PM.
Mark Nord is offline   Reply With Quote