diff --git a/src/modules/users/Config.cpp b/src/modules/users/Config.cpp index b85ba67bd..b0af2d5c8 100644 --- a/src/modules/users/Config.cpp +++ b/src/modules/users/Config.cpp @@ -27,11 +27,12 @@ #include #include -//Did my best choosing compound ID +//Needed for ICU to apply some transliteration ruleset. +//Still needs to be adjusted to fit the needs of the most of users static const char TRANSLITERATOR_ID[] = "Russian-Latin/BGN;" - "Greek-Latin/UNGEGN;" - "Any-Latin;" - "Latin-ASCII"; + "Greek-Latin/UNGEGN;" + "Any-Latin;" + "Latin-ASCII"; #endif static const QRegExp USERNAME_RX( "^[a-z_][a-z0-9_-]*[$]?$" );