- AuthorPosts
- January 12, 2015 at 5:33 pm #19774LifeTimerParticipant
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?
January 12, 2015 at 6:46 pm #19775Yutaka EmuraKeymasterHello LifeTimer,
You are right. According to WikiPedia, %uxxxx is non-standard implementations. However, is this still common use? If so, I might have to support this.
Thanks!
January 13, 2015 at 4:19 am #19776LifeTimerParticipantHello Mr Emura,
Yes, they are indeed very much in common use in the world of web applications and web server logs, so it would be really great if you could support this!
Thanks for considering this!
January 21, 2015 at 4:05 pm #19803Yutaka EmuraKeymasterHello LifeTimer,
This feature is added now:
https://www.emeditor.com/forums/topic/emeditor-v14-8-0-beta-1/
Thank you!
January 21, 2015 at 5:19 pm #19804LifeTimerParticipantExcellent, and thanks a lot for being so responsive with feature suggestions!
- AuthorPosts
- You must be logged in to reply to this topic.