Added docs on base64 only working with utf8 content

This commit is contained in:
Mike Farah 2023-05-23 15:38:15 +10:00
parent d0ccd7c8c8
commit 8986b92d05

View File

@ -14,7 +14,7 @@ You can load files of the following supported types:
| Plain String | load_str |
| 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: