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

Unified Diff: source/test/testdata/conversion.txt

Issue 1621843002: ICU 56 update step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@561
Patch Set: Created 4 years, 11 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
« no previous file with comments | « source/test/testdata/collationtest.txt ('k') | source/test/testdata/encoded.utf16be » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/test/testdata/conversion.txt
diff --git a/source/test/testdata/conversion.txt b/source/test/testdata/conversion.txt
index 4e434c6613622779a412b8bfdbf2d973fe8ad50a..0e3c8f4724bb309f417f8192f7c1c53e5954031d 100644
--- a/source/test/testdata/conversion.txt
+++ b/source/test/testdata/conversion.txt
@@ -1,6 +1,6 @@
//*******************************************************************************
//
-// Copyright (C) 2003-2013, International Business Machines
+// Copyright (C) 2003-2015, International Business Machines
// Corporation and others. All Rights Reserved.
//
// file name: conversion.txt
@@ -1262,8 +1262,8 @@ conversion:table(nofallback) {
{
"ISO-2022-JP-2",
"?@A\u00e4\u03b1\u203EB",
- :bin{ 3f40411B2E411B4E641B2E461B4E611B284A7E421B2842 },
- :intvector{ 0,1,2,3,3,3,3,3,3,4,4,4,4,4,4,5,5,5,5,6,6,6,6 },
+ :bin{ 3f40411B2E411B4E641b244226411b284a7e421b2842 },
+ :intvector{ 0,1,2,3,3,3,3,3,3,4,4,4,4,4,5,5,5,5,6,6,6,6 },
:int{1}, :int{1}, "", "?", ""
}
@@ -1366,6 +1366,13 @@ conversion:table(nofallback) {
:intvector{ 0,1,2,2,2,2,2,3,3,4,4,5,5,6,6,6,6,7,8,9,10,11,11,11,11 },
:int{1}, :int{1}, "", "?", ""
}
+ {
+ "JIS8",
+ "\u2019Aaa10\u4ED5\u5165\u5148\u30B3",
+ :bin{ 1b244221471b284241616131301b24423b45467e406825331b2842 },
+ :intvector{ 0,0,0,0,0,1,1,1,1,2,3,4,5,6,6,6,6,6,7,7,8,8,9,9,9,9,9 },
+ :int{1}, :int{1}, "", "?", ""
+ }
// moved from cintltst /tsconv/ncnvtst/TestErrorBehaviour
{
« no previous file with comments | « source/test/testdata/collationtest.txt ('k') | source/test/testdata/encoded.utf16be » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698