X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/b75a7d8f3b4adbae880cab104ce2c6a50eee4db2..c5116b9f5a666b9d59f443b3770acd6ef64dc6c3:/icuSources/samples/case/readme.txt diff --git a/icuSources/samples/case/readme.txt b/icuSources/samples/case/readme.txt index 6a4a5591..b39949c4 100644 --- a/icuSources/samples/case/readme.txt +++ b/icuSources/samples/case/readme.txt @@ -1,4 +1,7 @@ -Copyright (c) 2003, International Business Machines Corporation and others. All Rights Reserved. +Copyright (C) 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html#License + +Copyright (c) 2003-2005, International Business Machines Corporation and others. All Rights Reserved. case: case mapping This sample demonstrates @@ -8,12 +11,13 @@ This sample demonstrates Files: case.cpp Main source file in C++ ucase.c Main source file in C - case.dsp Windows MSVC project file + case.sln Windows MSVC workspace. Double-click this to get started. + case.vcproj Windows MSVC project file To Build case on Windows 1. Install and build ICU - 2. In MSVC, open the project file icu\samples\case\case.dsp - (or, use the workspace All, in icu\samples\all\all.dsw ) + 2. In MSVC, open the solution file icu\samples\case\case.sln + (or, use the workspace All, in icu\samples\all\all.sln ) 3. Choose a Debug or Release build. 4. Build.