scuffed-code/icu4c/source/extra/uconv
2014-08-28 22:13:45 +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-10472 build genrb, uconv, toolutil but not test suites with explicit UnicodeString constructors 2014-02-25 23:49:53 +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-9212 Use the correct installation command when installing ICU 2012-04-02 05:44:59 +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-10134 Fix man page for uconv 2013-05-08 19:06:57 +00:00
uconv.cpp ICU-7653 changed uprv_lengthof to UPRV_LENGTHOF, also added apidoc 2014-08-28 22:13:45 +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-7653 changed uprv_lengthof to UPRV_LENGTHOF, also added apidoc 2014-08-28 22:13:45 +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.