[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

How to preview FULLWIDTH TILDE(UTF-8) on EUC/SJIS/JISTerminal(Mule-UCS)



はじめまして.山口と申します.

Emacs(20.7+emcws, 21.3+emcws) + Mule-UCS(CVS) を使用しています.
kterm(6.2.0)/TeraTerm/PuTTY等のTerminalの中で"emacs -nw"として起動した
Emacsで,FULLWIDTH TILDE(U+FF5E)をWAVE DASH(U+301C)として表示させる
方法は提供されているでしょうか.

C-u x = でFULLWIDTH TILDEを調べてみると,
>     character: ~ (0110253, 37035, 0x90ab)
>       charset: chinese-gb2312 (GB2312 Chinese simplified: ISO-IR-58)
>    code point: 33 43
>        syntax: symbol
>      category: >:A character which can't be placed at beginning of line.  
> 	       c:Chinese  
> 	       |:While filling, we can break a line at this character.  
>   buffer code: 0x91 0xA1 0xAB
>     file code: 0xEF 0xBD 0x9E (encoded by coding system utf-8-dos)
> terminal code: not encodable

となり,GB2312のFULLWIDTH TILDEとして表示しようとしていることは確認
できました.


-- EY