You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
In Pharo9, Grease 1.7.0 allows to switch from the deprecated
TextConverter
to theZnUTF8Encoder
for encoding UTF8. However, this currently fails in Seaside 3.4.4 because theZnUTF8Encoder
encodes on aByteArray
rather than aString
. 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.The text was updated successfully, but these errors were encountered: