Fix description how to create conversion function.

This commit is contained in:
Tatsuo Ishii 2007-04-15 10:49:26 +00:00
parent 1656cb76f7
commit bf47e3e419
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
新しいエンコーディング変換関数の追加方法
2002/09/18 Tatsuo Ishii
2006/04/15 Tatsuo Ishii
はじめに
@ -24,7 +24,7 @@ o C
INTEGER, -- source encoding id
INTEGER, -- destination encoding id
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
) returns VOID;