mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
739b3e595c
* [ja] Translate 70-base64 node. * Fix PR review #591 "Buffer" -> "バッファ". We have used Japanese katakana words of "buffer" in http-request and file-out nodes. * Fix PR review #591 "Base64" -> "base64" * Fix PR review #591 "Base64から文字列へデコード" -> "Base64から文字列へ変換"
8 lines
504 B
HTML
8 lines
504 B
HTML
<script type="text/x-red" data-help-name="base64">
|
|
<p>A function that converts the chosen property (default <code>msg.payload</code>) to and from base64 format.</p>
|
|
<p>If the input is a buffer it converts it to a Base64 encoded string.</p>
|
|
<p>If the input is a Base64 string it converts it back to a binary buffer.</p>
|
|
<p>You can also fix coding into base64, and base64 to buffer if required.</p>
|
|
<p>Note: Using "Encode to Base64" will encode an already encoded string.</p>
|
|
</script>
|