Normalize romanized identifiers to Hepburn
This commit is contained in:
parent
7935e5e7ea
commit
787febbd07
72 changed files with 871 additions and 871 deletions
12
wakachi.c
12
wakachi.c
|
|
@ -29,7 +29,7 @@
|
|||
|
||||
#include "sj_kcnv.h"
|
||||
#include "sj_right.h"
|
||||
#include "sj_hinsi.h"
|
||||
#include "sj_hinshi.h"
|
||||
#include "kanakan.h"
|
||||
|
||||
int terminate();
|
||||
|
|
@ -65,21 +65,21 @@ void wakachi(void) {
|
|||
if(!(jrec = argjrec(i, (JREC*)NULL))) return;
|
||||
|
||||
jrec->class = C_WAKACHI;
|
||||
jrec->hinsi = D_MEISI_1;
|
||||
jrec->hinshi = D_MEISHI_1;
|
||||
|
||||
if(Chrtbl[*(next - 1)] & TAI_KGU)
|
||||
srchfzk(jrec, next, R_DAIMEISI, 0);
|
||||
srchfzk(jrec, next, R_DAIMEISHI, 0);
|
||||
}
|
||||
|
||||
else {
|
||||
|
||||
if(!(jrec = argjrec(0, (JREC*)NULL))) return;
|
||||
jrec->class = C_WAKACHI;
|
||||
jrec->hinsi = MEISI_6;
|
||||
jrec->hinshi = MEISHI_6;
|
||||
|
||||
while((int)jrec->jlen < maxlen) {
|
||||
|
||||
count = setconj((TypeGram)MEISI_6, jrec, crec);
|
||||
count = setconj((TypeGram)MEISHI_6, jrec, crec);
|
||||
|
||||
for(i = count; i-- > 0;) {
|
||||
|
||||
|
|
@ -113,7 +113,7 @@ void wakachi(void) {
|
|||
if(jrec->jlen) {
|
||||
if((clrec = argclrec((int)jrec->jlen)) != NULL) {
|
||||
clrec->jnode = jrec;
|
||||
clrec->right = R_MEISI;
|
||||
clrec->right = R_MEISHI;
|
||||
clrec->kubun = K_TAIGEN;
|
||||
(jrec->count)++;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue