[ smilan @ 03.11.2004. 09:21 ] @
Na serveru se nalazi apache 2.0.48. Svaka html strana mi je kodirana sa windows-1250. Nece da mi prikazuje latinicna slova dok u podesavanju explorera ne podesim rucno na central europian (windows). Verovatno je problem u podesavanju httpd.conf fajla, ali ne znam sta bi trebalo podesiti pa da internet explorer kada mu je encoding podesen na auto-select automatski procita iz kodiranja charset i lepo ga prikaze.

Milan.
[ VRider @ 03.11.2004. 10:26 ] @
https://wwwbs1.informatik.htw-...nternet/apache/httpd.conf.html

Citat:
#
# Specify a default charset for all pages sent out. This is
# always a good idea and opens the door for future internationalisation
# of your web site, should you ever want it. Specifying it as
# a default does little harm; as the standard dictates that a page
# is in iso-8859-1 (latin1) unless specified otherwise i.e. you
# are merely stating the obvious. There are also some security
# reasons in browsers, related to javascript and URL parsing
# which encourage you to always set a default char set.
#
AddDefaultCharset ISO-8859-1