UtfString.h File Reference
UTF8 の文字列操作関数.
More...
#include <SDL.h>
#include <stddef.h>
#include <vector>
Go to the source code of this file.
|
Functions |
size_t | beego::ustrlen (const Uint16 *str) |
int | beego::ustrncmp (const Uint16 *a, const Uint16 *b, size_t n) |
void | beego::ustrcat (std::vector< Uint16 > &dest, const char *src) |
void | beego::ustrcat (std::vector< Uint16 > &dest, const Uint16 *src) |
bool | beego::isHiragana (const Uint16 wch) |
void | beego::uni2char (std::vector< char > &text, std::vector< Uint16 > &utext) |
Detailed Description
UTF8 の文字列操作関数.
- Author:
- Satofumi KAMIMURA
$Id$
Definition in file UtfString.h.