Skip to content

Commit

Permalink
kanjicnv.h: just in case
Browse files Browse the repository at this point in the history
  • Loading branch information
aminophen committed Jun 25, 2021
1 parent 74a43c0 commit d439ece
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions source/texk/ptexenc/ptexenc/kanjicnv.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
#define LO(x) ( ((int)(x)) & 0xff)
#define HILO(x,y) ((LO(x) << 8) | LO(y))

extern boolean isJISkanji1(int c);
extern boolean isJISkanji2(int c);

extern boolean isEUCkanji1(int c);
extern boolean isEUCkanji2(int c);

Expand Down

0 comments on commit d439ece

Please sign in to comment.