summaryrefslogtreecommitdiff
path: root/indra/llcommon/llformat.h
diff options
context:
space:
mode:
authorMike Antipov <mantipov@productengine.com>2010-07-23 10:34:27 +0300
committerMike Antipov <mantipov@productengine.com>2010-07-23 10:34:27 +0300
commit66bdd0903d1ded7a2e113938ad47ad8d6076416b (patch)
treed3b6ee474758bcc66df86431ff784b6d7c07904e /indra/llcommon/llformat.h
parent051f834a4157902216bf54fced4b9ccd5b0ed2d9 (diff)
parent3c4f82b2984c0cf70b2bc61190495cf9cf1a6aad (diff)
merge
--HG-- branch : product-engine
Diffstat (limited to 'indra/llcommon/llformat.h')
-rw-r--r--indra/llcommon/llformat.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/llcommon/llformat.h b/indra/llcommon/llformat.h
index dc64edb26d..17d8b4a8ad 100644
--- a/indra/llcommon/llformat.h
+++ b/indra/llcommon/llformat.h
@@ -42,4 +42,8 @@
std::string LL_COMMON_API llformat(const char *fmt, ...);
+// the same version as above but ensures that returned string is in utf8 on windows
+// to enable correct converting utf8_to_wstring.
+std::string LL_COMMON_API llformat_to_utf8(const char *fmt, ...);
+
#endif // LL_LLFORMAT_H