Guest User

Untitled

a guest
Mar 20th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2" />
  2.  
  3. Content-Type: text/html; charset=UTF-8
  4.  
  5. [M _2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  6.  
  7. <VirtualHost * >
  8.  
  9. # [...Some other configurations before this line]
  10.  
  11. #To fix encoding problem, that pages display with UTF-8 header though they are created with iso-8859-2 encoding - giny8i8 2015-12-03
  12. Header set Content-Type "text/html; charset=iso-8859-2"
  13. # Source: http://superuser.com/questions/1008480/charset-iso-8859-2-webpage-displays-with-utf-8-header-question-marks-inste/1008482?noredirect=1#comment1397150_1008482
  14.  
  15. </VirtualHost>
Add Comment
Please, Sign In to add comment