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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!doctype html>
2 <html>
3 <head>
4 <meta charset="iso-8859-2">
5 <title>
6 Test page for saving frames with weird encodings.
7 </title>
8 </head>
9 <body>
10 Test page for saving frames with weird encodings (iso-8859-2).
11 <br><br>
12 Exercising encoding with a sentence
13 that contains all special Polish characters:
14 iso-8859-2.htm: Za¿ó³æ gê¶l± ja¼ñ.
15 </body>
16 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698