Created
August 25, 2012 07:13
-
-
Save yoshikaw/3461979 to your computer and use it in GitHub Desktop.
zsh 5.0のCOMBINING_CHARSオプション
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
seravee /Volumes/Data/tmp/hoge [0] 67471 % ll | |
total 0 | |
drwxrwxrwx@ 1 yoshikaw staff 264 May 20 15:45:03 2012 キタ━━━━(゚∀゚)━━━━ッ!!/ | |
drwxrwxrwx@ 1 yoshikaw staff 264 May 20 14:23:04 2012 日本語でおk/ | |
drwxrwxrwx@ 1 yoshikaw staff 264 May 19 23:32:36 2012 あばばばば/ | |
seravee /Volumes/Data/tmp/hoge [0] 67472 % ls あは<3099>は<3099>は<3099>は<3099>/ | |
Completing directories | |
あばばばば/ 日本語でおk/ キタ━━━━\(゚∀゚\)━━━━ッ\!\!/ | |
seravee /Volumes/Data/tmp/hoge [0] 67472 % setopt combiningchars | |
seravee /Volumes/Data/tmp/hoge [0] 67473 % ls あばばばば/ | |
Completing directories | |
あばばばば/ 日本語でおk/ キタ━━━━\(゚∀゚\)━━━━ッ\!\!/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
COMBINING_CHARSオプションを有効にすると補完時のメニュー選択などで合成文字が正しく表示される