mathiasbynens / tibia.com-extension

User script that enhances the character info pages on Tibia.com.
https://github.com/mathiasbynens/tibia.com-extension#installation
MIT License
14 stars 4 forks source link

Characters with umlauts in their name #5

Closed mathiasbynens closed 9 years ago

mathiasbynens commented 9 years ago

Some older characters still have umlauts in their name, e.g. Himmelhüpferin. Unfortunately it seems Tibia.com is using ISO-8859-1 instead of UTF-8 even for their URLs.

E.g. https://secure.tibia.com/community/?subtopic=characters&name=Himmelh%FCpferin works, but the correctly UTF-8-encoded https://secure.tibia.com/community/?subtopic=characters&name=Himmelh%C3%BCpferin or https://secure.tibia.com/community/?subtopic=characters&name=Himmelhüpferin don’t.

mathiasbynens commented 4 years ago

FWIW some more interesting edge cases/examples: https://www.reddit.com/r/TibiaMMO/comments/djzhpm/the_most_unique_name_with_sign/