[pve-devel] applied: [PATCH widget-toolkit v3 06/14] utils: add base64 conversion helper

Thomas Lamprecht t.lamprecht at proxmox.com
Sun Nov 10 18:27:04 CET 2024


Am 08.11.24 um 15:41 schrieb Lukas Wagner:
> From: Gabriel Goller <g.goller at proxmox.com>
> 
> Add helper functions to convert from a utf8 string to a base64 string
> and vice-versa. Using the TextEncoder/TextDecoder we can support unicode
> such as emojis as well [0].
> 
> [0]: https://developer.mozilla.org/en-US/docs/Glossary/Base64#the_unicode_problem
> 
> Signed-off-by: Gabriel Goller <g.goller at proxmox.com>
> Reviewed-by: Thomas Lamprecht <t.lamprecht at proxmox.com>
> ---
>  src/Utils.js | 18 ++++++++++++++++++
>  1 file changed, 18 insertions(+)
> 
>

applied, thanks!




More information about the pve-devel mailing list