(skkdic-jisx0208-hiragana-block):
authorKenichi Handa <handa@m17n.org>
Tue, 14 May 2002 23:15:29 +0000 (23:15 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 14 May 2002 23:15:29 +0000 (23:15 +0000)
Fix the initial value to specify character range of
japanese-jisx0208, not unicode.

lisp/international/ja-dic-utl.el

index 1b5a1d0..30b7de1 100644 (file)
@@ -88,8 +88,9 @@
       (setq heads (cdr heads)))
     l))
 
-(defconst skkdic-jisx0208-hiragana-block (cons (decode-char 'unicode #x3040)
-                                              (decode-char 'unicode #x309F)))
+(defconst skkdic-jisx0208-hiragana-block
+  (cons (decode-char 'japanese-jisx0208 #x2421)
+       (decode-char 'japanese-jisx0208 #x247E)))
 
 (defun skkdic-lookup-key (seq len &optional postfix prefer-noun)
   "Return a list of conversion string for sequence SEQ of length LEN.