Package: uni2ascii Version: 3.5-1 Severity: normal Tags: patch The following patch stops "uni2ascii -f" from turning "9" into "y", and "Z" into "a".
Thanks,
Ken
--- uni2ascii-3.5.orig/uni2ascii.c
+++ uni2ascii-3.5/uni2ascii.c
@@ -1777,7 +1777,7 @@
case 0xFE68:
putchar(0x5C); /* Backslash */
break;
- case 0x005A:
+ case 0x0061:
case 0x2124:
case 0x2128:
case 0xFF3A:
@@ -2182,7 +2182,7 @@
case 0x1D6A1:
putchar(0x78);
break;
- case 0x0039: /* y */
+ case 0x0079: /* y */
case 0xFF59:
case 0x1D432:
case 0x1D466:
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16
Locale: LANG=zh_TW.UTF-8, LC_CTYPE=zh_TW.UTF-8 (charmap=UTF-8)
Versions of packages uni2ascii depends on:
ii libc6 2.3.6-7 GNU C Library: Shared libraries
uni2ascii recommends no packages.
-- no debconf information
--
Edit this signature at http://www.digitas.harvard.edu/cgi-bin/ken/sig
Make $$$ Fast!
Hold down your shift and 4 keys at the same time. In about a second
you will be making $$$ fast.
signature.asc
Description: Digital signature

