Good day Horacio, I'd advise moving up to the most recent version(2.6) of the client code, if you are going to be using perl5.8. Testing was done to ensure that the recent version works correctly under both 5.6 and 5.8.
If it's not possible to upgrade to 2.6, then you should be able to get by by modifying lib/NAMEPREP. From within there, replace all occourances (there should be 3) of: unpack("U*" <rest of line> with unpack("U0U*" <rest of line untouched> There was previously a patch in the unsupported directory that would do this. I'll look into where it has gone. Take care, Mark OpenSRS Developer On Fri, 29 Nov 2002 [EMAIL PROTECTED] wrote: > Date: Fri, 29 Nov 2002 10:56:42 +0100 > From: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: perl 5.8 and RACE convertion > > we are updating our servers and we have some problems with RACE. > > RACE.cgi doesn't work with perl 5.8 ? > When running RACE.cgi we get the same 'multi-lingual-domain' without conversion. But >we donīt have any error message . > > just for information: > perl version : 5.8.0 > modules installed: unicode::string, unicode::map, unicode::maputf8 , unicode::map8. > opensrs_perl_client: 2.4 > > all the rest of the services are working fine, even we can access to manage.cgi >using "bq-- .... " in place of the multilingual domain name. > > Anyone have the same problem with perl 5.8 (all the new linux distribution work with >this perl version (and the perl 5.6 doesnīt compile with gc 3.1 or superior ? )) > > thanks > Horacio Degiorgi. > > > > >