No, the data on server side is ok. I have tried to save it in text file,
before sending to client. The encoding in text file was right.

regards,
Alex

Am 15.04.2013 14:24, schrieb Fritz Zaucker:
> Are you getting the data you send to Qooxdoo from a database backend? If so,
> this also might mess up your encodings. What works best for me using
> PostgreSQL is:
> 
> - Have the database be in UTF8
> 
> - Set  pg_enable_utf8=>1  in your DBI connect statement
> 
> - If using strings with none-ASCII from files, make sure to save the file
>    UTF8-encoded.
> 
> If you need to change the encoding, use the
> http://search.cpan.org/~dankogai/Encode-2.49/Encode.pm module.
> 
> Apart from that, I find character encoding extremly cumbersome, never
> knowing what part of my program and terminal layers are messing things up
> ...
> 
> Cheers,
> Fritz
> 
> 
> When using DBI, you mi
> On Mon, 15 Apr 2013, 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.
>>
> 


-- 
----------------------------------------------------
Oleksandr Shneyder  | Email: [email protected]
phoca GmbH          | Tel. : 089 - 90 400 94 020
Bräuhausgasse 9     | Fax. : 089 - 90 400 94 001
D-82205 Gilching    | Mobil: 0163 - 49 64 461

Geschäftsführung:
Dipl.-Inf. Oleksandr Shneyder

Amtsgericht München | http://www.phoca-gmbh.de
HRB 196 658         | http://www.x2go.org
USt-IdNr.: DE281977973
----------------------------------------------------

Attachment: signature.asc
Description: OpenPGP digital signature

------------------------------------------------------------------------------
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