mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[Doc] Fix a typo s/daguten/dakuten/
This commit is contained in:
parent
532c775e22
commit
04e6383f40
Notes:
git
2021-04-25 23:51:43 +09:00
1 changed files with 3 additions and 3 deletions
|
@ -581,7 +581,7 @@ static const unsigned char cv[]= {
|
|||
0x00,0x00};
|
||||
|
||||
|
||||
/* X0201 kana conversion table for daguten */
|
||||
/* X0201 kana conversion table for dakuten */
|
||||
/* 90-9F A0-DF */
|
||||
static const unsigned char dv[]= {
|
||||
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
||||
|
@ -602,7 +602,7 @@ static const unsigned char dv[]= {
|
|||
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
||||
0x00,0x00};
|
||||
|
||||
/* X0201 kana conversion table for han-daguten */
|
||||
/* X0201 kana conversion table for han-dakuten */
|
||||
/* 90-9F A0-DF */
|
||||
static const unsigned char ev[]= {
|
||||
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
||||
|
@ -623,7 +623,7 @@ static const unsigned char ev[]= {
|
|||
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
||||
0x00,0x00};
|
||||
|
||||
/* X0201 kana to X0213 conversion table for han-daguten */
|
||||
/* X0201 kana to X0213 conversion table for han-dakuten */
|
||||
/* 90-9F A0-DF */
|
||||
static const unsigned char ev_x0213[]= {
|
||||
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
||||
|
|
Loading…
Add table
Reference in a new issue