The ascii code charts say that a "ü" is at 129 (decimal). But when I do a trace("ü".charCodeAt(0)) ... the answer I get is 252 - which is obviously wrong. Seems that String.charCodeAt() only works for 0-127. How do you convert between char and charcode values for ranges 128-255?
Aucun commentaire:
Enregistrer un commentaire