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

Side by Side Diff: webkit/port/platform/win-encodings.txt

Issue 113903: Remove empty unused directories from src/webkit. (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/src/
Patch Set: '' Created 11 years, 6 months 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
« no previous file with comments | « webkit/port/DerivedSources.make ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # The items on the left are names of TextEncodingID values
2 # The items on the right are IANA character set names. Names listed in character -sets.txt are not
3 # repeated here; mentioning any one character set from a group in there pulls in all the aliases in
4 # that group.
5
6 WinLatin1Encoding: windows-1252, winlatin1, xansi
7 Latin1Encoding: ISO-8859-1, 88591
8 ASCIIEncoding: US-ASCII, isoir6us
9 UTF16Encoding: ISO-10646-UCS-2, ucs2, unicode, utf16
10 UTF16Encoding, BigEndian: UTF-16BE, unicodefffe
11 UTF16Encoding, LittleEndian: UTF-16LE, unicodefeff
12 UTF8Encoding: UTF-8, unicode11utf8, unicode20utf8, xunicode20utf8
OLDNEW
« no previous file with comments | « webkit/port/DerivedSources.make ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698