Skip to content
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

Non-latin languages, e.g. hebrew? #15

Open
avimar opened this issue May 28, 2018 · 2 comments
Open

Non-latin languages, e.g. hebrew? #15

avimar opened this issue May 28, 2018 · 2 comments

Comments

@avimar
Copy link

avimar commented May 28, 2018

I tried adding hebrew to the code, e.g.:

layouts["hebrew"] = " שדגכחלךףעיקראטוןםפזסבהנמצתץ,.:?"'";

But when I reload, it seems it can't handle the hebrew characters. Any suggestions?

Thanks!!

keyzen

@jcplessis
Copy link
Collaborator

You need to add a tag in the index.html to tell the browser you use UTF-8 characters.
I added those to commit 9a75647 and pushed to master.

You can update your version and make sure you saved your keyzen.js with utf-8 encoding.

@avimar
Copy link
Author

avimar commented May 28, 2018

a git pull worked, thanks!

Weird, though, it seems to be using the letters backwards. I typed the home row first, yet they are last.
I thought it's my editor not properly supporting RTL but I don't think so. No clue what exactly is wrong.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants