Hi<div><br></div><div>I write julius file like this.</div><div><br></div><div>(snip)</div><div><div>&nbsp;&nbsp; &nbsp; &nbsp;var fs = $(&#39;&lt;fieldset&gt;&lt;legend&gt;Recent Changes&lt;/legend&gt;&lt;/fieldset&gt;&#39;),</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;ul = $(&#39;&lt;ul/&gt;&#39;);</div>
<div>&nbsp;&nbsp; &nbsp; &nbsp;$(&#39;#recent-changes&#39;).append(fs.append(ul));</div><div>(snip)</div></div><div><br></div><div>This works good.</div><div>But,...</div><div><br></div><div><meta http-equiv="content-type" content="text/html; charset=utf-8"><div>
(snip)</div><div><div>&nbsp;&nbsp; &nbsp; &nbsp;var fs = $(&#39;&lt;fieldset&gt;&lt;legend&gt;最近の更新&lt;/legend&gt;&lt;/fieldset&gt;&#39;), // Japanese UTF-8</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;ul = $(&#39;&lt;ul/&gt;&#39;);</div><div>&nbsp;&nbsp; &nbsp; &nbsp;$(&#39;#recent-changes&#39;).append(fs.append(ul));</div>
<div>(snip)</div></div></div><div><br></div><div>This script(with UTF-8) transform legend text to unreadable string.</div><div><br></div><div>Then, I try to insert &quot;debugger;&quot; statement in order to disable to hjsmin,</div>
<div>This try is success and make readable.</div><div><br></div><div>Could you confirm this?</div><div><br></div>