rxvt-unicode-256color(Debian, 9.22-6): 아랍어 문자 뒤에만 점자 문자를 표시합니다.

rxvt-unicode-256color(Debian, 9.22-6): 아랍어 문자 뒤에만 점자 문자를 표시합니다.

urxvt 터미널에 점자 문자를 표시하려고 합니다. 예를 들어 런타임에 점을 보고 싶습니다 echo -e "\u2840".

echo -e "\u0641"나를 혼란스럽게 하는 것은 해당 터미널 창에서 먼저 실행하는 경우에만 작동한다는 것입니다. 점자 문자를 표시하려고 시도한 후 이 명령을 실행해도 문제가 해결되지 않습니다. 작동하지 않으면 유니코드 문자 대신 사각형이 표시됩니다.

표시된 명령은 터미널 창에서 실행하는 유일한 명령입니다. 여기에 이미지 설명을 입력하세요.

( UTF-8-demo.txt에서 가져옴 https://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-demo.txt)

내 .Xdefaults:

! vim: set ts=8 sw=8 sts=8:
URxvt*background: rgba:0000/0000/0000/abab
URxvt.font: xft:monospace:size=7:antialias=true
URxvt.boldFont: xft:monospace:bold:size=7:antialias=true
URxvt.color4:           RoyalBlue
URxvt*color12:                  #5c5cff
URxvt*depth: 32
URxvt.eightBitInput:            false
URxvt.foreground:               #ffffff
URxvt*keysym.End: \033[4~
URxvt*keysym.Home: \033[1~
URxvt.matcher.button: 3
URxvt.matcher.pattern.1: \\bwww\\.[\\w-]\\.[\\w./?&@#-]*[\\w/-]
URxvt.MetaSendsEscape:          true
URxvt.modifier: alt
URxvt.perl-ext-common: default,matcher
URxvt.saveLines: 8192
URxvt.scrollBar: false
URxvt.termName:xterm-256color
URxvt:urlLauncher: firefox

관련 정보