/* -*- coding: euc-jp; -*- */ /***en @mainpage The m17n Library Documentation */ /***ja @mainpage m17n ライブラリ */ /***en @section what What is the m17n library? The @e m17n @e library is a multilingual text processing library for the C language. The word "m17n" is an abbreviation of "multilingualization". The m17n library provides following facilities to handle multilingual text. */ /***ja @section what m17n ライブラリとは? @e m17nライブラリ は C 言語用の多言語文書処理ライブラリです。 "m17n" とは "multilingualization" の省略形です。 m17n ライブラリは多言語を扱うため、以下の機能を提供します。 */ /***en @section usage How to use it? Simply include in your program, and link it with the m17n library by -lm17n. See @ref m17nIntro @latexonly (P.\pageref{group__m17nIntro}) @endlatexonly for the detail. */ /***ja @section usage 利用方法 をプログラムに include し、-lm17n で m17n ライブラリとリンク してください。 @ref m17nIntro を参照。@latexonly (P.\pageref{group__m17nIntro}) @endlatexonly */ /***en @section extralib External libraries and data The m17n library utilizes these external libraries. They are not mandatory but several functions of the m17n library depend on them. */ /***ja @section extralib 外部ライブラリ/データ m17n ライブラリは以下の外部ライブラリを利用しています。必須ではありま せんが、m17n ライブラリの幾つかの関数はこれらに依存しています。 */ /***en @section contact Contact us: Global IT Security Group\n National Information Technology Research Institute\n Institute of Advanced Industrial Science and Technology Web: http://www.m17n.org/m17n-lib/ Bug report: m17n-lib-bug@m17n.org Subscribe the mailing list @li (English): http://www.m17n.org/m17n-lib/m17n-lib-archive/index.html @li (Japanese): http://www.m17n.org/m17n-lib/m17n-lib-ja-archive/index.html */ /***ja @section contact 連絡先: 独立行政法人 産業技術総合研究所\n 情報処理研究部門\n グローバル IT セキュリティグループ Web: http://www.m17n.org/m17n-lib/ バグレポート: m17n-lib-bug@m17n.org メイリングリスト購読 (英語): http://www.m17n.org/m17n-lib/m17n-lib-archive/index.html メイリングリスト購読 (日本語): http://www.m17n.org/m17n-lib/m17n-lib-ja-archive/index.html */ /***en @section ack Acknowledgements */ /***ja @section ack 謝辞 */ /*** Special thanks to: */ /*** @htmlonly
Copyright (C) 2001 Information-technology Promotion Agency (IPA)

Copyright (C) 2001-2004 National Institute of Advanced Industrial Science and Technology (AIST)

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Section, Front-Cover Texts "The m17n library documentation", and no Back-Cover Texts. A copy of the license is included in the appendix entitled "GNU Free Documentation License". @endhtmlonly */