lxgw / LxgwWenKai

An open-source Chinese font derived from Fontworks' Klee One. 一款开源中文字体,基于 FONTWORKS 出品字体 Klee One 衍生。
https://lxgw.github.io/2021/01/28/Klee-Simpchin/
SIL Open Font License 1.1
17.47k stars 504 forks source link

add_glyphs_txt/20210425.txt 使用了 DOS 换行符 #39

Closed atzlinux closed 2 years ago

atzlinux commented 2 years ago

add_glyphs_txt/目录下的其它文件,都使用了 Unix 换行符。 建议将 20210425.txt 也转换使用 Unix 换行符,保持一致。

Linux 下的 dos2unix 命令可以完成这个转换:

dos2unix add_glyphs_txt/20210425.txt
dos2unix: 正在转换文件 add_glyphs_txt/20210425.txt 为Unix格式...

该目录下所有文件的换行符情况:

20210203.txt: UTF-8 Unicode text, with very long lines, with no line terminators
20210204.txt: UTF-8 Unicode text, with no line terminators
20210205.txt: UTF-8 Unicode text, with no line terminators
20210206.txt: UTF-8 Unicode text, with no line terminators
20210209.txt: UTF-8 Unicode text, with no line terminators
20210211.txt: UTF-8 Unicode text, with no line terminators
20210212.txt: UTF-8 Unicode text, with no line terminators
20210213.txt: UTF-8 Unicode text, with no line terminators
20210214.txt: UTF-8 Unicode text, with very long lines, with no line terminators
20210221.txt: UTF-8 Unicode text, with no line terminators
20210425.txt: UTF-8 Unicode text, with very long lines, with CRLF line terminators
20210505.txt: UTF-8 Unicode text, with very long lines, with no line terminators
20210703.txt: UTF-8 Unicode text
20211001.txt: UTF-8 Unicode text, with very long lines

换行符不一致,在进行 Debian 软件包制作时,会有报错。

lxgw commented 2 years ago

已调整。

atzlinux commented 2 years ago

谢谢!

目前为该字体制作的 deb 包,已经放入:

https://mentors.debian.net/package/fonts-lxgw-wenkai/

接下来需要等有权限的 Debian 开发者帮忙上传到 Debian。

同时该字体已经在 Debian 官方 git 仓库 salsa 下的 Debian 字体团队下,建立了 git 仓库:

https://salsa.debian.org/fonts-team/fonts-lxgw-wenkai

在 2021/11/6 上午11:16, lxgw 写道:

https://camo.githubusercontent.com/551c3215faeccd5aa6ba40a6b672ac7031ce11e9d9a5ed0d12f0d53f628a67ed/68747470733a2f2f73332e626d702e6f76682f696d67732f323032312f31312f343134383635333564386365663166322e706e67

已调整。

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/lxgw/LxgwWenKai/issues/39#issuecomment-962382585, or unsubscribe https://github.com/notifications/unsubscribe-auth/AH2XK64YLOJNHLBI725PAQ3UKSMZDANCNFSM5GPORQSQ. Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

-- 肖盛文 xiao sheng wen Faris Xiao 微信(wechat):atzlinux 《铜豌豆 Linux》https://www.atzlinux.com 基于 Debian 的 Linux 中文 桌面 操作系统 Debian QA page: https://qa.debian.org/developer.php?login=atzlinux%40sina.com GnuPG Public Key: 0x00186602339240CB

atzlinux commented 2 years ago

这个问题,在版本 1.111 中任然存在,我创建了一个 PR:

https://github.com/lxgw/LxgwWenKai/pull/41

麻烦帮忙评估、合并下。