[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: Invalid Syntax error (maybe has to do with accents)



For Perl, check out "Unicode::String".  That is an excellent library to
convert between different encodings.

http://search.cpan.org/search?dist=Unicode-String

- Christoph


On Wed, 7 Nov 2001, Stig Venaas wrote:

> 
> On Tue, Nov 06, 2001 at 01:59:39PM -0800, Jan-Michael Ong wrote:
> > Hello
> > 
> > Thank you for the response. How do I accomplish this? Do I need to modify 
> > the core.schema? Or is there a program (script) that does this "UTF-8" 
> > process for us? Your response is greatly appreciated and thank you again.
> 
> Personally I use PHP, but Perl could be used, and probably many other
> tools. If you search in the OpenLDAP list archives for utf-8 encoding
> you probably find something, maybe it's in the faq even. I haven't got
> time to search around myself right now.
> 
> Stig