pedestal

simongray 2020-12-22T09:19:28.302900Z

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

simongray 2020-12-22T09:45:50.303300Z

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

orestis 2020-12-22T17:45:42.305100Z

@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.

orestis 2020-12-22T17:48:57.305500Z

Something like -Dfile.encoding=UTF-8