diff options
author | George Hazan <george.hazan@gmail.com> | 2025-04-28 15:48:45 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2025-04-28 15:48:45 +0300 |
commit | e29db0c3414f6da69d7e11505819346fed9267a3 (patch) | |
tree | 67310fd9ce926aaeb0101a7bf79dfe30ff8eba33 /libs/litehtml/src/utf8_strings.cpp | |
parent | 24da6586bfdb3e41cc8240e41162b016e10b68c3 (diff) |
update for litehtml
Diffstat (limited to 'libs/litehtml/src/utf8_strings.cpp')
-rw-r--r-- | libs/litehtml/src/utf8_strings.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libs/litehtml/src/utf8_strings.cpp b/libs/litehtml/src/utf8_strings.cpp index f720f6d26c..6a578e1b9e 100644 --- a/libs/litehtml/src/utf8_strings.cpp +++ b/libs/litehtml/src/utf8_strings.cpp @@ -1,4 +1,3 @@ -#include "html.h" #include "utf8_strings.h" namespace litehtml @@ -13,7 +12,7 @@ char32_t read_utf8_char(const string& str, int& index) if (!str[index]) return 0; return str[index++]; }; - + byte b1 = getb(); // Determine whether we are dealing |