|
|
@ -1119,6 +1119,12 @@ can be omitted.</p>
|
|
|
|
<li><p class="first"><tt class="docutils literal"><span class="pre">dfhack.TranslateName(name[,in_english,only_last_name])</span></tt></p>
|
|
|
|
<li><p class="first"><tt class="docutils literal"><span class="pre">dfhack.TranslateName(name[,in_english,only_last_name])</span></tt></p>
|
|
|
|
<p>Convert a language_name or only the last name part to string.</p>
|
|
|
|
<p>Convert a language_name or only the last name part to string.</p>
|
|
|
|
</li>
|
|
|
|
</li>
|
|
|
|
|
|
|
|
<li><p class="first"><tt class="docutils literal">dfhack.df2utf(string)</tt></p>
|
|
|
|
|
|
|
|
<p>Convert a string from DF's CP437 encoding to UTF-8.</p>
|
|
|
|
|
|
|
|
</li>
|
|
|
|
|
|
|
|
<li><p class="first"><tt class="docutils literal">dfhack.utf2df(string)</tt></p>
|
|
|
|
|
|
|
|
<p>Convert a string from UTF-8 to DF's CP437 encoding.</p>
|
|
|
|
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</ul>
|
|
|
|
<div class="section" id="gui-module">
|
|
|
|
<div class="section" id="gui-module">
|
|
|
|
<h3><a class="toc-backref" href="#id20">Gui module</a></h3>
|
|
|
|
<h3><a class="toc-backref" href="#id20">Gui module</a></h3>
|
|
|
|