Home | History | Annotate | only in /external/icu/icu4c/source/extra/uconv
Up to higher level directory
NameDateSize
makedata.mak21-Aug-20183.1K
Makefile.in21-Aug-20185.1K
pkgdata.inc.in21-Aug-20181.6K
pkgdataMakefile.in21-Aug-20181.4K
README21-Aug-2018982
resfiles.mk21-Aug-2018474
resources/21-Aug-2018
samples/21-Aug-2018
uconv.1.in21-Aug-201810.3K
uconv.cpp21-Aug-201845.5K
uconv.vcxproj21-Aug-201816.1K
uconv.vcxproj.filters21-Aug-20181.6K
unicode/21-Aug-2018
uwmsg.c21-Aug-20186.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