View Single Post
Old 05-28-2010, 04:04 PM   #9
m-land
Enthusiast
m-land has learned how to buy an e-book online
 
Posts: 41
Karma: 86
Join Date: Jul 2009
Device: PRS-505
Quote:
Originally Posted by Mark Nord View Post
Is your Code-Editor configured to save the file as UTF-8?
If saved in UTF-8 the reader is perfectly capable of displaying all kinds of symbols.
As a work around you can try to define
Code:
var szBul = String.fromCharCode(149)
But please don't trust on the "149"

HTH
Hmmm, really strange.
UTF-8 => reader hangs (even with not bullet)
ASCII with bullet => reader hangs
ASCII with String.fromCharCode(149) => 'squers' are displayed
It costs me another couple of reboots, I'll let it be for now
m-land is offline   Reply With Quote