Python Forum
Unicode string index problem
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Unicode string index problem
#1
Hey, guys. I met a problem when indexing a unicode string.
Here is the code:
>>> string = "ábcdefg"
>>> string[0]
a
The index result is a, but I hope it is . It seems the string index is based on unicode scalar rather than extended grapheme cluster.
Is there any way for me to get the real character , or in other words, can I visit string in human readable pattern ?
Reply


Messages In This Thread
Unicode string index problem - by luoheng - Nov-23-2019, 03:22 AM
RE: Unicode string index problem - by Larz60+ - Nov-23-2019, 09:19 AM
RE: Unicode string index problem - by Gribouillis - Nov-23-2019, 09:42 AM
RE: Unicode string index problem - by luoheng - Nov-23-2019, 10:25 AM
RE: Unicode string index problem - by Larz60+ - Nov-23-2019, 11:06 AM
RE: Unicode string index problem - by Gribouillis - Nov-23-2019, 11:40 AM
RE: Unicode string index problem - by luoheng - Nov-23-2019, 03:04 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  I'm getting a String index out of range error debian77 7 2,355 Jun-26-2022, 09:50 AM
Last Post: deanhystad
  Convert string to float problem vasik006 8 3,413 Jun-03-2022, 06:41 PM
Last Post: deanhystad
  f string concatenation problem growSeb 3 2,260 Jun-28-2021, 05:00 AM
Last Post: buran
Question Problem with string and \n Falassion 6 2,698 Jun-15-2021, 03:59 PM
Last Post: Falassion
  string index out of range jade_kim 4 2,638 Jan-13-2021, 05:41 AM
Last Post: jade_kim
  how to deal with problem of converting string to int usthbstar 1 1,980 Jan-05-2021, 01:33 PM
Last Post: perfringo
  string problem Mathisdlg 6 2,860 Aug-05-2020, 09:31 AM
Last Post: Mathisdlg
  String index out of bounds ( Python : Dict ) kommu 2 2,397 Jun-25-2020, 08:52 PM
Last Post: menator01
  Remove escape characters / Unicode characters from string DreamingInsanity 5 13,751 May-15-2020, 01:37 PM
Last Post: snippsat
  String index out of range - help please DudleyDiccle 7 3,410 Mar-27-2020, 12:10 AM
Last Post: DudleyDiccle

Forum Jump:

User Panel Messages

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