Questions tagged [unicode-string]

Use this tag for questions related to a Unicode String, such as UTF-8.

Quoting this answer:

Unicode is a standard for working with a wide range of characters. Each symbol has a codepoint (a number), and these codepoints can be encoded (converted to a sequence of bytes) using a variety of encodings.

Notice that can be used with any programming environment that uses Unicode Strings. You ought to tag the question with the tag of your programming environment as well though.

647 questions
-4
votes
1 answer

right both right to left and left to right in python

i wrote a code which write in a text file a String which contains both a language whose wrote in right to left (like hebrew )and left to right like english i used unicode code to make it right to left and left to right u'\u2067' + hebrew +…
-4
votes
2 answers

what is the unicode for € symbol

I am trying to output the Unicode for € to the screen. I can't find / don't know the symbol for it.
Aaron Boyse
  • 3
  • 1
  • 2
1 2 3
43
44