-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Description
I was trying to convert Japanese Kana to Roman-ji. setq
and print
work well with Kana, but the romanji
function in both kana_sjis.l
and kana_euc.l
was not reading the input Kana properly.
Following is a sample output using kana_sjis.l
.
1.irteusgl$ (load "lib/llib/kana_sjis.l")
t
2.irteusgl$ (romanji "わたしは123まついです。abcひゅうるいちぇんぐふぁつぉでゅ")
"123abc"
I suppose the code itself is right. Then it might be a mismatch of my terminal's character coding. Are there any extra settings I have to do before using these libraries?
Metadata
Metadata
Assignees
Labels
No labels