Renamed moreUTF8.h to utf8_functions.h.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17239 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2006-04-26 10:16:19 +00:00
parent 3691c680c4
commit 93820f1ea7
7 changed files with 85 additions and 106 deletions
@@ -1,5 +1,9 @@
#ifndef __MOREUTF8
#define __MOREUTF8
/*
* Copyright 2004-2006, Haiku, Inc.
* Distributed under the terms of the MIT License.
*/
#ifndef _UTF8_FUNCTIONS_H
#define _UTF8_FUNCTIONS_H
#include <SupportDefs.h>
@@ -205,4 +209,4 @@ UTF8ToLength(const char *bytes)
return length;
}
#endif // __MOREUTF8
#endif // _UTF8_FUNCTIONS_H