説明を見る。
6 #ifndef CNOID_UTIL_UTF8_H_INCLUDED
7 #define CNOID_UTIL_UTF8_H_INCLUDED
19 inline const std::string&
toUtf8(
const std::string& text) {
return text; }
20 inline const std::string&
fromUtf8(
const std::string& text) {
return text; }
21 inline const std::string
toUtf8(
const char* text) {
return text; }
22 inline const std::string
fromUtf8(
const char* text) {
return text; }