Doing an strace on locale, it looks like it is trying to load files from
a directory "/usr/lib/locale:/usr/share/locale-
langpack/{charset}/LC_COLLATE"Which is incorrect, creating a directory "locale:" under /usr/lib and creating a link on /usr in it will throw away "-1 ENOENT (No such file or directory)" from the systrace (so the loading succeed) while it does not resolve anything. What is strange, I don't know which manipulation I did, but I have localised text with locale now but still perl does not like and other programs too. When I first encounter the problem I couldn't enter accentued letter in a terminal... now I can. Also why locales are spread between /usr/lib/locale /usr/share/locale /usr/share/locale-langpack ? Thank you -- locales problems with edgy libc6 https://launchpad.net/bugs/49113 -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
