OSDN Git Service

Improved comment
authorArtem Grinev <agrinev98@gmail.com>
Mon, 9 Nov 2020 22:40:08 +0000 (01:40 +0300)
committerArtem Grinev <agrinev98@gmail.com>
Mon, 9 Nov 2020 22:40:08 +0000 (01:40 +0300)
src/modules/users/Config.cpp

index b85ba67..b0af2d5 100644 (file)
 #include <unicode/translit.h>
 #include <unicode/unistr.h>
 
-//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_-]*[$]?$" );