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:
@@ -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
|
||||
Reference in New Issue
Block a user