]> granicus.if.org Git - postgresql/commitdiff
Update Japanese README so that it reflects the changes made to the
authorTatsuo Ishii <ishii@postgresql.org>
Wed, 18 Sep 2002 01:21:28 +0000 (01:21 +0000)
committerTatsuo Ishii <ishii@postgresql.org>
Wed, 18 Sep 2002 01:21:28 +0000 (01:21 +0000)
conversion function interface.

src/backend/utils/mb/conversion_procs/README.euc_jp

index dd4e64ea49a656361de7f555d08ea1aef9d55784..de6bc0e847443a01fb5852263a12b7e96a7a51ef 100644 (file)
@@ -1,6 +1,6 @@
 ¿·¤·¤¤¥¨¥ó¥³¡¼¥Ç¥£¥ó¥°ÊÑ´¹´Ø¿ô¤ÎÄɲÃÊýË¡
 
-       2002/07/24 Tatsuo Ishii
+       2002/09/18 Tatsuo Ishii
 
 ¤Ï¤¸¤á¤Ë
 
@@ -23,10 +23,10 @@ o C
   conv_proc(
        INTEGER,        -- source encoding id
        INTEGER,        -- destination encoding id
-       OPAQUE,         -- source string (null terminated C string)
-       OPAQUE,         -- destination string (null terminated C string)
+       CSTRING,        -- source string (null terminated C string)
+       CSTRING,        -- destination string (null terminated C string)
        INTEGER         -- source string length
-  ) returns INTEGER;   -- dummy. returns nothing, actually.
+  ) returns VOID;
 
   Í£°ì¤Î½ÐÎϰú¿ô¤Ï4ÈÖÌܤÎdestination string¤Ç¤¹¡¥¥æ¡¼¥¶ÄêµÁ´Ø¿ô¤ÏɬÍ×
   ¤Ê¥á¥â¥ê¤òpalloc¤·¡¤¤½¤³¤ËÊÑ´¹·ë²Ì¤òNULL¥¿¡¼¥ß¥Í¡¼¥È¤µ¤ì¤¿Cʸ»úÎó¤È
@@ -77,7 +77,7 @@ o 
 
   ¥Ç¥Õ¥©¥ë¥È¤Î¥¨¥ó¥³¡¼¥Ç¥£¥ó¥°ÊÑ´¹¤È¤·¤Æ»ÈÍѤǤ­¤ë¤¿¤á¤Ë¤Ï¡¤¥½¡¼¥¹¥¨¥ó
   ¥³¡¼¥Ç¥£¥ó¥°¤È¥Ç¥¹¥Æ¥£¥Í¡¼¥·¥ç¥ó¥¨¥ó¥³¡¼¥Ç¥£¥ó¥°¤Î´Ö¤ÇÁÐÊý¸þ¤ÎÊÑ´¹¤¬
-  ¤Ç¤­¤ë¤³¤È¤¬É¬ÍפǤ¹¤¹¤Ê¤ï¤Á¡¤¤¢¤ë¥¨¥ó¥³¡¼¥Ç¥£¥ó¥°¤Î¥Ú¥¢¤ËÉÕ¤­¡¤2¸Ä
-  ¤Î´Ø¿ô¤ÎºîÀ®¤¬É¬ÍפǤ¹¡¥¤³¤ì¤é¤Î´Ø¿ô¤ÏÊÌ¡¹¤Î¥µ¥Ö¥Ç¥£¥ì¥¯¥È¥ê¤ËÅÐÏ¿¤·
-  ¤Æ¤âÎɤ¤¤Ç¤¹¤¬¡¤Ä̾ï¤Ï°ì¤Ä¤Î¥½¡¼¥¹¥Õ¥¡¥¤¥ëÃæ¤Ë2¸Ä¤Î´Ø¿ô¤ò½ñ¤¯¤³¤È¤¬
-  Â¿¤¤¤Ç¤·¤ç¤¦¡¥
+  ¤Ç¤­¤ë¤³¤È¤¬É¬ÍפǤ¹¡¥¤¹¤Ê¤ï¤Á¡¤¤¢¤ë¥¨¥ó¥³¡¼¥Ç¥£¥ó¥°¤Î¥Ú¥¢¤ËÉÕ¤­¡¤2
+  ¸Ä¤Î´Ø¿ô¤ÎºîÀ®¤¬É¬ÍפǤ¹¡¥¤³¤ì¤é¤Î´Ø¿ô¤ÏÊÌ¡¹¤Î¥µ¥Ö¥Ç¥£¥ì¥¯¥È¥ê¤ËÅÐÏ¿
+  ¤·¤Æ¤âÎɤ¤¤Ç¤¹¤¬¡¤Ä̾ï¤Ï°ì¤Ä¤Î¥½¡¼¥¹¥Õ¥¡¥¤¥ëÃæ¤Ë2¸Ä¤Î´Ø¿ô¤ò½ñ¤¯¤³¤È
+  ¤¬Â¿¤¤¤Ç¤·¤ç¤¦¡¥