X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/b75a7d8f3b4adbae880cab104ce2c6a50eee4db2..c5116b9f5a666b9d59f443b3770acd6ef64dc6c3:/icuSources/samples/numfmt/readme.txt?ds=inline diff --git a/icuSources/samples/numfmt/readme.txt b/icuSources/samples/numfmt/readme.txt index ff8ead32..749c2bbf 100644 --- a/icuSources/samples/numfmt/readme.txt +++ b/icuSources/samples/numfmt/readme.txt @@ -1,4 +1,7 @@ -Copyright (c) 2002, 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) 2002-2005, International Business Machines Corporation and others. All Rights Reserved. numfmt: a sample program which displays number formatting in C and C++ This sample demonstrates @@ -10,12 +13,12 @@ Files: capi.c C version util.cpp formatted output convenience implementation util.h formatted output convenience header - numfmt.dsw Windows MSVC workspace. Double-click this to get started. - numfmt.dsp Windows MSVC project file + numfmt.sln Windows MSVC workspace. Double-click this to get started. + numfmt.vcproj Windows MSVC project file To Build on Windows 1. Install and build ICU - 2. In MSVC, open the workspace file icu\samples\numfmt\numfmt.dsw + 2. In MSVC, open the workspace file icu\samples\numfmt\numfmt.sln 3. Choose a Debug or Release build. 4. Build.