On 12/30/05 2:12, in article dp31e8$5e3$1@news1.xnet.hr, "zapov"
> Hi!
>
[quoted text clipped - 7 lines]
> I saw some reports of this problem already. How come this
> isn't fixed yet?
Which file type are you saving and what steps are you taking to save in
utf-8 w/o signature? Is it a Web Form (i.e. aspx) or plain HTML? In ASP.NET
files you must specify file encoding in the web.config using fileEncoding
and responseEncoding settings. META element has no effect on ASP.NET
runtime.
Thanks
Mikhail Arkhipov (Microsoft)
-- This post is provided 'AS IS' with no warranties and confers no rights
zapov - 30 Dec 2005 19:24 GMT
> Which file type are you saving and what steps are you taking to save in
> utf-8 w/o signature? Is it a Web Form (i.e. aspx) or plain HTML? In ASP.NET
> files you must specify file encoding in the web.config using fileEncoding
> and responseEncoding settings. META element has no effect on ASP.NET
> runtime.
I was using xml encoding, but I guess that also has no effect.
Sorry for false alarm then.