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
#1
i am looking for a tool to convert both ways between utf8 and unicode without using any builtin python conversion (if it is written in python) for the purpose of cross checking usage of python conversion code to be sure it is correct. this tool needs to come in easily readable and compilable/runnable source code. it needs to be organized in a simple way to make correctness verification easier. C and/or Pike and/or Python would be preferred because i can more easily read those. else i'll end up making my own in C some day. it needs to take input in args or STDIN (if args are empty) and output the converted to STDOUT.
Tradition is peer pressure from dead people

What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
Reply


Messages In This Thread
tool wanted: to convert utf8 <-> unicode in hex - by Skaperen - May-20-2018, 04:47 AM

Forum Jump:

User Panel Messages

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