mirror of
https://github.com/mikefarah/yq.git
synced 2025-01-15 04:55:36 +00:00
Added docs on base64 only working with utf8 content
This commit is contained in:
parent
d0ccd7c8c8
commit
8986b92d05
@ -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:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user