Subversion Repositories Kolibri OS

Rev

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

  1. #data
  2. þÿ<html>
  3. <!-- starts with utf-32be bom -->
  4. <head>
  5. <title>Hello</title>
  6. </head>
  7. <body>
  8. </body>
  9. </html>
  10. #encoding
  11. windows-1252
  12.  
  13. #data
  14. ÿþ<html>
  15. <!-- starts with utf-32le bom -->
  16. <head>
  17. <title>Hello</title>
  18. </head>
  19. <body>
  20. </body>
  21. </html>
  22. #encoding
  23. utf-16le
  24.  
  25. #data
  26. þÿ<html>
  27. <!-- starts with utf-16be bom -->
  28. <head>
  29. <title>Hello</title>
  30. </head>
  31. <body>
  32. </body>
  33. </html>
  34. #encoding
  35. utf-16be
  36.  
  37. #data
  38. ÿþ<html>
  39. <!-- starts with utf-16le bom -->
  40. <head>
  41. <title>Hello</title>
  42. </head>
  43. <body>
  44. </body>
  45. </html>
  46. #encoding
  47. utf-16le
  48.  
  49. #data
  50. <html>
  51. <!-- starts with utf-8 bom -->
  52. <head>
  53. <title>Hello</title>
  54. </head>
  55. <body>
  56. </body>
  57. </html>
  58. #encoding
  59. utf-8
  60.  
  61.