Hi Peter,<br><br>It&#39;s not GS&#39;s fault. (BPBible has it too) It is a core sword problem with divineName tags with utf8.<br><br>Quoting from osishtmlhref.cpp:407 (equivalent is in rtf, as well)<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; scratch.setFormatted(&quot;%c&lt;font size=\&quot;-1\&quot;&gt;%s&lt;/font&gt;&quot;, lastText[0], lastText.c_str()+1);<br>
<br>
It takes the first character - a perfectly good assumption in english text, but one that will not work with chinese. This first character in chinese will be a special utf8 character telling it to look for more. Then the UTF8HTML converter swallows up the next two letters leaving &quot;ont size=-1&gt;&quot; where it should be &lt;font size=&quot;-1&quot;&gt;. This causes problems.<br>
<br>God Bless,<br>Ben<br>-------------------------------------------------------------------------------------------<br>The Lord is not slow to fulfill his promise as some count slowness,<br>but is patient toward you, not wishing that any should perish,<br>
but that all should reach repentance.<br>2 Peter 3:9 (ESV)
<br><br><div class="gmail_quote">On Wed, Jun 11, 2008 at 10:57 AM, Peter von Kaehne &lt;<a href="mailto:refdoc@gmx.net">refdoc@gmx.net</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Both Chinese modules in Beta have when I looked at them with GS in<br>
various OT books an odd sequence of three unrecognised characters.<br>
<br>
An example is in Numbers 1:1, characters 17-19.<br>
<br>
I have tried a multitude of fonts.<br>
<br>
BD works fine.<br>
<br>
By carefully counting out characters on BD and GS, it appears that the<br>
three characters appear where the 日 is supposed to be.<br>
<br>
It is well possible that I have missed the one font which works.<br>
<br>
I would be grateful if someone who knows Chinese could check.<br>
<br>
Peter<br>
<br>
_______________________________________________<br>
sword-devel mailing list: <a href="mailto:sword-devel@crosswire.org">sword-devel@crosswire.org</a><br>
<a href="http://www.crosswire.org/mailman/listinfo/sword-devel" target="_blank">http://www.crosswire.org/mailman/listinfo/sword-devel</a><br>
Instructions to unsubscribe/change your settings at above page</blockquote></div><br>