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

Side by Side Diff: icu46/source/test/testdata/mc.txt

Issue 5516007: Check in the pristine copy of ICU 4.6... (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/
Patch Set: Created 10 years 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 | Annotate | Revision Log
« no previous file with comments | « icu46/source/test/testdata/letest.xml ('k') | icu46/source/test/testdata/nfs4_cis_prep.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Added: svn:eol-style
+ LF
OLDNEW
(Empty)
1 //--------------------------------------------------------------------
2 // Copyright (c) 2003, International Business Machines
3 // Corporation and others. All Rights Reserved.
4 //--------------------------------------------------------------------
5 // Author: Alan Liu
6 // Created: March 20 2003
7 // Since: ICU 2.6
8 //--------------------------------------------------------------------
9
10 // Test locale file for the fake locale 'mc', used to test the
11 // ucat.h message catalog API.
12
13 mc
14 {
15 1%4 { "Good morning." }
16 1%5 { "Good afternoon." }
17 1%7 { "Good evening." }
18 1%8 { "Good night." }
19
20 4%14 { "Please " }
21 4%19 { "Thank you." }
22 4%20 { "Sincerely," }
23 }
24
25 //eof
OLDNEW
« no previous file with comments | « icu46/source/test/testdata/letest.xml ('k') | icu46/source/test/testdata/nfs4_cis_prep.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698