mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-13 02:47:48 +00:00
Added enum 'DEFAULT' to 'IfcCharacterDecoder::ConversionMode': using default converter as system default codepage.
This commit is contained in:
@@ -51,12 +51,12 @@ namespace IfcParse {
|
||||
#endif
|
||||
void addChar(std::stringstream& s,const UChar32& ch);
|
||||
public:
|
||||
#ifdef HAVE_ICU
|
||||
enum ConversionMode {UTF8,LATIN,JSON,PYTHON};
|
||||
//#ifdef HAVE_ICU
|
||||
enum ConversionMode {DEFAULT,UTF8,LATIN,JSON,PYTHON};
|
||||
static ConversionMode mode;
|
||||
#else
|
||||
//#else
|
||||
static char substitution_character;
|
||||
#endif
|
||||
//#endif
|
||||
IfcCharacterDecoder(IfcParse::File* file);
|
||||
~IfcCharacterDecoder();
|
||||
void dryRun();
|
||||
|
||||
Reference in New Issue
Block a user