Strange outpug from debug?

Just starting out? Need help? Post your questions and find answers here.
#NULL
Addict
Addict
Posts: 1499
Joined: Thu Aug 30, 2007 11:54 pm
Location: right here

Re: Strange outpug from debug?

Post by #NULL »

The 'ä' is probably not a regular umlaut character but a combination of multiple glyphs, like an 'a' followed by a combining diaeresis, that somehow gets misplaced on the 'n' (maybe a font issue or wrongly encoded ..or PB doesn't handle it correctly(?)).
for example see this:
https://stackoverflow.com/questions/531 ... -an-umlaut
highend
Enthusiast
Enthusiast
Posts: 169
Joined: Tue Jun 17, 2014 4:49 pm

Re: Strange outpug from debug?

Post by highend »

Thanks all!

In the end it was a "61 3F" instead of a "E4 00"... The file was send from a company located in Switzerland and they aren't really known for their usage of german special chars^^
Post Reply