Subversion Repositories Kolibri OS

Rev

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

  1. #data
  2. þÿhtml{color:green;}
  3. /* starts with utf-32be bom */
  4. #encoding
  5. utf-32be
  6.  
  7. #data
  8. ÿþhtml{color:green;}
  9. /* starts with utf-32le bom */
  10. #encoding
  11. utf-32le
  12.  
  13. #data
  14. þÿhtml{color:green;}
  15. /* starts with utf-16be bom */
  16. #encoding
  17. utf-16be
  18.  
  19. #data
  20. ÿþhtml{color:green;}
  21. /* starts with utf-16le bom */
  22. #encoding
  23. utf-16le
  24.  
  25. #data
  26. html{color:green}
  27. /* starts with utf-8 bom */
  28. #encoding
  29. utf-8
  30.  
  31.