mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-12 10:33:20 +00:00
Use u32string throughout in character decoder
This commit is contained in:
@@ -32,10 +32,9 @@
|
||||
#include <string>
|
||||
|
||||
namespace IfcUtil {
|
||||
std::wstring::value_type convert_codepage(int codepage, int index);
|
||||
std::string convert_utf8(const std::wstring& string);
|
||||
std::wstring convert_utf8(const std::string& string);
|
||||
std::u32string convert_utf8_to_utf32(const std::string& string);
|
||||
std::u32string::value_type convert_codepage(int codepage, int index);
|
||||
std::string convert_utf8(const std::u32string& string);
|
||||
std::u32string convert_utf8(const std::string& string);
|
||||
} // namespace IfcUtil
|
||||
|
||||
namespace IfcParse {
|
||||
|
||||
Reference in New Issue
Block a user