Actions
Bug #5669
openMercurial commit messages doesn't show cyrillic symbols
Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
01.10.2021
Due date:
% Done:
0%
Estimated time:
Sorting:
Commit Number:
Affected Version:
Description
I updated from 4.17 version and cyrillic in commit messages started to shown as ?.
I applied workaround from https://issues.rhodecode.com/issues/5297 but it only helped with setlocale python error.
hg log shows messages correctly.
related configurations
supervisord.ini
environment = HOME=/home/glassfish,LANG=ru_RU.UTF-8,LC_ALL=ru_RU.UTF-8,LOCALE_ARCHIVE=/home/glassfish/locale-archive,HGENCODING=utf8
rhodecode.ini
lang = ru
default_encoding = UTF-8 # CP1251 also tried
vcsserver.ini
pyramid.default_locale_name = ru
locale = ru_RU.UTF-8
Actions