Python Forum
tool wanted: to convert utf8 <-> unicode in hex
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
tool wanted: to convert utf8 <-> unicode in hex
#3
In linux, you have iconv:
Output:
iconv --from-code=UTF-8 --to-code=UTF-16 < input.txt > output.txt
It uses the C function iconv fron libiconv so writting your tiny wrapper in C around it shall not be a big issue.
Reply


Messages In This Thread
RE: tool wanted: to convert utf8 <-> unicode in hex - by killerrex - May-20-2018, 10:24 AM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020