scuffed-code/icu4c/source/extra/uconv
George Rhoten 6d897671e7 ICU-3389 Fix library installation
X-SVN-Rev: 14773
2004-03-26 18:35:15 +00:00
..
resources ICU-2983 fix offset handling and error output 2003-12-21 21:49:37 +00:00
samples ICU-1220 Added uconv as an extra (Unix only for now). 2001-09-19 23:43:16 +00:00
unicode ICU-1220 change u_wmsg(); consistently use it in uconv. 2002-03-19 17:14:10 +00:00
.cvsignore ICU-1220 move bundle files. add French to Windows project 2002-03-19 17:15:14 +00:00
makedata.mak ICU-3473 Update copyright notices for ICU 2.8. 2003-12-23 19:23:42 +00:00
Makefile.in ICU-3389 Fix library installation 2004-03-26 18:35:15 +00:00
pkgdata.inc.in ICU-3389 First try at building tools into a bin directory and libraries into a lib directory. 2004-03-26 01:22:25 +00:00
README ICU-2107 added copyright notices 2002-12-18 08:31:34 +00:00
resfiles.mk ICU-1220 define the path separator outside of resfiles.mk 2002-03-26 01:37:01 +00:00
uconv.1.in ICU-2983 add/remove signature (BOM) 2003-12-22 19:23:17 +00:00
uconv.cpp ICU-3389 Fix the case when newline translation is or is not used. 2004-03-25 00:36:30 +00:00
uconv.dsp ICU-3230 Fix debug builds. Make it copy uconv.exe to icu\bin for both release and debug builds. 2003-09-10 23:23:37 +00:00
uconv.vcproj ICU-3612 Don't explicitly specify the import libraries. Use the project dependencies. 2004-03-24 23:09:55 +00:00
uwmsg.c ICU-3473 Update copyright notices for ICU 2.8. 2003-12-23 19:23:42 +00:00

Copyright (c) 2002, International Business Machines Corporation and others. All Rights Reserved.

The uconv command is an iconv(1)-like conversion / transcoding
program. Please check its manual page, or run uconv -h, for help.

Help, as well as error messages, are displayed through the use of a
resource bundle. Please contact Steven Loomis <srl@jtcsv.com> if you
want to offer a translation of these messages for a particular locale.

uconv was originally written and contributed to icuapps by Jonas Utterström
<jonas.utterstrom@vittran.norrnod.se>, and offered simple conversion and
a way to know which encodings were available. It has since then be
moved to the main ICU distribution and converted to the C conversion
API, and is maintained by Yves Arrouye <yves@realnames.com> who seems
to always be looking for one more feature or option to add to the tool.