[Glass] "(Character value: 16r263a) asString inspect" gives an error in gemtools
Dale K. Henrichs
dale.henrichs at gemtalksystems.com
Thu Sep 5 15:15:00 PDT 2013
Paul,
I just tried these in my 3.1.0.4 image with GemTools and I'm not getting any errors ... I'm using GLASS 1.0-beta.9.1 and GemTools 1.0-8.7.1 for my tests ...
Dale
----- Original Message -----
| From: "Paul DeBruicker" <pdebruic at gmail.com>
| To: glass at lists.gemtalksystems.com
| Sent: Thursday, September 5, 2013 8:21:11 AM
| Subject: [Glass] "(Character value: 16r263a) asString inspect" gives an error in gemtools
|
| Hi
| I'm porting the JSON library from squeaksource to 3.1.0.4 because
| I've
| written a bunch of things that use it and don't want to change each
| of
| them if I don't have to. In trying to fix a Unicode related test
| I've
| found that while this:
|
| (Character value: 85) asString inspect "U"
|
| works fine
|
| (Character value: 16r0055) asString inspect "U"
|
| and
|
|
| (Character value: 16r263a) asString inspect "smiley face"
|
| do not
|
|
| when inspecting 16r0055 you get two inspectors (one on U and one on
| nil)
| and when using 16r263a you get a DNU for ByteArray>>isOctectString in
| Pharo, not the stone.
|
|
| Any ideas on how to fix either of these?
|
| Thanks
|
|
|
| PS. The Json library is here:
| http://smalltalkhub.com/mc/pdebruic/JSONg/main
| _______________________________________________
| Glass mailing list
| Glass at lists.gemtalksystems.com
| http://lists.gemtalksystems.com/mailman/listinfo/glass
|
More information about the Glass
mailing list