Normalize romanized identifiers to Hepburn

This commit is contained in:
Nishi 2026-06-18 13:53:25 +09:00
commit 787febbd07
72 changed files with 871 additions and 871 deletions

View file

@ -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;