Changed TRANSLITERATOR_ID type to array
This commit is contained in:
parent
94f7efb89f
commit
d5e678157d
@ -28,7 +28,7 @@
|
|||||||
#include <unicode/unistr.h>
|
#include <unicode/unistr.h>
|
||||||
|
|
||||||
//Did my best choosing compound ID
|
//Did my best choosing compound ID
|
||||||
static const char* TRANSLITERATOR_ID = "Russian-Latin/BGN;"
|
static const char TRANSLITERATOR_ID[] = "Russian-Latin/BGN;"
|
||||||
"Greek-Latin/UNGEGN;"
|
"Greek-Latin/UNGEGN;"
|
||||||
"Any-Latin;"
|
"Any-Latin;"
|
||||||
"Latin-ASCII";
|
"Latin-ASCII";
|
||||||
|
Loading…
Reference in New Issue
Block a user