Update of /cvsroot/open-jtalk/open_jtalk/src/mecab-naist-jdic
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv4342/mecab-naist-jdic
Modified Files:
char.def
Log Message:
Modify byte sequence in dictionary: suggested by Open JTalk users.
Index: char.def
===================================================================
RCS file: /cvsroot/open-jtalk/open_jtalk/src/mecab-naist-jdic/char.def,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** char.def 16 Dec 2009 16:01:01 -0000 1.1
--- char.def 30 Dec 2014 04:58:28 -0000 1.2
***************
*** 35,39 ****
# SPACE
0x0020 SPACE # DO NOT REMOVE THIS LINE, 0x0020 is reserved for SPACE
! 0x00D0 SPACE
0x0009 SPACE
0x000B SPACE
--- 35,39 ----
# SPACE
0x0020 SPACE # DO NOT REMOVE THIS LINE, 0x0020 is reserved for SPACE
! 0x000D SPACE
0x0009 SPACE
0x000B SPACE
|