On April 27, 2024, our Sign-in and Create Account options will be unavailable from 9am-12pm ET. During this maintenance window, developer account access and free trial registration will be unavailable.

Encoding Hawaiian Characters

I'm having difficulty outputting Hawaiian characters from my TPL. Characters such as okina (‘) and kahako (ō) render as "‘" and "Å�" respectively. However, I can open the outputted aspx page in Notepad, save out in UTF-8, and it will render as intended.

Notes:
- TPL uses proper meta tag: <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- iwpt_encoding.ipl set to UTF-8
- Fields are *not* VisualFormat
- Characters defined in Unicode 5 standard, okina = &#x02BB;

Any ideas what I could be doing wrong?

Win TS 6.7.1 SP 1 / P1