r12a.github.io icon indicating copy to clipboard operation
r12a.github.io copied to clipboard

support UTF-8 escaped hexadecimal

Open kasperk81 opened this issue 1 year ago • 1 comments

C/C++, JavaScript, Python and C# support escaped headecimals.

Mañana -> 4D\x61\xC3\xB1\x61\x6E\x61 or modulo ASCII Ma\xC3\xB1ana

please add support for:

  • UTF-8 escaped hexadecimal
  • UTF-8 escaped hexadecimal except ASCII

kasperk81 avatar Aug 30 '24 23:08 kasperk81

note: the first one is same as UTF-8 code units except space is replaced by \x

kasperk81 avatar Aug 30 '24 23:08 kasperk81