http://qs321.pair.com?node_id=152808


in reply to Re: Re: trouble with umlauts
in thread trouble with umlauts

"where can i find the hexcodes for the umlauts and the esszet?"

sprintf("%lx",ord('X')); # That's an ell, not a one.

That should give you the hex value of the character 'X'.


Everything will go worng!