New issue 281: cyrillic letters in repository filenames results in error https://bitbucket.org/conservancy/kallithea/issues/281/cyrillic-letters-in-repository-filenames
Alexander Nikitin: Hello. I've got a problem with displaying repository contents when it contains files with cyrillic letters: when using default setting of **default_encoding = utf8** and **lang = ru** I've got the following behaviour 1. User interface is ok:  2. File name and it's contents are not ok  3. File's URL doesn't work  when using setting of **default_encoding = utf8,cp1251** and **lang = ru** I've got the following behaviour 1. User interface is still ok 2. File name and it's contents are ok now  3. But file link still doesn't work  Attached you will find hg repository that used for tests _______________________________________________ kallithea-general mailing list [email protected] https://lists.sfconservancy.org/mailman/listinfo/kallithea-general
