Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3074)

Unified Diff: chrome/test/data/save_page/encoding-iso-8859-2.htm

Issue 1407663004: Tweaking WebPageSerializerImpl to emit a BOM for UTF16/32. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Saving UTF16 with BOM. Leaving UTF32 in a broken state. Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/save_page/encoding-iso-8859-2.htm
diff --git a/chrome/test/data/save_page/encoding-iso-8859-2.htm b/chrome/test/data/save_page/encoding-iso-8859-2.htm
new file mode 100644
index 0000000000000000000000000000000000000000..e556d9456cf283e1e4e20c85ccf2c7d442759365
--- /dev/null
+++ b/chrome/test/data/save_page/encoding-iso-8859-2.htm
@@ -0,0 +1,16 @@
+<!doctype html>
+<html>
+ <head>
+ <meta charset="iso-8859-2">
+ <title>
+ Test page for saving frames with weird encodings.
+ </title>
+ </head>
+ <body>
+ Test page for saving frames with weird encodings (iso-8859-2).
+ <br><br>
+ Exercising encoding with a sentence
+ that contains all special Polish characters:
+ iso-8859-2.htm: Za¿ó³æ gê¶l± ja¼ñ.
+ </body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698