Hi Paolo,

I have some fun with WAEncoder of Seaside3 (I mostly care/think of
Cypress and Monticello).


  (Character codePoint: 128) asString


"Character codePoint: 128" create a UnicodeCharacter and then >>#asString
will call String class>>#with: which will create an exception. So I wonder
what I should do about this? Should I change the code to go to 127 instead
of 255?

cheers
        holger

_______________________________________________
help-smalltalk mailing list
help-smalltalk@gnu.org
https://lists.gnu.org/mailman/listinfo/help-smalltalk

Reply via email to