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

support CJK(chinese, japanese, Korean) #33

Closed
wants to merge 1 commit into from

Conversation

williambao
Copy link

the old version not support Chinese character.

nsf/termbox-go#71

@jroimartin
Copy link
Owner

I think that giving support for CJK is more complex than that. For example, not only view.go but also [1] edit.go should modified to stop assuming that 1 rune == 1 cell. Could you check wrapping, full edition mode, etc.?

Thanks for your contribution :)

[1] https://github.com/jroimartin/gocui/blob/master/edit.go

@jroimartin
Copy link
Owner

Closed due to inactivity. Anyway, gocui assumes 1 rune / 1 cell in several places, so this change will need more work. I'll evaluate supporting this when I rewrite the internals to support font colors.

@jroimartin jroimartin closed this Feb 7, 2016
cswank pushed a commit to cswank/gocui that referenced this pull request Oct 27, 2019
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.

2 participants