<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[设置界面词库项码表→导出的格式]]></title><description><![CDATA[<p dir="auto">导出格式能不能参考主码表的格式设定</p>
<pre><code>columns:
  - text
  - code
</code></pre>
<p dir="auto">来决定导出的表头格式</p>
<pre><code>    words:
      columns: [text, code, weight, count]
    shadow:
      columns: [word, code, action, position, cand_id]
</code></pre>
<p dir="auto">text前code后，导出格式也就是这个格式，用户词库和主码表格式一致更容易处理。<br />
shadow也参考这个格式，把action后移到第三位。</p>
<p dir="auto">现在的情况是我把用户词库wdict文件设置成这个格式，用户直接导入使用，但导出的格式又变成了系统默认，本来是想方便用户格式的一致性，但导出结果的不同又增添了麻烦。</p>
]]></description><link>https://forum.windinput.com/topic/175/设置界面词库项码表-导出的格式</link><generator>RSS for Node</generator><lastBuildDate>Sun, 20 Sep 2026 16:24:18 GMT</lastBuildDate><atom:link href="https://forum.windinput.com/topic/175.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 18 Sep 2026 03:17:34 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to 设置界面词库项码表→导出的格式 on Fri, 18 Sep 2026 07:10:38 GMT]]></title><description><![CDATA[<p dir="auto">一个码表文件生成缓存后，已经固定格式了，不会再去读原序列了。<br />
而且默认 code 在前也是全局推荐的格式，因为 code 基本都是 ASCII 码，而 text 可以会有特殊的编码。但实际不影响什么</p>
]]></description><link>https://forum.windinput.com/post/662</link><guid isPermaLink="true">https://forum.windinput.com/post/662</guid><dc:creator><![CDATA[admin]]></dc:creator><pubDate>Fri, 18 Sep 2026 07:10:38 GMT</pubDate></item></channel></rss>