Hi Henry,

On Thu, 2005-11-24 at 13:45 -0500, Henry Minsky wrote:
> There is a bug http://www.openlaszlo.org/jira/browse/LPP-716
> which was reported fixed , have you tried the latest LPS 3.1 release? 

I'm working with the 3.1 release. I just double checked the md5 to
be 100% sure ;)

> The bug report described a workaround for manually re-encoding the
> inputs to XML RPC methods on the server, you might see if that applies
> in your
> case?

Sounds like the same. I tried the .getBytes("ISO-8859-1") / new 
String(... "UTF-8") conversation in my JavaRPC sample (was easier to
implement here), but it didn't affect anything on the string.

I just asked google about ASCII-Code 0x3f - and: it's the question mark.

Okay, it seems that something can't handle my special char and it
gets replaced with a simple ?.

ciao,
        chris

_______________________________________________
Laszlo-user mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-user

Reply via email to