Skip to content

Commit 60eb979

Browse files
author
isayan
committed
bugfix Bambda mode
1 parent b63ebe9 commit 60eb979

File tree

4 files changed

+16
-8
lines changed

4 files changed

+16
-8
lines changed

help/help-ja.html

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -547,12 +547,12 @@ <h2 id="_yagura_menu">2. Yagura Menu</h2>
547547
<dt class="hdlist1">Encoder</dt>
548548
<dd>
549549
<p>選択された文字列を「Yagura Charsets」にて選択した文字コードにてEncodeします。
550-
URL/Unicode(URL)/Unicode(JSON)/Base64/Base64URLSafe/Html に対応しています。</p>
550+
URL/Unicode(URL)/Unicode(JSON)/Base64/Base64URLSafe/Htm/JSON with Meta に対応しています。</p>
551551
</dd>
552552
<dt class="hdlist1">Decoder</dt>
553553
<dd>
554554
<p>選択された文字列を「Yagura Charsets」にて選択した文字コードにてDecodeします。
555-
URL/Unicode(URL)/Unicode(JSON)/Base64/Base64URLSafe/Html に対応しています。</p>
555+
URL/Unicode(URL)/Unicode(JSON)/Base64/Base64URLSafe/Html/JSON with Meta に対応しています。</p>
556556
</dd>
557557
<dt class="hdlist1">Converter</dt>
558558
<dd>
@@ -562,7 +562,7 @@ <h2 id="_yagura_menu">2. Yagura Menu</h2>
562562
<dt class="hdlist1">Hash</dt>
563563
<dd>
564564
<p>選択された文字列を「Yagura Charsets」にて選択した文字コードにてHash計算します。
565-
md2/md5/sha1/sha256/sha512 に対応しています。</p>
565+
md2/md5/sha1/sha256/sha384/sha512 に対応しています。</p>
566566
</dd>
567567
<dt class="hdlist1">Result Filter</dt>
568568
<dd>
@@ -1741,6 +1741,10 @@ <h5 id="_encodedecode">Encode/Decode</h5>
17411741
<dd>
17421742
<p>C言語形式のエスケープを行います。</p>
17431743
</dd>
1744+
<dt class="hdlist1">JSON</dt>
1745+
<dd>
1746+
<p>JSON形式のエスケープを行います。</p>
1747+
</dd>
17441748
<dt class="hdlist1">SQL</dt>
17451749
<dd>
17461750
<p>SQL言語形式のエスケープを行います。</p>
@@ -2384,7 +2388,7 @@ <h3 id="_version">3.10. Version</h3>
23842388
</div>
23852389
<div id="footer">
23862390
<div id="footer-text">
2387-
Last updated 2023-12-18 18:00:05 +0900
2391+
Last updated 2024-01-18 09:01:56 +0900
23882392
</div>
23892393
</div>
23902394
</body>

help/help.html

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -569,12 +569,12 @@ <h2 id="_yagura_menu">2. Yagura Menu</h2>
569569
<dt class="hdlist1">Encoder</dt>
570570
<dd>
571571
<p>Encode the selected string in the character code selected in "Yagura Charsets".
572-
URL/Unicode(URL)/Unicode(JSON)/Base64/Base64URLSafe/Html are supported.</p>
572+
URL/Unicode(URL)/Unicode(JSON)/Base64/Base64URLSafe/Html/JSON with Meta are supported.</p>
573573
</dd>
574574
<dt class="hdlist1">Decoder</dt>
575575
<dd>
576576
<p>Decode the selected string in the character code selected in "Yagura Charsets".
577-
URL/Unicode(URL)/Unicode(JSON)/Base64/Base64URLSafe/Html are supported.</p>
577+
URL/Unicode(URL)/Unicode(JSON)/Base64/Base64URLSafe/Html/JSON with Meta are supported.</p>
578578
</dd>
579579
<dt class="hdlist1">Converter</dt>
580580
<dd>
@@ -584,7 +584,7 @@ <h2 id="_yagura_menu">2. Yagura Menu</h2>
584584
<dt class="hdlist1">Hash</dt>
585585
<dd>
586586
<p>Hash calculation the selected string in the character code selected in "Yagura Charsets".
587-
md2/md5/sha1/sha256/sha512 are supported.</p>
587+
md2/md5/sha1/sha256/sha384/sha512 are supported.</p>
588588
</dd>
589589
<dt class="hdlist1">Extension</dt>
590590
<dd>
@@ -1766,6 +1766,10 @@ <h5 id="_encodedecode">Encode/Decode</h5>
17661766
<dd>
17671767
<p>Performs C-style escaping.</p>
17681768
</dd>
1769+
<dt class="hdlist1">JSON</dt>
1770+
<dd>
1771+
<p>Performs JSON literal escaping.</p>
1772+
</dd>
17691773
<dt class="hdlist1">SQL</dt>
17701774
<dd>
17711775
<p>Performs escape in the SQL language format.</p>
@@ -2418,7 +2422,7 @@ <h3 id="_version">3.11. Version</h3>
24182422
</div>
24192423
<div id="footer">
24202424
<div id="footer-text">
2421-
Last updated 2023-12-18 18:03:30 +0900
2425+
Last updated 2024-01-18 09:01:56 +0900
24222426
</div>
24232427
</div>
24242428
</body>
0 Bytes
Binary file not shown.

release/YaguraExtension-v3.0.jar

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)