scuffed-code/icu4c/source/extra/uconv
2007-04-05 07:29:13 +00:00
..
resources ICU-2401 clean up .cvsignore files 2006-12-06 19:19:06 +00:00
samples ICU-4179 replace text w/ a notice to fetch the file from Markus Kuhn's site. 2004-11-17 00:13:10 +00:00
unicode ICU-3770 Updated copyright notices for ICU 3.0 2004-05-19 20:18:43 +00:00
makedata.mak ICU-5452 Fix uconv to generate a proper pkgdata input file 2006-11-28 08:25:57 +00:00
Makefile.in ICU-4988 Embed the available manifest into each executable and library for MSVC 2005 2006-12-16 21:07:01 +00:00
pkgdata.inc.in ICU-5677 Remove out of date AIX and HP-UX configurations, and remove some unused configure variables to increase script readability. 2007-04-05 07:29:13 +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-4286 update the uconv documentation. 2005-07-01 21:05:21 +00:00
uconv.cpp ICU-5304 Allow source code to work again without using U_NAMESPACE_USE 2006-09-04 16:28:24 +00:00
uconv.vcproj ICU-4988 Convert project files from MSVC 2003 to MSVC 2005. 2006-12-13 04:41:02 +00:00
uwmsg.c ICU-4078 Revert the move of the invariant conversion routines back to putil.h. 2004-10-18 03:03:13 +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.