diff --git a/source/charset.cpp b/source/charset.cpp index 95753662..ed4d643f 100644 --- a/source/charset.cpp +++ b/source/charset.cpp @@ -591,6 +591,7 @@ namespace nana unsigned long code; if(ch < 0xC0) // error? - move to end. Posible ANSI or ISO code-page { + return *(p++); // temp: assume equal p = end; return 0; }