Fork me on GitHub
#pedestal
<
2020-12-22
>
simongray09:12:28

gzipping content in Jetty seems to actually break any emojis on an HTML page? At least it does in my case. Kind of strange.

simongray09:12:50

Actually, scratch that, it seems that the issue is somehow Docker-related. Weird.

orestis17:12:42

@simongray hm, I ran into an issue that the JVM uses by default the platform encoding. Best to set it explicitly via a Java system property.

orestis17:12:57

Something like -Dfile.encoding=UTF-8