[Seaside-dev] ByteArray>>seasideString

Philippe Marschall philippe.marschall at gmail.com
Wed Apr 22 05:18:29 UTC 2009


2009/4/22 Michael Lucas-Smith <mlucas-smith at cincom.com>:
> What encoding do you assume the bytes to be in when you call this?

The implementation assumes latin-1. That doesn't mean that this makes
a lot of sense. To go from a ByteArray to a String you should use
WACodec so my proposal is to change the implementation to return
something like #printString. If that breaks something then it was
bugged anyway.

Cheers
Philippe


More information about the seaside-dev mailing list