From c1bdd36684f106920c3572459ba4a9e65de52575 Mon Sep 17 00:00:00 2001 From: Vladimir Weinstein Date: Fri, 3 Dec 1999 21:29:57 +0000 Subject: [PATCH] [ICU-35] file documents conversion interface X-Commit-URL: https://ssl.icu-project.org/trac/changeset/292 --- icu4c/docs/conversion_interface.htm | 56 +++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 icu4c/docs/conversion_interface.htm diff --git a/icu4c/docs/conversion_interface.htm b/icu4c/docs/conversion_interface.htm new file mode 100644 index 00000000000..08058d2236d --- /dev/null +++ b/icu4c/docs/conversion_interface.htm @@ -0,0 +1,56 @@ + + + +Conversion interface + + + + + +

Conversion interface

+ +

Conversion interface is a set of C functions used to convert to and from Unicode and +various character sets/codepages.

+ +

Important files:

+ +

icu/source/common + +

+ +

Data files: icu/data + +

+ +

Tools : icu/source/tools/makeconv + +

+ +

Files that are used but not part of conversion per se (i.e. used by other parts of the +ICU): icu/source/common + +

+ + +

 

+ +