This repository was archived by the owner on Jan 29, 2026. It is now read-only.
Why UTF-16?
#508
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Why is clipious using UTF-16 encoding here
clipious/lib/service.dart
Line 507 in c698bb3
and here?
clipious/lib/service.dart
Line 158 in c698bb3
This causes my WAF (ModSecurity OWASP) to block Clipious' requests. I can of course whitelist this, but is there any reason to be using an encoding that's non-standard and not recommended?
All reactions