2008-07-11 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / I18N / West / CP1252.cs
index ed1d13cf479eb4bf75878576000af8d77029b574..fa0d361e253c46d5e330f462ff36458e9266566d 100644 (file)
@@ -236,6 +236,7 @@ public class CP1252 : ByteEncoding
                                        else
 #if NET_2_0
                                                HandleFallback (ref buffer, chars, ref charIndex, ref charCount, bytes, ref byteIndex, ref byteCount);
+                                               continue;
 #else
                                                ch = 0x3F;
 #endif