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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: chromeos/test/data/network/shill_wifi_non_utf8_ssid.json
diff --git a/chromeos/test/data/network/shill_wifi_non_utf8_ssid.json b/chromeos/test/data/network/shill_wifi_non_utf8_ssid.json
index 3058d8410029af0ce78949e986276e4d4f303579..a915a58dfcb396ee3164d1df064caaffe988e189 100644
--- a/chromeos/test/data/network/shill_wifi_non_utf8_ssid.json
+++ b/chromeos/test/data/network/shill_wifi_non_utf8_ssid.json
@@ -5,7 +5,6 @@
"Passphrase":"some passphrase",
"SecurityClass":"psk",
"Type":"wifi",
- // Hex of the latin-1, non UTF8 string "latin-1 \xc0\xcb\xcc\xd6\xfb"
- "WiFi.HexSSID": "6C6174696E2D3120C0CBCCD6FB"
+ // Hex of the latin-1, non UTF8 string "latin-1 \x54\xe9\x6c\xe9\x63\x6f\x6d"
+ "WiFi.HexSSID": "6C6174696E2D312054E96CE9636F6D"
}
-

Powered by Google App Engine
This is Rietveld 408576698