-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Japanese text libraries are not working #348
Comments
If you use emacs, But, problem for this issue, the file FYI, the encoding of |
You can check the actual digit of string like below. SJIS
UTF-8
|
Thanks! Changing source file encoding solved my problem. I change the encoding after made a copy of the original file:
The terminal character encoding also need to be changed correspondingly.
But since most of the time, we are using UTF-8, and so is the source code on github, |
But since most of the time, we are using UTF-8, and so is the source code
on github,
maybe it is time for us to have something like a kana_utf.l?
That’s good idea. Can you create PR for this?
…--
--
◉ Kei Okada
|
Yes, I will. |
I was trying to convert Japanese Kana to Roman-ji.
setq
andprint
work well with Kana, but theromanji
function in bothkana_sjis.l
andkana_euc.l
was not reading the input Kana properly.Following is a sample output using
kana_sjis.l
.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?
The text was updated successfully, but these errors were encountered: