You are not logged in.

#1 2024-02-11 16:56:09

grotesqueimpalement
Member
Registered: 2024-02-04
Posts: 18

[SOLVED] Encoding issue?

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

#2 2024-02-11 20:53:22

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,034

Re: [SOLVED] Encoding issue?

That's 'DEVANAGARI VOWEL SIGN AA'?

fc-list :charset=093e

Offline

#3 2024-02-12 05:34:32

grotesqueimpalement
Member
Registered: 2024-02-04
Posts: 18

Re: [SOLVED] Encoding issue?

Why is it not getting printed on terminal window?

Offline

#4 2024-02-12 05:51:13

mpan
Member
Registered: 2012-08-01
Posts: 1,599
Website

Re: [SOLVED] Encoding issue?

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

Board footer

Powered by FluxBB