It used to work for me when I used it. Perl is a little finicky with 
encodings, so make sure you (ab)use JSON the right way and that your 
standard input/output is not messing with the encoding of the text 
unnecessarily.

Worst case, pre-encode stuff so they don't have the Unicode Flag set, 
and then they shouldn't suffer further encoding.

Sorry if it's too vague, it's been a while since I last used the 
official RPC.

On 15/04/13 12:54, Oleksandr Shneyder wrote:
> Hello all,
>
> I have Unicode issue with perl-rpc server:
>
> http://qooxdoo.org/contrib/project/rpcperl
>
> all unicode strings, that RPC-Server returning to application, have
> wrong encoding. I can avoid this problem if I encode string with base64
> on server and then decode it in qooxdoo application. But I wonder if
> there is a better solution for this issue.
>
> regards,
> Alex
>
> PS: with python RPC-Server all works just fine. But I really want to use
> perl RPC-Server.

------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to