[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Mule-UCS] unicode-assoc-for-windows
Mule-UCS の unicode-assoc-for-windows を見ていて気付いたのですが、
FULLWIDTH BROKEN BAR の codepoint が typo っているようです。
http://www.unicode.org/charts/PDF/UFF00.pdf を見ると FFE4 と
なっていました。
--
有沢 明宏
2004-09-06 ARISAWA Akihiro <ari@xxxxxxxxxxxxxxxx>
* reldata/usupple.el (unicode-assoc-for-windows): Fixed codepoint
of FULLWIDTH BROKEN BAR.
Index: lisp/reldata/usupple.el
===================================================================
RCS file: /cvsroot/mule-ucs/lisp/reldata/usupple.el,v
retrieving revision 1.4
diff -u -F^( -r1.4 usupple.el
--- lisp/reldata/usupple.el 8 Oct 2000 14:10:44 -0000 1.4
+++ lisp/reldata/usupple.el 6 Sep 2004 12:20:56 -0000
@@ -80,7 +80,7 @@ (defvar unicode-assoc-for-windows
(?$B"L(B . "0xFFE2") ;; FULLWIDTH NOT SIGN
;; JIS X 0212 correspondings
(?$(D"7(B . "0xFF5E") ;; FULLWIDTH TILDE (usually not used for decoding)
- (?$(D"C(B . "0xFF4E") ;; FULLWIDTH BROKEN BAR
+ (?$(D"C(B . "0xFFE4") ;; FULLWIDTH BROKEN BAR
;; JIS X 0201 correspondings
;; ("0x5C" . "0x005C") ;; REVERSE SOLIDUS
;; ("0x7E" . "0x007E") ;; TILDE