lib/icu/Converter: Create() throws exception on error
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user