| 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 | 
| { | 
|  |