git.asbjorn.biz
/
swftools.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
fixed dict_dump()
[swftools.git]
/
lib
/
utf8.h
1
#ifndef __utf8_h__
2
#define __utf8_h__
3
void writeUTF8(unsigned int charnum, char*dest);
4
char* getUTF8(unsigned int charnum);
5
#endif