fs/Charset: assign fs_charset
This got lost 8 years ago in commit 87c88fcb27
D'oh!
This commit is contained in:
parent
edae00e719
commit
9475ef2202
|
@ -44,6 +44,7 @@ SetFSCharset(const char *charset)
|
|||
assert(charset != nullptr);
|
||||
assert(fs_converter == nullptr);
|
||||
|
||||
fs_charset = charset;
|
||||
fs_converter = IcuConverter::Create(charset);
|
||||
assert(fs_converter != nullptr);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue