you need to call:
settings.add({
ofUnicode::Latin1Supplement,
ofUnicode::Hiragana,
ofUnicode::Katakana,
ofUnicode::CJKUnified
});
instead and it should work
you need to call:
settings.add({
ofUnicode::Latin1Supplement,
ofUnicode::Hiragana,
ofUnicode::Katakana,
ofUnicode::CJKUnified
});
instead and it should work