1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/intl/icu/source/extra/uconv/README Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,15 @@ 1.4 +Copyright (c) 2002, International Business Machines Corporation and others. All Rights Reserved. 1.5 + 1.6 +The uconv command is an iconv(1)-like conversion / transcoding 1.7 +program. Please check its manual page, or run uconv -h, for help. 1.8 + 1.9 +Help, as well as error messages, are displayed through the use of a 1.10 +resource bundle. Please contact Steven Loomis <srl@jtcsv.com> if you 1.11 +want to offer a translation of these messages for a particular locale. 1.12 + 1.13 +uconv was originally written and contributed to icuapps by Jonas Utterström 1.14 +<jonas.utterstrom@vittran.norrnod.se>, and offered simple conversion and 1.15 +a way to know which encodings were available. It has since then be 1.16 +moved to the main ICU distribution and converted to the C conversion 1.17 +API, and is maintained by Yves Arrouye <yves@realnames.com> who seems 1.18 +to always be looking for one more feature or option to add to the tool.