• Home
  • History
  • Annotate
  • only in /external/icu4c/extra/uconv/
NameDateSize

..01-Nov-20134 KiB

makedata.mak01-Nov-20133 KiB

Makefile.in01-Nov-20134.9 KiB

pkgdata.inc.in01-Nov-20131.5 KiB

pkgdataMakefile01-Nov-20131.3 KiB

pkgdataMakefile.in01-Nov-20131.3 KiB

README01-Nov-2013864

resfiles.mk01-Nov-2013352

resources/01-Nov-20134 KiB

samples/01-Nov-20134 KiB

uconv.1.in01-Nov-201310.2 KiB

uconv.cpp01-Nov-201345.5 KiB

uconv.vcxproj01-Nov-201316.2 KiB

uconv.vcxproj.filters01-Nov-20131.7 KiB

unicode/01-Nov-20134 KiB

uwmsg.c01-Nov-20136.1 KiB

README

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