Why so complex representation of a char?

If you are offline:

julia> pyimport("unicodedata")[:name]("ϵ")
"GREEK LUNATE EPSILON SYMBOL"

julia> pyimport("unicodedata")[:name]("ε")
"GREEK SMALL LETTER EPSILON"
3 Likes