scuffed-code/icu4c/source/test/testdata/mc.txt
2003-03-20 20:55:10 +00:00

28 lines
623 B
Plaintext

//--------------------------------------------------------------------
// Copyright (c) 2003, International Business Machines
// Corporation and others. All Rights Reserved.
//--------------------------------------------------------------------
// Author: Alan Liu
// Created: March 20 2003
// Since: ICU 2.6
//--------------------------------------------------------------------
// Test locale file for the fake locale 'mc', used to test the
// ucat.h message catalog API.
mc
{
"%cat%19006"
{
"4" { "Miranda" }
"24" { "Laura" }
}
"%cat%20014"
{
"5" { "Ava" }
}
}
//eof