]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/src/stc/PlatWX.cpp
regenerated after adding DEBUG_ options
[wxWidgets.git] / contrib / src / stc / PlatWX.cpp
index 98eba98548317d43d6aa1262842000d73456684b..3c636d8064660e3384cd95b4100e856451e5ec6e 100644 (file)
@@ -1200,11 +1200,11 @@ bool Platform::IsDBCSLeadByte(int codePage, char ch) {
 }
 
 int Platform::DBCSCharLength(int codePage, const char *s) {
-    return 0;
+    return 1;
 }
 
 int Platform::DBCSCharMaxLength() {
-    return 0;
+    return 1;
 }