diff --git a/components/to_utf8/to_utf8.cpp b/components/to_utf8/to_utf8.cpp index 708f4b41aa..f7dc33fcbf 100644 --- a/components/to_utf8/to_utf8.cpp +++ b/components/to_utf8/to_utf8.cpp @@ -225,8 +225,8 @@ void Utf8Encoder::copyFromArray(unsigned char ch, char* &out) const const signed char *in = translationArray + ch*6; int len = *(in++); - for (int i=0; i