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

Simplified Chinese language support is totally broken under Ruby 1.9 #2

Open
edyfox opened this issue May 9, 2014 · 1 comment
Open

Comments

@edyfox
Copy link

edyfox commented May 9, 2014

In Ruby 1.8, string was binary array with no encoding information. But since Ruby 1.9, string are forced to be attached to a specific encoding. That broke the whole simplified Chinese support (the typical "invalid byte sequence in UTF-8").

As Ruby 1.8 was already end-of-life, do we have plan to port deplate to make it Ruby 1.9 compatible?

Thanks!

@tomtom
Copy link
Owner

tomtom commented May 11, 2014

As Ruby 1.8 was already end-of-life, do we have plan to port deplate
to make it Ruby 1.9 compatible?
I gave up on making it 1.9 compatible. I might try to make it work with
2.1 again but not now. You could try to use jruby, which IIRC has an 1.8
mode.

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