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

I change view.go and edit.go to support CJK font #173

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

rocket049
Copy link

I have tested with chinese. it worked correct.

support CJK(chinese tested)
support CJK(chinese tested)
关于本分支和原代码的区别的说明.
about the modifiies.
cjkeditor.go help input CJK languate. Delete the auto appended blank after CJK runes.
帮助输入中文,view.ReadEditor()会过滤掉中文字符后面自动加入的空格(如果存在)。
这些空格是因为中文字符占据2个显示位置,程序自行添加的占位符。
Try cjk patch of rocket049. example of view.ReadEditor
2018-8-31 增加 `(* view)ReadEditor()`,能够正确过滤输入的中文,删除自动添加的占位符。
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

Successfully merging this pull request may close these issues.

None yet

1 participant