Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Last modification | View Log | Download | RSS feed

  1. #data
  2. @charset "UTF-8";html{color:green}
  3. /* starts with utf-8 bom */
  4. #encoding
  5. utf-8
  6.  
  7. #data
  8. @charset "ISO-8859-1";html{color:green}
  9. /* starts with utf-8 bom, so @charset is ignored */
  10. #encoding
  11. utf-8
  12.  
  13. #data
  14. @charset "ISO-8859-2";html{color:green}
  15. #encoding
  16. iso-8859-2
  17.  
  18. #data
  19. @charset "IMadeThisUp";html{color:green}
  20. #encoding
  21. utf-8
  22.