Re: [WSG] Unicode in Visual Studio? For xhtml, css ?

2005-07-22 Thread Terrence Wood
True it probably isn't needed in most cases, except where it may be included in an html file that is not utf-8 and the CSS file actually contains utf-8 characters. In fact, according to w3c the character encoding is usually reliably determined form the first few bytes of the file anyways

RE: [WSG] Unicode in Visual Studio? For xhtml, css ?

2005-07-21 Thread John Lewis
Visual Studio? Honestly, who uses that? ;-) From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rebecca CoxSent: Thursday, 21 July 2005 9:20 a.m.To: wsg@webstandardsgroup.orgSubject: [WSG] Unicode in Visual Studio? For xhtml, css ? Hi all, I use

Re: [WSG] Unicode in Visual Studio? For xhtml, css ?

2005-07-21 Thread Terrence Wood
I don't use VS but generally UTF-8 or UTF-8 (no bom) is the best bet. Make sure you send the correct header or meta for your html files i.e. charset=utf-8. For CSS files include as the first line: @charset utf-8; regards Terrence Wood.

Re: [WSG] Unicode in Visual Studio? For xhtml, css ?

2005-07-21 Thread T. R. Valentine
On 21/07/05, Terrence Wood [EMAIL PROTECTED] wrote: I don't use VS but generally UTF-8 or UTF-8 (no bom) is the best bet. Make sure you send the correct header or meta for your html files i.e. charset=utf-8. For CSS files include as the first line: @charset utf-8; Why should one include

Re: [WSG] Unicode in Visual Studio? For xhtml, css ?

2005-07-20 Thread Juergen Auer
On 21 Jul 2005 at 9:19, Rebecca Cox wrote: For HTML it needs to be Unicode/utf-8 but there are 4 different Unicode encodings to choose from! Hi Rebecca, I do not use VS, but the encoding is separate, independet from the editor. If you want to create european/english pages with some