Re: [PHP] Page encoding

2003-10-25 Thread Cheba
That's what I've try to tell You... And figure ot for myself. BTW, How did You get the headers? Marek Kilimajer wrote: No, I copypasted as it is, only chaged the charset. But if I comment it out I get garbage. Now that I checked the headers apache sends I see why it it's so: HTTP/1.1 200 OK Date

Re: [PHP] Page encoding

2003-10-25 Thread Cheba
. Then it displayed correctly. Cheba wrote: Ok. Try Yourself. Header('Content-type: text/html; charset=windows-1251'); echo ' Русский Українська '; ?> You shold have Cyrillic fonts to see difference. Comment out line 3 (the Header() function). Marek Kilimajer wro

[PHP] Page encoding

2003-10-25 Thread Cheba
Hi! I have to use windows-1251 encoding for my pages. But just inserting is not enough. What shold I do? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php