From: Jean-Claude G. <Jea...@lo...> - 2000-06-05 09:44:03
|
Hansen Erik writes: > > Hi, > I want to add entries with (german ) special characters in the cn and sn > field. How can I get these Strings to the UTF-8 format? > I thought that the <Unicode-String-2.06> module could be an option, but I > get an installation error. > Is there another way? > thanks I use the Unicode-String module, works well. You should also use perl5.6 which has native UTF-8 support (tr/// can convert in UTF-8). -- Jean-Claude |