What is unicode ?
– what is a string? what is text? you might ask!
– A collection of characters?
– good guess.
– and a character is ?
– any human readable one, as in ¥
, or … Read More
– what is a string? what is text? you might ask!
– A collection of characters?
– good guess.
– and a character is ?
– any human readable one, as in ¥
, or … Read More
A character in python is represented using a Unicode code point. A Unicode code point is written by using U+
followed by a number written in hexadecimal . This number written in hexadecimal … Read More