From 32d61a533b02580c37c7dc3ea604826c4ce5b2da Mon Sep 17 00:00:00 2001 From: "MORO, Shigeki" Date: Tue, 28 Jan 2003 02:28:40 +0000 Subject: [PATCH] Perl/UTF-2000 page added. --- index.html.ja.iso-2022-jp | 3 +- perl/index.html.ja.iso-2022-jp | 92 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 94 insertions(+), 1 deletion(-) create mode 100644 perl/index.html.ja.iso-2022-jp diff --git a/index.html.ja.iso-2022-jp b/index.html.ja.iso-2022-jp index adfbd52..fcc9c6f 100644 --- a/index.html.ja.iso-2022-jp +++ b/index.html.ja.iso-2022-jp @@ -73,6 +73,7 @@ CHISE (CHaracter Information Service Environment)
  • TopicMapsによる文字知識データベース・システムの開発
  • @@ -254,7 +255,7 @@ ATR 人間情報科学研究所
    -Last modified: Thu Jan 16 11:58:58 JST 2003 +Last modified: Tue Jan 28 11:26:25 JST 2003 . + + +CHaracter Information Service Environment + + + + +

    + [CHISE] + [XEmacs UTF-2000] + [Ruby/UTF-2000] + [Perl/UTF-2000] + [TopicMaps] + [IDS] + [glyph] + [Visualization] + [Ω] +

    + +

    +CHISE / +Perl/UTF-2000 +

    + +
    + +

    + CHISE 文字データベース(現状では XEmacs UTF-2000 用の Berkeley DB + 版文字データベース)を Perl からアクセスするモジュールを + 開発しています。 +

    + +

    NAME

    + +

    + UTF2000 +

    + +

    SYNOPSIS

    + +
    use UTF2000;
    +
    +# 諸橋番号に対応する漢字の画数を表示する
    +my $s = UTF2000->new(ideograph_daikanwa => 8916);
    +print $s->strokes, "\n";
    +
    +# 画数15、部首11(入)の漢字
    +my $s1 = UTF2000->new(strokes => 15, radical => 11);
    +print join("\n", $s1->morohashi_daikanwa), "\n";
    + +

    METHOD

    + +

    TO DO

    + + + + +
    + +

    + [戻る] +

    + +

    + +Last modified: Tue Jan 28 05:39:31 JST 2003 +. +

    + + + + -- 1.7.10.4