We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d4af0b commit 03bc515Copy full SHA for 03bc515
src/alfons/langHelper.cpp
@@ -21,7 +21,7 @@ namespace alfons {
21
const std::string DEFAULT_LANGUAGES = "en:zh-cn"; // GIVING PRIORITY (BY DEFAULT) TO CHINESE OVER JAPANESE
22
23
struct HBScriptForLang {
24
- const char lang[7];
+ const char *lang;
25
hb_script_t scripts[3];
26
};
27
0 commit comments