I love the feature of EmEditor that automatically decodes different types of encoded strings and characters so that you can just hover the mouse over them in order to see their decoded value, but I just noticed that this does not seem to work on URL encoded unicode characters, it that true?
Example:
It DOES decode the following: %2f
But it does NOT (seem to?) decode the following: %u00e5
If this isn’t just some kind of mistake och misunderstanding from my side, I would suggest to implement support for such characters too, if possible?