タグ

Unicodeに関するwshitoのブックマーク (4)

  • ICU - International Components for Unicode

    2024-04-17: ICU 75 is now available. It updates to CLDR 45 (beta blog) locale data with new locales and various additions and corrections. C++ code now requires C++17 and is being made more robust. The CLDR MessageFormat 2.0 specification is now in technology preview, together with a corresponding update of the ICU4J (Java) tech preview and a new ICU4C (C++) tech preview. See Downloading ICU > ICU

    wshito
    wshito 2010/12/07
    C/C++でUTF文字コードを扱うライブラリ.
  • misima 辞書新字—旧字変換対応表

    旧仮名遣い・旧字変換支援 misima 旧字テーブルに登録された全文字一覧である.対の2文字のうち左(新)が新字,右(旧)が変換後の旧字である. 同じ文字が並んでいるものは,相応しいと思われる旧字体が JIS,Unicode にない異体字であるため,UTF-8 出力指定の旧字は新字と同じ文字としている.TeX OTF CID 番号参照または今昔文字鏡番号参照のみその異体字が定義されている.c を後置した旧字体は CID 番号参照で異体字が定義されていることを示す.TeX OTF パッケージで処理を行い,Adobe-Japan1-5 対応フォントを用いると,これを出力できる. HTML 数値参照は JIS 第一・二水準にない文字について「&#x十六進数」形式で旧字体を出力する.Unicode 範囲内なので,UTF-8 出力と同じ旧字に変換される. * を後置した文字は人名許容漢字もしくは康煕

  • GNU IDN Library - Libidn - GNU Project - Free Software Foundation

    Introduction GNU Libidn is a fully documented implementation of the Stringprep, Punycode and IDNA 2003 specifications. Libidn's purpose is to encode and decode internationalized domain names. The native C, C# and Java libraries are available under the GNU Lesser General Public License version 2.1 or later. Please be aware that GNU libidn2 is the successor of GNU libidn. It comes with IDNA 2008 and

    wshito
    wshito 2007/07/30
    Unicodeの正規化 stringprep の実装Cライブラリ.LGPL.
  • The Unicode HOWTO: あなたのプログラムで Unicode を扱えるようにする

    次のページ 前のページ 目次へ 6. あなたのプログラムで Unicode を扱えるようにする 6.1 C/C++ C 言語の `char' 型は 8 ビットですが、 これは扱える最小のサイズだからです。 通常のテキストハンドリング 1995 年に ISO/ANSI C standard に追加された修正条項に記述されているのは、 "wide character/ワイド文字" 型である `wchar_t'と、 <string.h> および <ctype.h> (それぞれ <wchar.h> および <wctype.h> で宣言されてい ます)にある一連の関数と、`char *' と `wchar_t *' 間の 一連の 変換関数 (<stdlib.h> で宣言されています)です。 これらの API の良いリファレンス GNU libc-2.1 マニュアルの 4 章 "Character

    wshito
    wshito 2007/07/30
    C/C++でUnicodeを使用するために必要な情報.
  • 1