You are not logged in.
Pages: 1
why is this statement resulting in nothing.
#in python unable to print unicode symbol
print('\u093e')
Last edited by grotesqueimpalement (2024-02-12 16:38:21)
Offline
That's 'DEVANAGARI VOWEL SIGN AA'?
fc-list :charset=093eOffline
Why is it not getting printed on terminal window?
Offline
Note that the codepoint is a combining character: it requires another codepoint to be combined with.
If this doesn’t resolve your problem: please provide the result of the `fc-list` command from seth. Also, what terminal emulator is it?
Last edited by mpan (2024-02-12 05:52:47)
Paperclips in avatars? | Sometimes I seem a bit harsh — don’t get offended too easily!
Offline
Pages: 1