Quote:
Originally Posted by Mark Nord
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