purescript-halogen / purescript-halogen-template

Template project for getting started with Halogen
Apache License 2.0
128 stars 56 forks source link

Add UTF-8 charset to index.html #12

Closed MonoidMusician closed 7 years ago

MonoidMusician commented 7 years ago

I think this is a reasonable default, and it might prevent surprises down the road for users, like I encountered when trying to bundle d3.js, which includes a variable named ε = 1e-6.

CLAassistant commented 7 years ago

CLA assistant check
All committers have signed the CLA.

garyb commented 7 years ago

I think the encoding is mostly a product of the webserver rather than the page itself, but I'm still all for this. Thanks!

MonoidMusician commented 7 years ago

Ah yeah, I've just been using the raw file so that might be a contributing factor. Thanks!