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

ZnUTF8Converter in Pharo9 requires encoding on ByteArray rather than String #1239

Closed
jbrichau opened this issue Feb 14, 2021 · 0 comments
Closed
Milestone

Comments

@jbrichau
Copy link
Member

In Pharo9, Grease 1.7.0 allows to switch from the deprecated TextConverter to the ZnUTF8Encoder for encoding UTF8. However, this currently fails in Seaside 3.4.4 because the ZnUTF8Encoder encodes on a ByteArray rather than a String. Some changes have already been made to Grease to support the different encoding class (see SeasideSt/Grease#115).

Seaside needs to be adapted to support these changes and use the ZnUTF8Encoder for future versions of Pharo.

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

1 participant