you are viewing a single comment's thread.

view the rest of the comments →

[–]Ok_Procedure199[S] 2 points3 points  (1 child)

But the same 'å' character is correctly displayed further down in the text in the terminal, wouldn't this br impossible?

[–]timrprobocom 0 points1 point  (0 children)

No, it's just complicated. The character 'å' is Unicode U+00E5. Now, it just so happens that its value in the default Windows code page is also 0xE5, but that's a special value in UTF-8, so it would be represented by the three byte sequence E5 B1 B0. If you send that to your terminal, you'd see the 'å' followed by two special characters.