mirror of
https://github.com/google/brotli.git
synced 2026-07-09 02:08:06 +00:00
UTF8 & co #458
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @fab1an2 on GitHub (May 22, 2023).
Please add to test UTF-8 and utf-16 example files
for example Polish lang: ĄĆŻŹĘŚŃŁÓ ąćśężźółń
and some emoji
@eustas commented on GitHub (Jun 20, 2023):
Sure, np. But what is the reason you are asking?
@fab1an2 commented on GitHub (Jul 3, 2023):
because I'm from Poland
@eustas commented on GitHub (Jul 4, 2023):
The reason I've asked is that brotli operates with bytes and thus encoding- / codepage-agnostic... Well, almost. Static dictionary words are actually transformed as if they are UTF-8-like entities.
@eustas commented on GitHub (Jul 10, 2023):
Done