Skip to content

Commit

Permalink
uptex-m.ch: modify message of encoding (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
t-tk committed Oct 12, 2024
1 parent 2cc2dac commit 5f29213
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions source/texk/web2c/uptexdir/uptex-m.ch
Original file line number Diff line number Diff line change
Expand Up @@ -448,15 +448,15 @@ kchar_num: print_esc("kchar");
@y
if font_enc[f]=enc_ucs then print("+Unicode")
else if font_enc[f]=enc_jis then print("+JIS")
else if font_enc[f]=enc_t1 then print("/T1")
else if font_enc[f]=enc_ts1 then print("/TS1")
else if font_enc[f]=enc_ly1 then print("/LY1")
else if font_enc[f]=enc_t5 then print("/T5")
else if font_enc[f]=enc_l7x then print("/L7x")
else if font_enc[f]=enc_t2a then print("/T2A")
else if font_enc[f]=enc_t2b then print("/T2B")
else if font_enc[f]=enc_t2c then print("/T2C")
else if font_enc[f]=enc_lgr then print("/LGR");
else if font_enc[f]=enc_t1 then print("+T1")
else if font_enc[f]=enc_ts1 then print("+TS1")
else if font_enc[f]=enc_ly1 then print("+LY1")
else if font_enc[f]=enc_t5 then print("+T5")
else if font_enc[f]=enc_l7x then print("+L7x")
else if font_enc[f]=enc_t2a then print("+T2A")
else if font_enc[f]=enc_t2b then print("+T2B")
else if font_enc[f]=enc_t2c then print("+T2C")
else if font_enc[f]=enc_lgr then print("+LGR");
@z
@x
Expand Down

0 comments on commit 5f29213

Please sign in to comment.