Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
width of Unicode character
#4
(Sep-26-2021, 02:47 AM)bowlofred Wrote: Can you give an example?

http://ipal.net/python-forum/20210926131...532892.png

this output shows the Unicode code, its decimal value between parenthesis, the UTF-8 octets in hexadecimal, and if printable an ' = ' followed by the raw Unicode character between '" ' and ' "'. note how U+0483 .. U+0489 are shifted left and reduce the total space between the double quotes. this output is formed by xfce4terminal version 4.12 in Xubuntu 18.04.5.
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
width of Unicode character - by Skaperen - Sep-26-2021, 02:16 AM
RE: width of Unicode character - by bowlofred - Sep-26-2021, 02:47 AM
RE: width of Unicode character - by Skaperen - Sep-26-2021, 05:33 PM
RE: width of Unicode character - by SamHobbs - Sep-26-2021, 03:28 AM
RE: width of Unicode character - by Skaperen - Sep-26-2021, 06:09 PM
RE: width of Unicode character - by bowlofred - Sep-26-2021, 08:55 PM
RE: width of Unicode character - by Skaperen - Sep-27-2021, 12:41 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Python code to set column width 1418 11 1,545 Jan-20-2024, 07:20 AM
Last Post: Pedroski55
  Fixed colum width for rowLabels i Matplotlib pandabay 0 453 Jun-10-2023, 03:40 PM
Last Post: pandabay
  [solved] unexpected character after line continuation character paul18fr 4 3,529 Jun-22-2021, 03:22 PM
Last Post: deanhystad
  image.thumbnail(width, height) not working PCesarano 2 3,502 Apr-08-2021, 06:09 PM
Last Post: PCesarano
  SyntaxError: unexpected character after line continuation character siteshkumar 2 3,235 Jul-13-2020, 07:05 PM
Last Post: snippsat
  how can i handle "expected a character " type error , when I input no character vivekagrey 2 2,795 Jan-05-2020, 11:50 AM
Last Post: vivekagrey
  How can I get the width of a string in Python? aquerci 14 16,446 May-27-2019, 06:00 PM
Last Post: heiner55
  fixed width numbers Skaperen 15 8,870 May-27-2019, 09:42 AM
Last Post: Skaperen
  Replace changing string including uppercase character with lowercase character silfer 11 6,331 Mar-25-2019, 12:54 PM
Last Post: silfer
  # of bytes used to store a Unicode character insearchofanswers87 3 2,765 Jan-19-2019, 04:01 PM
Last Post: ichabod801

Forum Jump:

User Panel Messages

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