Ticket #1 (closed defect: fixed)

Opened 6 years ago

Last modified 6 years ago

Output .mm file in utf-8. (设置 .mm 文件的编码为 UTF-8)

Reported by: jiangxin Owned by: jiangxin
Priority: major Milestone: 0.8
Component: FreeMind OSSXP Enhancement Version:
Keywords: Cc:

Description

Output .mm files of FreeMind 0.8.0 is not suitable for our Chinese.
All Chinese characters are encoding as &#x…;. The feeling of our
Chinese is just like your English speakers see our Chinese character
like 像是看天书.


FreeMind 的 .mm 格式的输出文件,非 ASCII 字符编码为 &#x…; 虽然不妨碍 FreeMind
的使用,但是一个 FreeMind 文档之间的比较就让人看不明白了。因此如果希望通过版本控制系统
维护 FreeMind 文档,必须首先让 FreeMind 的文件输出转换为 UTF-8 编码格式。

Change History

comment:1 Changed 6 years ago by Jiang Xin <worldhello.net AT gmail DOT com>

  • status changed from new to closed
  • resolution set to fixed

(In [1]) Fix #1: Output .mm file in utf-8.
设置 FreeMind 的输出文件(.mm 文件) 的编码为 UTF-8,中文直接使用 UTF-8 输出,不换码。

comment:2 Changed 6 years ago by Jiang Xin <worldhello.net AT gmail DOT com>

(In [2]) Set default output charset encode in FreeMind.DEFAULT_CHARSET, for latter use.


在宏 FreeMind.DEFAULT_CHARSET 中设置缺省输出文件的字符集,缺省为 UTF-8.

see #1.

Note: See TracTickets for help on using tickets.