I'm not sure what the deal is, but when I bring up a page in my system it doesn't encode properly at first. I have to go the browser options and change it to utf-8. The funny thing is that utf-8 is my default as set in all my browsers.

This is my header...

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang='en' lang='en'>
<head>
<title>Page title</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

etc...etc...

And in my document I am specifying the correct language as needed...yes, I know it's a table but this is tabular data...I'm just trying to show the pertinent parts here...

<td width='60%' class='cell-doc' xml:lang='zh' lang='zh'>~{6(~} ~{;[EMAIL PROTECTED] ~{4N~}~{Q!Pc~}</td>

I don't have any output buffering or anything of the kind going on here. Is there some on the surface here that I'm missing?

Thanks, v

Reply via email to