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

Side by Side Diff: chromeos/test/data/network/translation_of_shill_wifi_non_utf8_ssid.onc

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 "Name":"OpenWrt", 3 "Name":"OpenWrt",
4 "Type":"WiFi", 4 "Type":"WiFi",
5 "WiFi":{ 5 "WiFi":{
6 // Hex of the SSID field 6 // Hex of the SSID field
7 "HexSSID": "6C6174696E2D3120C0CBCCD6FB", 7 "HexSSID": "6C6174696E2D312054E96CE9636F6D",
8 "Passphrase":"some passphrase", 8 "Passphrase":"some passphrase",
9 "Security":"WPA-PSK", 9 "Security":"WPA-PSK",
10 "SSID": "latin-1 \u00c0\u00cb\u00cc\u00d6\u00fb" 10 "SSID": "latin-1 T\u00e9l\u00e9com"
11 } 11 }
12 } 12 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698