scuffed-code/icu4c/source/extra/uconv
2009-08-04 21:09:17 +00:00
..
resources ICU-2401 clean up .cvsignore files 2006-12-06 19:19:06 +00:00
samples ICU-6709 fix udata_setAppData to handle bogus double properly. Also, have uconv's make check do something 2009-01-30 17:59:33 +00:00
unicode ICU-3770 Updated copyright notices for ICU 3.0 2004-05-19 20:18:43 +00:00
makedata.mak ICU-6307 Merge update of Visual Studio project and solution files with addition of x64 platform build option. Update readme.html for Windows build change. 2008-08-12 04:41:41 +00:00
Makefile.in ICU-6362 cross compile, merge of trunk r25698 vs http://source.icu-project.org/repos/icu/icu/branches/srl/config6362 r25699 2009-04-01 01:54:14 +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
pkgdataMakefile.in ICU-3933 Remove unused files and code and update project files and makefiles to reflect this change. Update man page. Add files mode functionality to pkgdata. Clean up code. 2009-02-06 17:42:16 +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-7068 Add statements to ensure that uconfigtest passes 2009-08-04 21:09:17 +00:00
uconv.vcproj ICU-6679 Visual Studio project files upgrade to version 2008 2009-01-15 01:50:06 +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.