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

@ -31,7 +31,7 @@
#include "sj3libsj3.h"
#include "henkan.h"
typedef struct bunsetu_sj3 Bunsetu;
typedef struct bunsetsu_sj3 Bunsetsu;
typedef struct _Conversion {
unsigned short out_mode[BUFFLENGTH * 2];
@ -68,7 +68,7 @@ typedef struct _Conversion {
short CurBun;
short PreBun;
Bunsetu Bun[BUFFLENGTH];
Bunsetsu Bun[BUFFLENGTH];
wchar16_t out_buf[BUFFLENGTH * 2];
unsigned char in_mode[BUFFLENGTH * 2];