Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
unicode to utf-8
#3
no current code, still planning. but i want to avoid all these error messages and get the results, even for many "invalid" cases like overlong codes (when doing utf8 to unicode) and out of range (when doing unicode to utf8).

according to some past readings (i no longer have the urls) about some aws stuff that was developed in python on their servers (i can't get the source) python's utf8 code does not handle some conversion cases correctly. in order to see if some errors i am getting at aws are related, i need some conversion that handles all cases. so it can't use what python already has. so i am writing my own. i still need a means to check if my own is correct.

i will be doing mine to run in python2.7 and python3.5 (hopefully all python3).
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
unicode to utf-8 - by Skaperen - Jul-21-2018, 04:24 AM
RE: unicode to utf-8 - by gontajones - Jul-21-2018, 03:07 PM
RE: unicode to utf-8 - by Skaperen - Jul-21-2018, 08:28 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  clean unicode string to contain only characters from some unicode blocks gmarcon 2 4,087 Nov-23-2018, 09:17 PM
Last Post: Gribouillis

Forum Jump:

User Panel Messages

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