RE: Language problem with Perl

2006-04-06 Thread Jan Dubois
On Wed, 05 Apr 2006, Bullock, Howard A. wrote: > > I bet this is the problem. The á character seems to be in unicode > > rather than ascii. U can try directly inputting it with Alt+0225 or > > doing >chr(225) (or whatever it is in Hungarian encoding). > > Thanks, I believe you may be correct in tha

RE: Language problem with Perl

2006-04-05 Thread Chris Wagner
At 08:59 PM 4/5/2006 -0400, Bullock, Howard A. wrote: >Thanks, I believe you may be correct in that some characters are not being handled properly. But can anyone point me in the direction of generic solution so that this will function regardless of language? The data comes directly from Win32::Ne

RE: Language problem with Perl

2006-04-05 Thread Bullock, Howard A.
> I bet this is the problem. The á character seems to be in unicode rather >than ascii. U can try directly inputting it with Alt+0225 or doing >chr(225) >(or whatever it is in Hungarian encoding). Thanks, I believe you may be correct in that some characters are not being handled properly. But c

Re: Language problem with Perl

2006-04-05 Thread Chris Wagner
At 06:21 PM 4/5/2006 -0400, Bullock, Howard A. wrote: >#THIS SCRIPT WORKS CORRECTLY FOR OTHER OS LANGUAGES: ># ENGLISH - WORKS (Administrators) ># SPANISH - WORKS (Administratadores) ># GERMAN - WORKS (Administratoren) ># HUNGARIAN - FAILS (Rendszergazdák) WITH 2220 (group name could not be

Language problem with Perl

2006-04-05 Thread Bullock, Howard A.
<> The test script attempts to use both Win32::NetAdmin::LocalGroupAddUsers and Win32::Lanman::NetLocalGroupAddMembers to add members to a specified group. But the name of the group passed to the methods does not appear to be correct when applied to the Hungarian. Please review the script and