From b0fb5f45c6256ac3ba1fecb83a3c12e75f85f2c2 Mon Sep 17 00:00:00 2001 From: nisikimi Date: Mon, 23 Jun 2003 08:36:12 +0000 Subject: [PATCH] Text from FrontPage version --- data-usr/mainpage.c | 61 ++++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 53 insertions(+), 8 deletions(-) diff --git a/data-usr/mainpage.c b/data-usr/mainpage.c index ad5006a..201a078 100644 --- a/data-usr/mainpage.c +++ b/data-usr/mainpage.c @@ -1,16 +1,30 @@ /***en @mainpage The m17n library documentation - @section sect1 Background + @section sect2 What is the m17n library? - What is the multilingual text processing? + The @e m17n @e library is a multilingual text processing library + for the C language. m17n is an abbreviation of + Multilingualization. - Why is the m17n library necessary? + + + + The @e m17n @e library provides following facilities to handle multilingual text. - */ -//// + @section sect1 Why Multilingual? Why Library? + + Multilingualization in software refers to a form of + internationalization, where many kinds of cultural conventions, + such as languages and scripts, can be used simultaneously on the + software. In order to share information in the whole world, we + need a computer environment where support for every language is + equally easy. + + Currently software developers tend to design and implement + multilingual facilities on their own, even though their software + do not focus on multilingualization or text handling itself. They + indeed need strings or text in user interface, but it is + peripheral at most. Mozilla, Perl, and Ruby are good + examples. This situation is waste of time and effort. + + Multilingualization in most software is peripheral, that is, + multilingual facilities can be isolated from other (main) parts + of the software. At the same time, most software has common + requirement for their multilingual interfaces. A library that + fulfils those requirement can be used from various + applications and will make software development more efficient + and inexpensive. + @section contact Contact us: + + Global IT Security Group
+ Information¡¡Technology Research Institute
+ Institute of¡¡Advanced Industrial Science and Technology
+ + E-mail:Mule-aist@m17n.org + +*/ +//// -- 1.7.10.4