aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/FbString.hh
diff options
context:
space:
mode:
authorKen Bloom <kbloom at gmail com>2010-09-04 13:01:33 (GMT)
committerMathias Gumz <akira at fluxbox dot org>2010-09-04 13:01:33 (GMT)
commitea98db414033aa17aee720135e2f9ee0a08696cc (patch)
tree40f0f68ee4a86289d832713890c226f31cdf853a /src/FbTk/FbString.hh
parentb1b2f47e7dd185fef88a44a318a9b374083ecb40 (diff)
downloadfluxbox-ea98db414033aa17aee720135e2f9ee0a08696cc.zip
fluxbox-ea98db414033aa17aee720135e2f9ee0a08696cc.tar.bz2
added support for bidirectional text
Diffstat (limited to 'src/FbTk/FbString.hh')
-rw-r--r--src/FbTk/FbString.hh5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/FbTk/FbString.hh b/src/FbTk/FbString.hh
index 1e473cc..e1a5dc5 100644
--- a/src/FbTk/FbString.hh
+++ b/src/FbTk/FbString.hh
@@ -52,6 +52,11 @@ std::string FbStrToX(const FbString &src);
52FbString LocaleStrToFb(const std::string &src); 52FbString LocaleStrToFb(const std::string &src);
53std::string FbStrToLocale(const FbString &src); 53std::string FbStrToLocale(const FbString &src);
54 54
55#ifdef HAVE_FRIBIDI
56/// Make Bidi
57FbString BidiLog2Vis (const FbString& src);
58#endif
59
55bool haveUTF8(); 60bool haveUTF8();
56 61
57} // namespace FbStringUtil 62} // namespace FbStringUtil