UtfString.h File Reference

UTF8 の文字列操作関数. More...

#include <SDL.h>
#include <stddef.h>
#include <vector>

Include dependency graph for UtfString.h:

This graph shows which files directly or indirectly include this file:

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.


Generated on Mon Apr 13 22:52:05 2009 by  doxygen 1.5.7.1