Home | History | Annotate | only in /external/icu4c/extra/uconv
Up to higher level directory
NameDateSize
makedata.mak28-Mar-20123K
Makefile28-Mar-20124.4K
Makefile.in28-Mar-20124.7K
pkgdata.inc.in28-Mar-20121.5K
pkgdataMakefile.in28-Mar-20121.3K
README28-Mar-2012864
resfiles.mk28-Mar-2012352
resources/28-Mar-2012
samples/28-Mar-2012
uconv.1.in28-Mar-201210.2K
uconv.cpp28-Mar-201245.3K
uconv.vcproj28-Mar-201211.1K
uconv.vcxproj28-Mar-201216.2K
uconv.vcxproj.filters28-Mar-20121.7K
unicode/28-Mar-2012
uwmsg.c28-Mar-20126.2K

README

      1 Copyright (c) 2002, International Business Machines Corporation and others. All Rights Reserved.
      2 
      3 The uconv command is an iconv(1)-like conversion / transcoding
      4 program. Please check its manual page, or run uconv -h, for help.
      5 
      6 Help, as well as error messages, are displayed through the use of a
      7 resource bundle. Please contact Steven Loomis <srl (a] jtcsv.com> if you
      8 want to offer a translation of these messages for a particular locale.
      9 
     10 uconv was originally written and contributed to icuapps by Jonas Utterstrm
     11 <jonas.utterstrom (a] vittran.norrnod.se>, and offered simple conversion and
     12 a way to know which encodings were available. It has since then be
     13 moved to the main ICU distribution and converted to the C conversion
     14 API, and is maintained by Yves Arrouye <yves (a] realnames.com> who seems
     15 to always be looking for one more feature or option to add to the tool.
     16