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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: chromeos/test/data/network/translation_of_shill_wifi_non_utf8_ssid.onc
diff --git a/chromeos/test/data/network/translation_of_shill_wifi_non_utf8_ssid.onc b/chromeos/test/data/network/translation_of_shill_wifi_non_utf8_ssid.onc
index aa1d20833f297b37519e8124a3c4bc15571bcd64..28af65917088f78667f06762c8757ccc96176fed 100644
--- a/chromeos/test/data/network/translation_of_shill_wifi_non_utf8_ssid.onc
+++ b/chromeos/test/data/network/translation_of_shill_wifi_non_utf8_ssid.onc
@@ -4,9 +4,9 @@
"Type":"WiFi",
"WiFi":{
// Hex of the SSID field
- "HexSSID": "6C6174696E2D3120C0CBCCD6FB",
+ "HexSSID": "6C6174696E2D312054E96CE9636F6D",
"Passphrase":"some passphrase",
"Security":"WPA-PSK",
- "SSID": "latin-1 \u00c0\u00cb\u00cc\u00d6\u00fb"
+ "SSID": "latin-1 T\u00e9l\u00e9com"
}
}

Powered by Google App Engine
This is Rietveld 408576698