summaryrefslogtreecommitdiff
path: root/zen/utf.h
diff options
context:
space:
mode:
Diffstat (limited to 'zen/utf.h')
-rw-r--r--zen/utf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/zen/utf.h b/zen/utf.h
index ced185fd..541bc785 100644
--- a/zen/utf.h
+++ b/zen/utf.h
@@ -14,7 +14,7 @@
namespace zen
{
-//convert all(!) char- and wchar_t-based "string-like" objects applying a UTF8 conversions (but only if necessary!)
+//convert all(!) char- and wchar_t-based "string-like" objects applying UTF conversions (but only if necessary!)
template <class TargetString, class SourceString>
TargetString utfTo(const SourceString& str);
bgstack15