Python Forum
UTF-8 to UTF-16 and UTF-16 to UTF-8
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
UTF-8 to UTF-16 and UTF-16 to UTF-8
#1
i need to do some conversion between UTF-8 and UTF-16 (both ways). what can Python do for this? any commands already developed in Python (i take C if i have to but not C++) ? what Python libs can do this? how would you store UTF-16, a list of ints or filtered str? or do i need to develop my own utf8toutf16() and utf16toutf8()?
Tradition is peer pressure from dead people

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


Forum Jump:

User Panel Messages

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