php - How to determine virtualhost charset -


I need to know at runtime how the currently used on the virtual host is how the caracet is used like it has a .htaccess file (AddDefaultCharset Directive) or can be defined in httpd.conf

I think you should Tie the Client Browser on the desired charset Take a closer look at $ _ SERVER ["HTTP_ACCEPT_CHARSET"] .

Comments