Fix UTF-8 build
This commit is contained in:
parent
c9dd9e96a1
commit
0ab3b4eac7
@ -99,7 +99,7 @@ wxWxCharBuffer wxStringOperationsWchar::EncodeNChars(size_t n, const wxUniChar&
|
||||
// UTF-8 sequences lengths
|
||||
// ---------------------------------------------------------------------------
|
||||
|
||||
static unsigned char wxStringOperationsUtf8::GetUTF8IterOffset(unsigned char c)
|
||||
unsigned char wxStringOperationsUtf8::GetUTF8IterOffset(unsigned char c)
|
||||
{
|
||||
unsigned char l = tableUtf8Lengths[c];
|
||||
if ( !l ) //skip over invalid characters
|
||||
|
Loading…
Reference in New Issue
Block a user