diff --git a/newlib/libc/ctype/towupper.c b/newlib/libc/ctype/towupper.c index e2d80281f..1e4d0f5cb 100644 --- a/newlib/libc/ctype/towupper.c +++ b/newlib/libc/ctype/towupper.c @@ -397,9 +397,6 @@ _DEFUN(towupper,(c), wint_t c) if (c == 0x04cf) return 0x04c0; - - if (c >= 0x04f7 && c <= 0x04f9) - return (c - 1); } else if (c < 0x0600) {