lib/icu/Converter: Create() throws exception on error

This commit is contained in:
Max Kellermann
2016-04-12 22:18:36 +02:00
parent 33fdaa5b6d
commit 01b68db30e
9 changed files with 45 additions and 45 deletions

View File

@@ -37,8 +37,11 @@ gcc_const
const char *
GetFSCharset();
bool
SetFSCharset(const char *charset, Error &error);
/**
* Throws std::runtime_error on error.
*/
void
SetFSCharset(const char *charset);
void
DeinitFSCharset();