Commit bf47e3e4 authored by Tatsuo Ishii's avatar Tatsuo Ishii

Fix description how to create conversion function.

parent 1656cb76
新しいエンコーディング変換関数の追加方法 新しいエンコーディング変換関数の追加方法
2002/09/18 Tatsuo Ishii 2006/04/15 Tatsuo Ishii
はじめに はじめに
...@@ -24,7 +24,7 @@ o C ...@@ -24,7 +24,7 @@ o C
INTEGER, -- source encoding id INTEGER, -- source encoding id
INTEGER, -- destination encoding id INTEGER, -- destination encoding id
CSTRING, -- source string (null terminated C string) CSTRING, -- source string (null terminated C string)
CSTRING, -- destination string (null terminated C string) INTERNAL, -- destination string (null terminated C string)
INTEGER -- source string length INTEGER -- source string length
) returns VOID; ) returns VOID;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment