/* -*- 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 .h> in your program, and link it with the m17n library by -lm17n. See @ref m17nIntro for the detail. */ /***ja @section usage 利用方法 .h> をプログラムに include し、-lm17n で m17n ライブラリ とリンクしてください。 @ref m17nIntro を参照。 */ /***en @section extralib External libraries and data The m17n library utilizes these external libraries. They are not mandatory but many functions of the m17n library depend on them. */ /***ja @section extralib 外部ライブラリ/データ m17n ライブラリは以下の外部ライブラリを利用しています。必須ではありま せんが、m17n ライブラリの幾つかの関数はこれらに依存しています。 */ /***en @section contact Contact us: Global IT Security Group\n Information Technology Research Institute\n National Institute of Advanced Industrial Science and Technology Web: http://www.m17n.org/m17n-lib/ Bug report: m17n-lib-bug@m17n.org Mailing lists: http://www.m17n.org/m17n-lib/mailinglist.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-ja/mailinglist.htm */ /***en @section ack Acknowledgements */ /***ja @section ack 謝辞 */ /*** Special thanks to: */ /*** @htmlonly
Copyright (C) 2001 Information-technology Promotion Agency (IPA)

Copyright (C) 2001-2007 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, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the appendix entitled "GNU Free Documentation License". @endhtmlonly */