Quote:
Originally Posted by m-land
BTW: bulet you use in FSK test enviro in dictionary leads real reader to hang-up:
|
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