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

groff html output, CJK support #4

Open
t-tk opened this issue Aug 28, 2022 · 0 comments
Open

groff html output, CJK support #4

t-tk opened this issue Aug 28, 2022 · 0 comments

Comments

@t-tk
Copy link
Owner

t-tk commented Aug 28, 2022

groff の html 出力を CJK (Chinese, Japanese, Korean) 対応にする件です。
pre-grohtml, post-grohtml に patch を当て、以下のようなことに対応します。

  1. "charset=UTF-8" の出力を可能にする (option -U)
  2. CJKの文字幅に対応可能にする
  3. ps, dviと同様のフォント名 (CSS, CSH, CTS, CTH, JPM, JPG, KOM, KOG) の設定を用意する
t-tk added a commit that referenced this issue Aug 28, 2022
t-tk added a commit that referenced this issue Sep 1, 2022
t-tk added a commit that referenced this issue Jun 17, 2023
… conversion (#4)

option
 -U0 : US-ASCII : use named character references or numerical character references
 -U1 : UTF-8 (partial) : use named character references for known characters, UTF-8 literals for unknown characters (default)
 -U2 : UTF-8 (full) : use UTF-8 literals
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

1 participant