repo.or.cz
/
swftools.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
kdtree code cleanup
[swftools.git]
/
lib
/
utf8.h
blob
9340ad60a195bd19c8e3b57ab1a1c50942c9df3f
1
#ifndef __utf8_h__
2
#define __utf8_h__
3
4
#ifdef __cplusplus
5
extern
"C"
{
6
#endif
7
8
int
writeUTF8
(
unsigned int
charnum
,
char
*
dest
);
9
char
*
getUTF8
(
unsigned int
charnum
);
10
11
#ifdef __cplusplus
12
}
13
#endif
14
15
#endif