html_entitize and html_unentitize

一つ目のテキストエリアのテキストを '\n' 等の制御文字はそのまま、'&' '<' '>' を除く基本ラテン文字はそのままに、それら以外を HTML エンティティに変換して、二つ目のテキストエリアに表示します。一方で、二つ目のテキストエリアのテキストの HTML エンティティを元の文字列に変換して一つ目のテキストエリアに表示します。entitize.html との違いは CDN he.js を使用していることにあります。

Keeping the control characters such as '\n' and the basic Latin characters except for '&' '<' '>' in the text of the first text area, it is converted to an HTML entity and displayed in the second text area. On the other hand, it is converted the HTML entity of the text in the second text area to the original string and displays it in the first text area. The difference with entitize.html is that it uses CDN he.js.

一覧
    Copyleft 🄯 2021 Taiji Yamada <taiji@aihara.co.jp>