next up previous
Next: 18 日本語テキストのソート Up: 2012年のコンピューターノウハウ (Mac, CentOS) Previous: 16.1 zip の Mac

17 nkf (日本語の文字コード変換)

nkf -g ファイル名 でそのファイルの文字コードを判定 (推測 guess ということで -g) 出来る。

.profile に書き加え
alias	utf8='nkf --overwrite -w -Lu'
alias	euc='nkf --overwrite -e -Lu'
alias	sjis='nkf --overwrite -s -Lw'

.tcshrc に書き加え
alias	utf8 'nkf --overwrite -w -Lu'
alias	euc  'nkf --overwrite -e -Lu'
alias	sjis 'nkf --overwrite -s -Lw'


next up previous
Next: 18 日本語テキストのソート Up: 2012年のコンピューターノウハウ (Mac, CentOS) Previous: 16.1 zip の Mac
桂田 祐史
2013-10-09