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

#1 编辑器 #2

Merged
merged 13 commits into from
Sep 26, 2018
Merged

#1 编辑器 #2

merged 13 commits into from
Sep 26, 2018

Conversation

nobodxbodon
Copy link
Collaborator

初始界面:
screen shot 2018-09-24 at 2 58 07 pm

打开时, 读入所有CJK*.txt源数据文件, 编码排序按照读入顺序. 功能:

  • 所有源数据文件不改动
  • "修改"会暂存修改值, 但不保存到任何文件
  • "导出"会将所有字符值(包括修改过的)保存到单一目标文件CJK-所有.txt
  • 上/下一个
  • 按照unicode编码查询(暂只支持大写, 开头不含0. 如需要可支持小写等):
    screen shot 2018-09-24 at 7 43 55 pm

@CNMan
Copy link
Owner

CNMan commented Sep 25, 2018

多谢!可以合并的时候说一下

字符展示区:添加上“中国大陆字形”、“中国台港澳字形”、“日本字形”以及每个字体的名称。
中国大陆字形:分2行,每行3个字体(中易宋体、中华书局宋体、汉仪字典宋、汉仪仿宋、方正楷体S)
中国港澳台字形:1行,3个字体(细明体、细明体HKSCS、方正楷体T)
日本字形:1行,1个字体(花园明朝)

字形文件夹对应表格如下:

U_编码 平面
00xxxx Plane00
01xxxx Plane01
02xxxx Plane02
03xxxx Plane03
0Exxxx Plane14
0Fxxxx Plane15
10xxxx Plane16

@nobodxbodon
Copy link
Collaborator Author

好, 会按照上面继续做些修改. 确认一些细节:

  • 如果某个字没有某个字形图, 就留着空白吧?
  • 只需要导出所有字符到一个文件就可以了?

可以合并的时候说一下

如果基本功能达成的话, 就先合并吧. 实用之后可以提issue, assign给我.

@CNMan
Copy link
Owner

CNMan commented Sep 25, 2018

如果某个字没有某个字形图, 就留着空白吧?

是的,右方的五笔编码没有时也显示空白,但需要可以编辑

只需要导出所有字符到一个文件就可以了?

导出到一个文件也可以,再手动分开就行了

另外,字符顺序如下

4E00..9FFF	CJK
3400..4DBF	CJK-A
20000..2A6DF	CJK-B
2A700..2B73F	CJK-C
2B740..2B81F	CJK-D
2B820..2CEAF	CJK-E
2CEB0..2EBEF	CJK-F

@nobodxbodon
Copy link
Collaborator Author

修改界面如下:
screen shot 2018-09-25 at 3 39 57 pm
如果某个字形图不存在:
screen shot 2018-09-25 at 3 39 36 pm

是的,右方的五笔编码没有时也显示空白,但需要可以编辑

不是小改动, 而且代码已经比较多, 要做拆分/测试之类. 要改天继续了.

@CNMan CNMan merged commit 1cc139e into CNMan:master Sep 26, 2018
@CNMan
Copy link
Owner

CNMan commented Sep 26, 2018

screenshot from 2018-09-26 15-40-52
screenshot from 2018-09-26 16-02-38

rhel 7.5 上不显示图片

# uname -a
Linux localhost.localdomain 3.10.0-862.11.6.el7.x86_64 #1 SMP Fri Aug 10 16:55:11 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
# python3 -V
Python 3.3.2

PS:新世纪五笔和笔顺的数据已经加上了

update:升级到python3.6 也不显示

@nobodxbodon
Copy link
Collaborator Author

在Ubuntu下测试, Python 3.6.5, 安装python3-tk之后运行如下:
screenshot from 2018-09-26 09-55-20 wubi_editor_ubuntu

$ uname -a
Linux 4.15.0-30-generic #32-Ubuntu SMP Thu Jul 26 17:42:43 UTC 2018
x86_64 x86_64 x86_64 GNU/Linux

不过看样子不像环境问题. 一会加点调试信息, 看看图片路径配置有没有问题.

@CNMan
Copy link
Owner

CNMan commented Sep 27, 2018

图片体积太大了,分离到一个独立的repo去,这里再git Submodule引用,我重新初始化一下项目。

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

Successfully merging this pull request may close these issues.

3 participants