diff --git a/src/locale.cpp b/src/locale.cpp index fc314ca9..148fe42a 100644 --- a/src/locale.cpp +++ b/src/locale.cpp @@ -1038,7 +1038,7 @@ ctype::classic_table() _NOEXCEPT #elif defined(_AIX) return (const unsigned int *)__lc_ctype_ptr->obj->mask; #elif defined(__ANDROID__) - return _ctype_; + return _ctype_ + 1; #else // Platform not supported: abort so the person doing the port knows what to // fix