Normalize romanized identifiers to Hepburn
This commit is contained in:
parent
7935e5e7ea
commit
787febbd07
72 changed files with 871 additions and 871 deletions
|
|
@ -30,20 +30,20 @@
|
|||
#include "wchar16.h"
|
||||
#include "sj3lib.h"
|
||||
|
||||
typedef struct bunsetu_sj3 {
|
||||
typedef struct bunsetsu_sj3 {
|
||||
int srclen;
|
||||
int destlen;
|
||||
wchar16_t* srcstr;
|
||||
wchar16_t* deststr;
|
||||
struct studyrec dcid;
|
||||
} SJ3_BUNSETU_SJ3;
|
||||
} SJ3_BUNSETSU_SJ3;
|
||||
|
||||
#ifdef valid
|
||||
#undef valid
|
||||
#endif
|
||||
|
||||
typedef struct douon_sj3 {
|
||||
wchar16_t ddata[SJ3_BUNSETU_KANJI];
|
||||
wchar16_t ddata[SJ3_BUNSETSU_KANJI];
|
||||
int dlen;
|
||||
SJ3_STUDYREC dcid;
|
||||
int wlen;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue