[PHP] char set ?

2013-09-07 Thread georg chambert
This Q is possibly rather HTML (is there a good list for that...)

anyways;
 Im in Sweden, and have done som pages with Swedish text, however our special 
(weird) characters åäö
comes out wrong when displayd in browser, would be nice if I could tag the text 
and keep the file as is rather
than changing the file format of the text (and encode the characters with some 
double/prefix notation, 
which I guess would be the main stream
anyone ?

regards
Georg

Re: [PHP] char set ?

2013-09-07 Thread Ashley Sheridan
On Sat, 2013-09-07 at 18:21 +0200, georg chambert wrote:

 This Q is possibly rather HTML (is there a good list for that...)
 
 anyways;
  Im in Sweden, and have done som pages with Swedish text, however our special 
 (weird) characters åäö
 comes out wrong when displayd in browser, would be nice if I could tag the 
 text and keep the file as is rather
 than changing the file format of the text (and encode the characters with 
 some double/prefix notation, 
 which I guess would be the main stream
 anyone ?
 
 regards
 Georg


Save PHP script as UTF8, and make sure you output UTF8 headers

Thanks,
Ash
http://www.ashleysheridan.co.uk