diff options
author | simonb <simonb> | 2006-05-07 10:08:25 (GMT) |
---|---|---|
committer | simonb <simonb> | 2006-05-07 10:08:25 (GMT) |
commit | faf043bef92338fe976e639e94d309764065b8b7 (patch) | |
tree | 6554ea89ff6064465bd605da8f640ee43212b356 /src/FbTk/FbString.hh | |
parent | ac098b4d0f0640b2997ff674a5c1b3447b6ba09a (diff) | |
download | fluxbox-faf043bef92338fe976e639e94d309764065b8b7.zip fluxbox-faf043bef92338fe976e639e94d309764065b8b7.tar.bz2 |
more utf8 changes, notably window titles
Diffstat (limited to 'src/FbTk/FbString.hh')
-rw-r--r-- | src/FbTk/FbString.hh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/FbTk/FbString.hh b/src/FbTk/FbString.hh index 371d4e9..011d47a 100644 --- a/src/FbTk/FbString.hh +++ b/src/FbTk/FbString.hh | |||
@@ -49,10 +49,6 @@ std::string FbStrToX(const FbString &src); | |||
49 | FbString LocaleStrToFb(const std::string &src); | 49 | FbString LocaleStrToFb(const std::string &src); |
50 | std::string FbStrToLocale(const FbString &src); | 50 | std::string FbStrToLocale(const FbString &src); |
51 | 51 | ||
52 | // essentially NO-OP | ||
53 | inline FbString UTF8StrToFb(const std::string &src) { return src; } | ||
54 | inline std::string FbStrToUTF8(const FbString &src) { return src; } | ||
55 | |||
56 | bool haveUTF8(); | 52 | bool haveUTF8(); |
57 | 53 | ||
58 | } // namespace FbStringUtil | 54 | } // namespace FbStringUtil |