Normalize romanized identifiers to Hepburn
This commit is contained in:
parent
7935e5e7ea
commit
787febbd07
72 changed files with 871 additions and 871 deletions
16
level1.c
16
level1.c
|
|
@ -658,7 +658,7 @@ error1:
|
|||
return ReadErrorFlag ? ERROR : result;
|
||||
}
|
||||
|
||||
int sj3_bunsetu_henkan(SJ3_CLIENT_ENV* client,
|
||||
int sj3_bunsetsu_henkan(SJ3_CLIENT_ENV* client,
|
||||
unsigned char* yomi,
|
||||
int len,
|
||||
unsigned char* kanji,
|
||||
|
|
@ -692,7 +692,7 @@ int sj3_bunsetu_henkan(SJ3_CLIENT_ENV* client,
|
|||
return ReadErrorFlag ? ERROR : result;
|
||||
}
|
||||
|
||||
int sj3_bunsetu_jikouho(SJ3_CLIENT_ENV* client,
|
||||
int sj3_bunsetsu_jikouho(SJ3_CLIENT_ENV* client,
|
||||
unsigned char* kanji,
|
||||
int mode,
|
||||
int mb_flag) {
|
||||
|
|
@ -716,7 +716,7 @@ int sj3_bunsetu_jikouho(SJ3_CLIENT_ENV* client,
|
|||
return ReadErrorFlag ? ERROR : result;
|
||||
}
|
||||
|
||||
int sj3_bunsetu_maekouho(SJ3_CLIENT_ENV* client,
|
||||
int sj3_bunsetsu_maekouho(SJ3_CLIENT_ENV* client,
|
||||
unsigned char* kanji, int mode, int mb_flag) {
|
||||
int result;
|
||||
|
||||
|
|
@ -738,7 +738,7 @@ int sj3_bunsetu_maekouho(SJ3_CLIENT_ENV* client,
|
|||
return ReadErrorFlag ? ERROR : result;
|
||||
}
|
||||
|
||||
int sj3_bunsetu_kouhosuu(SJ3_CLIENT_ENV* client,
|
||||
int sj3_bunsetsu_kouhosuu(SJ3_CLIENT_ENV* client,
|
||||
unsigned char* yomi,
|
||||
int len,
|
||||
int mb_flag) {
|
||||
|
|
@ -770,7 +770,7 @@ int sj3_bunsetu_kouhosuu(SJ3_CLIENT_ENV* client,
|
|||
return ReadErrorFlag ? ERROR : result;
|
||||
}
|
||||
|
||||
int sj3_bunsetu_zenkouho(SJ3_CLIENT_ENV* client,
|
||||
int sj3_bunsetsu_zenkouho(SJ3_CLIENT_ENV* client,
|
||||
unsigned char* yomi,
|
||||
int len,
|
||||
SJ3_DOUON* douon,
|
||||
|
|
@ -810,7 +810,7 @@ int sj3_bunsetu_zenkouho(SJ3_CLIENT_ENV* client,
|
|||
return ReadErrorFlag ? ERROR : cnt;
|
||||
}
|
||||
|
||||
int sj3_tango_gakusyuu(SJ3_CLIENT_ENV* client, SJ3_STUDYREC* stdy) {
|
||||
int sj3_tango_gakushuu(SJ3_CLIENT_ENV* client, SJ3_STUDYREC* stdy) {
|
||||
int buflen;
|
||||
|
||||
client_init(client);
|
||||
|
|
@ -831,7 +831,7 @@ int sj3_tango_gakusyuu(SJ3_CLIENT_ENV* client, SJ3_STUDYREC* stdy) {
|
|||
return ReadErrorFlag ? ERROR : 0;
|
||||
}
|
||||
|
||||
int sj3_bunsetu_gakusyuu(SJ3_CLIENT_ENV* client,
|
||||
int sj3_bunsetsu_gakushuu(SJ3_CLIENT_ENV* client,
|
||||
unsigned char* yomi1,
|
||||
unsigned char* yomi2,
|
||||
SJ3_STUDYREC* stdy,
|
||||
|
|
@ -943,7 +943,7 @@ int sj3_tango_sakujo(SJ3_CLIENT_ENV* client,
|
|||
return ReadErrorFlag ? ERROR : 0;
|
||||
}
|
||||
|
||||
int sj3_tango_syutoku(SJ3_CLIENT_ENV* client,
|
||||
int sj3_tango_shutoku(SJ3_CLIENT_ENV* client,
|
||||
int dicid,
|
||||
unsigned char* buf,
|
||||
int mb_flag) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue