Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please update the cid jvf for Adobe GB 1-6 #29

Closed
Steve-Cheung-emct opened this issue May 2, 2024 · 3 comments
Closed

Please update the cid jvf for Adobe GB 1-6 #29

Steve-Cheung-emct opened this issue May 2, 2024 · 3 comments

Comments

@Steve-Cheung-emct
Copy link

Adobe GB 1-6 have been updated on 2023-04-21, which include more 288 char for the GB18030-2022 L2 level,

Please update the cid jvf with (cidcmr7-h.vf and cidcmr7-v.vf )

Thank you very much.

by

(CHARACTER H 493C
(MAP
(SETCHAR H 764C)
)
)

to

(CHARACTER H 4D5B
(MAP
(SETCHAR H 776B)
)
)

764C to cid30284
776B to cid30571

I tried to gernerate the couple of (cidcmr7-h.vf and cidcmr7-v.vf ) but faild with the error code:

perl jfmutil.pl zvp2vf cidcmr7-v.zvp
jfmutil: VPL syntax error: bad argument: (VTITLE JVF for Adobe-GB1-5)

perl jfmutil.pl zvp2vf cidcmr7-h.zvp
jfmutil: VPL syntax error: bad argument: (VTITLE JVF for Adobe-GB1-5)

and

perl jfmutil.pl zvp2vf cidcmr6-v.zvp
jfmutil: VPL syntax error: bad argument: (VTITLE JVF for Adobe-GB1-5)

Please help me.

@t-tk
Copy link
Contributor

t-tk commented Oct 2, 2024

cidcmr7-v.vf is generated by japanese-otf/script/mkmlcidvf.pl and max of Adobe-GB is now 30283 (Adobe-GB1-5)

return if (($lang eq "c" && $cidcode>30283) # Adobe-GB1-5

If you replace it like s/30283/30571/, you will get the larger one (AG1-6).

I do not have a plan to update above because cidcmr[0-7]-v.vf is only used with platex
and the combination of cidcmr--v.vf and uplatex has already supported Adobe-GB1-6 by using vf fallback (ref. texjporg/tex-jp-build#99)

I hope you to understand the situation.

@Steve-Cheung-emct
Copy link
Author

Steve-Cheung-emct commented Oct 6, 2024 via email

@t-tk t-tk closed this as completed Oct 6, 2024
@Steve-Cheung-emct
Copy link
Author

Steve-Cheung-emct commented Nov 19, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants