(Fput_char_attribute): Convert each element of VALUE to GL position if
[chise/xemacs-chise.git-] / src / mb-utf-8.h
index 1bd1a80..63cf457 100644 (file)
@@ -1,4 +1,4 @@
-/* Header for UTF-8 buffer/string representation.
+/* Header for UTF-8 string representation.
    Copyright (C) 1999 Electrotechnical Laboratory, JAPAN.
    Licensed to the Free Software Foundation.
 
@@ -19,7 +19,7 @@ along with XEmacs; see the file COPYING.  If not, write to
 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 Boston, MA 02111-1307, USA.  */
 
-/* Rewritten by MORIOKA Tomohiko <tomo@m17n.org>. */
+/* Author: MORIOKA Tomohiko <tomo@m17n.org>. */
 
 #ifndef _XEMACS_MB_UTF_8_H
 #define _XEMACS_MB_UTF_8_H
@@ -70,4 +70,7 @@ REP_BYTES_BY_FIRST_BYTE (int fb)
     return 6;
 }
 
+
+#include "mb-multibyte.h"
+
 #endif /* _XEMACS_MB_UTF_8_H */