scuffed-code/icu4c/source/extra/uconv
2011-07-23 00:10:30 +00:00
..
resources ICU-2401 clean up .cvsignore files 2006-12-06 19:19:06 +00:00
samples ICU-6015 fixups for this round. More platform bug fixes will go into #8350 2011-05-03 03:38:37 +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-8452 un-autoconf platform.h, move user-configurable settings to uconfig.h, and other changes; from svn merge --reintegrate branches/markus/platformh at r30411 2011-07-23 00:10:30 +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-8168 spelling fix 2010-11-17 21:58:21 +00:00
uconv.cpp ICU-8452 un-autoconf platform.h, move user-configurable settings to uconfig.h, and other changes; from svn merge --reintegrate branches/markus/platformh at r30411 2011-07-23 00:10:30 +00:00
uconv.vcxproj ICU-8028 update version number to milestone:4.6, bump timebombs, etc 2010-10-09 01:23:28 +00:00
uconv.vcxproj.filters ICU-7870 Visual Studio 2010 2010-08-10 20:16:09 +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.