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 = ʻAny ideas what I could be doing wrong?Win TS 6.7.1 SP 1 / P1
Actually I failed to note that. I tried adding both a global and page level setting.web.config: <globalization requestEncoding="utf-8" responseEncoding="utf-8" /> ORPage: <%@ ResponseEncoding="utf-8" %>Neither worked.
What do you see?
boo.aspx >HTTP/1.1 200 OKDate: Thu, 27 Mar 2008 21:02:46 GMTServer: Microsoft-IIS/6.0Cache-Control: privateContent-Type: text/html; charset=utf-8Expires: 0Set-Cookie: IWPROXY_PATHTRACK=/iw-mount/default/main/projects/maunakea/WORKAREA/client/web/public_involvement/boo.aspx; path=/X-AspNet-Version: 2.0.50727x-iw-ts-vpath: /default/main/projects/maunakea/WORKAREA/client/web/public_involvement/boo.aspxX-Powered-By: ASP.NETx-teamsite-url-rewrite: trueP3P: CP="CAO PSA OUR"Transfer-Encoding: chunkedboo.htm >HTTP/1.1 200 OKDate: Thu, 27 Mar 2008 21:03:25 GMTServer: Microsoft-IIS/6.0Accept-Ranges: bytesCache-Control: no-cacheContent-Type: text/htmlExpires: 0Set-Cookie: IWPROXY_PATHTRACK=/iw-mount/default/main/projects/maunakea/WORKAREA/client/web/public_involvement/boo.htm; path=/x-iw-ts-vpath: /default/main/projects/maunakea/WORKAREA/client/web/public_involvement/boo.htmX-Powered-By: ASP.NETx-teamsite-url-rewrite: trueP3P: CP="CAO PSA OUR"Transfer-Encoding: chunked