help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-smalltalk] Fun with unicode (on porting Seaside3)


From: Holger Hans Peter Freyther
Subject: [Help-smalltalk] Fun with unicode (on porting Seaside3)
Date: Sat, 10 Aug 2013 11:06:01 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]