On 27/10/05 4:15, Liam O'Donnell <[EMAIL PROTECTED]> wrote: > <?xml version="1.0" ?><html> > <head> > <title></title> > </head> > <body> > <div align="left"><font face="Arial"><span style="font-size:10pt">I have a > piece of code which has been working well until recently, on > a windows  environment  </span></font></div> > <div align="left"><br /> > </div> > <div align="left"><font face="Arial"><span style="font-size:10pt">If I attempt > to create an account with an accent, the account created > is garbled.  </span></font></div> [...] > <div align="left"><font face="Arial"><span style="font-size:10pt">Anyone got > any ideas?  </span></font></div>
Yeah. First, try not to post HTML to a mailing list :-) Second, the problem is likely that you're not encoding the account name's value as UTF-8 in your perl script. > This message has been scanned for content and > viruses by the DIT Information Services MailScanner > Service, and is believed to be clean. A DIT scanner, eh? That might be your third problem :-) Cheers, Chris