Home | History | Annotate | only in /external/icu/icu4c/source/extra/uconv
Up to higher level directory
NameDateSize
makedata.mak05-Oct-20173.1K
Makefile.in05-Oct-20175.1K
pkgdata.inc.in05-Oct-20171.6K
pkgdataMakefile.in05-Oct-20171.4K
README05-Oct-2017982
resfiles.mk05-Oct-2017474
resources/05-Oct-2017
samples/05-Oct-2017
uconv.1.in05-Oct-201710.3K
uconv.cpp05-Oct-201745.5K
uconv.vcxproj05-Oct-201716.4K
uconv.vcxproj.filters05-Oct-20171.6K
unicode/05-Oct-2017
uwmsg.c05-Oct-20176.1K

README

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