Skip to content

Instantly share code, notes, and snippets.

@jorgepedret
Created June 6, 2011 22:15
Show Gist options
  • Select an option

  • Save jorgepedret/1011240 to your computer and use it in GitHub Desktop.

Select an option

Save jorgepedret/1011240 to your computer and use it in GitHub Desktop.
Automatically add utf-8 charset to files (htaccess)
<FilesMatch "\.(htm|html|css|js)$">
AddDefaultCharset UTF-8
</FilesMatch>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment