aboutsummaryrefslogtreecommitdiff
path: root/utf8.h
diff options
context:
space:
mode:
authorSteve Bennett <steveb@workware.net.au>2011-12-01 17:25:36 +1000
committerSteve Bennett <steveb@workware.net.au>2011-12-12 13:44:16 +1000
commit7f383c6726fd71c23d622753152faf749124ca22 (patch)
tree32cf6285c78d54e4931d0558e895c0d8b077ce17 /utf8.h
parent1f0d4b7361480fd029dbf5b5462d3a6a0068e5d0 (diff)
downloadjimtcl-7f383c6726fd71c23d622753152faf749124ca22.zip
jimtcl-7f383c6726fd71c23d622753152faf749124ca22.tar.gz
jimtcl-7f383c6726fd71c23d622753152faf749124ca22.tar.bz2
Add support for lightweight namespaces
See README.namespaces Signed-off-by: Steve Bennett <steveb@workware.net.au>
Diffstat (limited to 'utf8.h')
-rw-r--r--utf8.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/utf8.h b/utf8.h
index 2a3ce01..71fd6ff 100644
--- a/utf8.h
+++ b/utf8.h
@@ -15,7 +15,7 @@
/**
* Converts the given unicode codepoint (0 - 0x1fffff) to utf-8
* and stores the result at 'p'.
- *
+ *
* Returns the number of utf-8 characters (up to MAX_UTF8_LEN).
*/
int utf8_fromunicode(char *p, unsigned uc);