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

Side by Side Diff: chromeos/test/data/network/shill_wifi_non_utf8_ssid.json

Issue 2168003003: Replace ICU encoding detection with CED (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments/add datafiles back Created 4 years, 4 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
OLDNEW
1 { 1 {
2 "GUID":"{64c4f86b-cf6a-4e4a-8eff-456def}", 2 "GUID":"{64c4f86b-cf6a-4e4a-8eff-456def}",
3 "Mode":"managed", 3 "Mode":"managed",
4 "Name":"OpenWrt", 4 "Name":"OpenWrt",
5 "Passphrase":"some passphrase", 5 "Passphrase":"some passphrase",
6 "SecurityClass":"psk", 6 "SecurityClass":"psk",
7 "Type":"wifi", 7 "Type":"wifi",
8 // Hex of the latin-1, non UTF8 string "latin-1 \xc0\xcb\xcc\xd6\xfb" 8 // Hex of the latin-1, non UTF8 string "latin-1 \x54\xe9\x6c\xe9\x63\x6f\x6d"
9 "WiFi.HexSSID": "6C6174696E2D3120C0CBCCD6FB" 9 "WiFi.HexSSID": "6C6174696E2D312054E96CE9636F6D"
10 } 10 }
11
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698