projects
/
m17n
/
m17n-lib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b956e8
)
(MTEXT_FORMAT_UTF_16, MTEXT_FORMAT_UTF_32): Extern
author
handa
<handa>
Sun, 19 Sep 2004 01:07:26 +0000
(
01:07
+0000)
committer
handa
<handa>
Sun, 19 Sep 2004 01:07:26 +0000
(
01:07
+0000)
them.
src/m17n-core.h
patch
|
blob
|
history
diff --git
a/src/m17n-core.h
b/src/m17n-core.h
index
2245fca
..
365daa6
100644
(file)
--- a/
src/m17n-core.h
+++ b/
src/m17n-core.h
@@
-331,6
+331,11
@@
enum MTextFormat
};
/*=*/
+extern const enum MTextFormat MTEXT_FORMAT_UTF_16;
+extern const enum MTextFormat MTEXT_FORMAT_UTF_32;
+
+/*=*/
+
extern MText *mtext_from_data (const void *data, int nitems,
enum MTextFormat format);