mirror of
https://github.com/mikefarah/yq.git
synced 2026-09-07 02:48:27 +08:00
Added docs on base64 only working with utf8 content
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ You can load files of the following supported types:
|
|||||||
| Plain String | load_str |
|
| Plain String | load_str |
|
||||||
| Base64 | load_base64 |
|
| Base64 | load_base64 |
|
||||||
|
|
||||||
Note that base64 only works for base64 encoded utf-8 strings.
|
Note that load_base64 only works for base64 encoded utf-8 strings.
|
||||||
|
|
||||||
## Samples files for tests:
|
## Samples files for tests:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user