[haXe] Exchanging Unicode strings via remoting

Michael Pliskin pl at tepkom.ru
Wed Aug 9 17:31:10 CEST 2006


Hello list,

  I've found that the current serialization engine does not seem to
  work correctly with non-ASCII strings. Consider the attached example
  - we're sending a non-ASCII (cyrillic in fact) value from flash to
  neko and expecting to get the valid result, but getting an exception
  instead. I have a feeling that this occurs because Flash send
  Unicode data, while neko expects UTF-8, but have no idea what's the
  best way to deal with this. The problem is pretty critical for me as
  I have to process non-ASCII user input on Flash side...

--
Best regards,
 Michael                          mailto:pl at tepkom.ru
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Client.hx
Type: application/octet-stream
Size: 377 bytes
Desc: not available
Url : http://lists.motion-twin.com/pipermail/haxe/attachments/20060809/cbe5b5dc/Client.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: server.hxml
Type: application/octet-stream
Size: 73 bytes
Desc: not available
Url : http://lists.motion-twin.com/pipermail/haxe/attachments/20060809/cbe5b5dc/server.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Server.hx
Type: application/octet-stream
Size: 353 bytes
Desc: not available
Url : http://lists.motion-twin.com/pipermail/haxe/attachments/20060809/cbe5b5dc/Server.obj


More information about the Haxe mailing list