View Single Post
Old 10-13-2010, 12:00 PM   #19
ATDrake
Wizzard
ATDrake ought to be getting tired of karma fortunes by now.ATDrake ought to be getting tired of karma fortunes by now.ATDrake ought to be getting tired of karma fortunes by now.ATDrake ought to be getting tired of karma fortunes by now.ATDrake ought to be getting tired of karma fortunes by now.ATDrake ought to be getting tired of karma fortunes by now.ATDrake ought to be getting tired of karma fortunes by now.ATDrake ought to be getting tired of karma fortunes by now.ATDrake ought to be getting tired of karma fortunes by now.ATDrake ought to be getting tired of karma fortunes by now.ATDrake ought to be getting tired of karma fortunes by now.
 
Posts: 11,517
Karma: 33048258
Join Date: Mar 2010
Location: Roundworld
Device: Kindle 2 International, Sony PRS-T1, BlackBerry PlayBook, Acer Iconia
The XML declaration is <?xml version="1.0" encoding="utf-8"?>, which you put at the very top of every XML/XHTML file.

The encoding declaration is <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />, which goes inside the <head> of every XHTML doc (I generally skip this if I've already got the XML declaration in, but it can't hurt to add it in).

Hope this helps.
ATDrake is offline   Reply With Quote