When creating a page using the "web page wizard" and selecting the charset "utf-8" for XHTML 1.0 Strict then trying to get the page validated at W3C.
Here is what webDesign adds and is wrong !:
<meta http-equiv="content-Type" content="utf-8" />
Here is the correct way :
<meta http-equiv="content-Type" content="text/html;charset=utf-8" />
Hope the next version comes out real soon..