Skip to content

Commit 8887219

Browse files
authored
Merge pull request #1634 from ThatOpen/Fix-Encoding
Fix Encoding
2 parents a87cb4b + 19ea3e7 commit 8887219

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cpp/web-ifc/parsing/string_parsing.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313

1414
namespace webifc::parsing {
1515

16-
bool foundRoman = false;
1716

1817
std::u16string utf16_from_utf8(const std::string& utf8) {
1918
std::u16string utf16;
@@ -264,6 +263,7 @@ namespace webifc::parsing {
264263
return error;
265264
}
266265
private:
266+
bool foundRoman = false;
267267
std::string_view::iterator iter;
268268
std::string_view::iterator end;
269269
unsigned char codepage;

0 commit comments

Comments
 (0)