Marcus Better wrote: >>Well, what's exactly the real problem here ? Does the link point to an >>invalid URL instead of your directory ? >> >> > >Actually the link works, it just looks ugly. Like this: > Täby > >If I replace "iso-8859-1" by "utf-8" in the header then it displays >correctly. I guess it makes sense to use the local encoding in the >generated HTML. > >
Ok. I think I will use the I18N::Langinfo perl module, retrieve the codeset with langinfo(CODESET()) and set it in HTML header. I'm also thinking of adding an option to force the encoding. By the way, I may have to convert the strings that llgal automatically generates into utf8 (we already have accents in the french translation). Feel free to let me know if you see any problem with this or have any other idea. I'll try to do 0.12.1 soon. Brice