|
@@ -30,7 +30,7 @@ For conditions of distribution and use, see <a href="https://jrsoftware.org/file
|
|
|
|
|
|
<p><a name="6.3.0"></a><span class="ver">6.3.0-dev </span><span class="date">(?)</span></p>
|
|
<p><a name="6.3.0"></a><span class="ver">6.3.0-dev </span><span class="date">(?)</span></p>
|
|
<ul>
|
|
<ul>
|
|
- <li>Inno Setup now supports UTF-8 encoded .iss script files and .isl messages files without an UTF-8 preamble (also called BOM.)</li>
|
|
|
|
|
|
+ <li>Inno Setup now supports UTF-8 encoded .iss script files and .isl messages files without an UTF-8 preamble (also called BOM).</li>
|
|
<li>Compiler IDE changes:
|
|
<li>Compiler IDE changes:
|
|
<ul>
|
|
<ul>
|
|
<li>Added new <i>UTF-8 without BOM</i> menu item to the <i>Save Encoding</i> submenu of the <i>File</i> menu.</li>
|
|
<li>Added new <i>UTF-8 without BOM</i> menu item to the <i>Save Encoding</i> submenu of the <i>File</i> menu.</li>
|
|
@@ -39,7 +39,7 @@ For conditions of distribution and use, see <a href="https://jrsoftware.org/file
|
|
</li>
|
|
</li>
|
|
<li>Pascal Scripting changes:
|
|
<li>Pascal Scripting changes:
|
|
<ul>
|
|
<ul>
|
|
- <li>Support fuction <tt>LoadStringsFromFile</tt> now also supports UTF8-encoded files without an UTF-8 preamble.</li>
|
|
|
|
|
|
+ <li>Support function <tt>LoadStringsFromFile</tt> now also supports UTF8-encoded files without an UTF-8 preamble.</li>
|
|
<li>Added new <tt>SaveStringsToUTF8FileNoPreamble</tt> support function.</li>
|
|
<li>Added new <tt>SaveStringsToUTF8FileNoPreamble</tt> support function.</li>
|
|
</ul>
|
|
</ul>
|
|
<li>During startup Setup would always ask Windows to create any missing <tt>{usercf}</tt>, <tt>{userpf}</tt>, and <tt>{usersavedgames}</tt> folders. It no longer does until the script asks for the folder. Note that scripts running in administrative install mode should not do this because it violates the <a href="https://jrsoftware.org/ishelp/index.php?topic=setup_useduserareaswarning">used user areas warning</a>.</li>
|
|
<li>During startup Setup would always ask Windows to create any missing <tt>{usercf}</tt>, <tt>{userpf}</tt>, and <tt>{usersavedgames}</tt> folders. It no longer does until the script asks for the folder. Note that scripts running in administrative install mode should not do this because it violates the <a href="https://jrsoftware.org/ishelp/index.php?topic=setup_useduserareaswarning">used user areas warning</a>.</li>
|