Re: [Arsperl-users] arsperl 1.91 ars_Login Unicode

2009-03-25 Thread Conny.Martin
: [Arsperl-users] arsperl 1.91 ars_Login Unicode That's great, and it surprises me a little... But can you now only log in with a UTF8 string? Or can you also use ars_CreateEntry, ars_GetEntry and the like with UTF8 data? Regards, -- Michiel Beijen Software Consultant +31 6 - 457 42 418 Bee Free

Re: [Arsperl-users] arsperl 1.91 ars_Login Unicode

2009-03-25 Thread _HK_
. Kind Regards Conny -- *Von:* Michiel Beijen [mailto:mich...@beefreeit.nl] *Gesendet:* Mittwoch, 25. März 2009 08:53 *An:* ARSperl User Discussion *Betreff:* Re: [Arsperl-users] arsperl 1.91 ars_Login Unicode That's great, and it surprises me a little... But can

Re: [Arsperl-users] arsperl 1.91 ars_Login Unicode

2009-03-25 Thread _HK_
. Kind Regards Conny -- *Von:* Michiel Beijen [mailto:mich...@beefreeit.nl] *Gesendet:* Mittwoch, 25. März 2009 08:53 *An:* ARSperl User Discussion *Betreff:* Re: [Arsperl-users] arsperl 1.91 ars_Login Unicode That's great, and it surprises me a little... But can

Re: [Arsperl-users] arsperl 1.91 ars_Login Unicode

2009-03-24 Thread Conny.Martin
setting the encoding via lang parameter doesn't work. Try setting env-Variable LANG=en_US.utf8 Or you can use the attached patch, which introduces a new parameter (charSet) to ars_Login where you can specify the encoding. Possible (tested) values are utf8 1252 1250 HTH Kind Regards

Re: [Arsperl-users] arsperl 1.91 ars_Login Unicode

2009-03-24 Thread Michiel Beijen
ARSperl is a lot older than the - pretty recent - unicode support in AR server. Because of this, ARSperl is not designed with unicode compatibility in mind. It does not handle strings internally as unicode. See perldoc perlunicode if you would like to see what it takes to make ARSperl handle

Re: [Arsperl-users] arsperl 1.91 ars_Login Unicode

2009-03-24 Thread _HK_
Thank you folks. LANG=en_US.utf8 alone seemed to fix it! cheers, ~H 2009/3/24 conny.mar...@t-systems.com setting the encoding via lang parameter doesn't work. Try setting env-Variable LANG=en_US.utf8 Or you can use the attached patch, which introduces a new parameter (charSet) to