Skip to content

Conversation

@sertonix
Copy link
Contributor

@sertonix sertonix commented Sep 1, 2025

The base64 encoded UTF-16 is little endian but without BOM. So when decoding the endianess can vary. Specifying UTF-16LE explicitly ensures it always chooses the correct one.

The base64 encoded UTF-16 is little endian but without BOM. So when decoding the endianess can vary. Specifying UTF-16LE explicitly ensures it always chooses the correct one.
@lizmat lizmat merged commit af77300 into raku-community-modules:main Sep 1, 2025
3 checks passed
@lizmat
Copy link
Contributor

lizmat commented Sep 1, 2025

Thanks, good catch!

@sertonix sertonix deleted the sertonix-patch-2 branch September 4, 2025 18:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants