Weird characters showing up. What character encoding should I use?

By nathan@resistentropy.com

Weird characters showing up in headlines and excerpts. What character encoding should I use?



Filed Under:

UTF-8 Encoding required

Nathan,

For pages displaying content from Daylife APIs, you need UTF-8 encoding. You can do so by adding this HTML to your page:

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />

- Vineet