Change 14762 by jhi@alpha on 2002/02/19 04:03:46
Oops.
Affected files ...
.... //depot/perl/utf8.c#175 edit
Differences ...
==== //depot/perl/utf8.c#175 (text) ====
Index: perl/utf8.c
--- perl/utf8.c.~1~ Mon Feb 18 21:15:06 2002
+++ perl/utf8.c Mon Feb 18 21:15:06 2002
@@ -1360,7 +1360,7 @@
/* It was "normal" (a single character mapping). */
UV uv3 = UNI_TO_NATIVE(uv2);
- len = uvuni_to_utf8(ustrp, uv3) - ustrp;
+ len = uvchr_to_utf8(ustrp, uv3) - ustrp;
}
}
End of Patch.
