Skip to content

Commit c7c2c4c

Browse files
mastermaster
master
authored and
master
committed
Project translation
1 parent 6f4c438 commit c7c2c4c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

target/docs/lib/FileEncoding.htm

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ <h2 id="Parameters">パラメータ</h2>
2222
<dd>
2323
<p>型:<a href="../Concepts.htm#strings">文字列</a>または<a href="../Concepts.htm#numbers">整数</a></p>
2424
<p>以下のいずれかの値を指定します:</p>
25-
<p><strong>CP0</strong> or empty string: The system default ANSI code page. 下記の備考をご覧ください</p>
25+
<p><strong>CP0</strong>または空文字列:システムデフォルトのANSIコードページ下記の備考をご覧ください</p>
2626
<p><strong>UTF-8:</strong>Unicode UTF-8、CP65001と同等です。</p>
27-
<p><strong>UTF-8-RAW:</strong>上記と同様ですが、新規ファイル作成時にバイト順マークは書きません</p>
27+
<p><strong>UTF-8-RAW:</strong>上記と同様ですが、新規ファイル作成時にバイトオーダーマークを付与しません</p>
2828
<p><strong>UTF-16:</strong>Unicode UTF-16 リトルエンディアンバイトオーダーで、CP1200と同等。</p>
29-
<p><strong>UTF-16-RAW:</strong>上記と同様ですが、新規ファイル作成時にバイトオーダーマークを書きません</p>
29+
<p><strong>UTF-16-RAW:</strong>上記と同様ですが、新規ファイル作成時にバイトオーダーマークを付与しません</p>
3030
<p><strong>CP<em>nnn</em></strong>数値識別子<em>nnn</em>を持つコードページ。<a href="https://learn.microsoft.com/windows/win32/intl/code-page-identifiers">コードページ識別子</a>をご覧ください。</p>
3131
<p><strong><em>nnn</em></strong>数値のコードページ識別子。</p>
3232
</dd>
@@ -37,7 +37,7 @@ <h2 id="Return_Value">戻り値</h2>
3737
<p>前の設定に戻す機能です。</p>
3838

3939
<h2 id="Remarks">備考</h2>
40-
<p>If FileEncoding is not used, the default encoding is CP0.</p>
40+
<p>FileEncodin が使われていないときは、エンコードの初期値はCP0ですIf FileEncoding is not used, the default encoding is CP0.</p>
4141
<p>CP0は、普遍的に1つのコードページを識別するのではなく、システムのデフォルトのANSIコードページに対応し、システムロケールまたは「非Unicodeプログラム用の言語」のシステム設定に依存します。実際のコードページ番号を取得するには、<code>DllCall("GetACP")</code>を呼び出します。</p>
4242
<p>組込変数<strong>A_FileEncoding</strong>に現在の設定が格納されます。</p>
4343
<p>新しく起動する<a href="../misc/Threads.htm">スレッド</a><a href="../Hotkeys.htm">ホットキー</a><a href="Menu.htm">カスタムメニュー項目</a><a href="SetTimer.htm">時間指定</a>サブルーチンなど)はすべて、この機能のデフォルト設定で新しくスタートします。このデフォルトは、<a href="../Scripts.htm#auto">スクリプト起動</a>時にこの関数を使用することで変更することができます。</p>

0 commit comments

Comments
 (0)