Skip to content

Commit

Permalink
dvipdfm-x/cidtype2.c: replace YEN SIGN (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
t-tk committed Feb 2, 2024
1 parent 698cb02 commit f5e7f92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/texk/dvipdfm-x/cidtype2.c
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,7 @@ fix_CJK_symbols (unsigned short code)
{0xFFE0, 0x00A2}, /* FULLWIDTH CENT SIGN <-> CENT SIGN */
{0xFFE1, 0x00A3}, /* FULLWIDTH POUND SIGN <-> POUND SIGN */
{0xFFE2, 0x00AC}, /* FULLWIDTH NOT SIGN <-> NOT SIGN */
{0xFFE5, 0x00A5}, /* FULLWIDTH YEN SIGN <-> YEN SIGN */
{0xFFFF, 0xFFFF}, /* EOD */
};
#define NUM_CJK_SYMBOLS (sizeof(CJK_Uni_symbols)/sizeof(CJK_Uni_symbols[0]))
Expand Down

0 comments on commit f5e7f92

Please sign in to comment.