]> git.mxchange.org Git - simgear.git/blobdiff - simgear/misc/strutils.hxx
Update doxgen config and some comments.
[simgear.git] / simgear / misc / strutils.hxx
index 47f69bac4ae43b90e720d3df01a68cba67a97364..9070b246cb0ad3b6bf83ef9c3562632d87553664 100644 (file)
@@ -38,6 +38,11 @@ typedef std::vector < std::string > string_list;
 namespace simgear {
   namespace strutils {
 
+       /**
+        * utf8ToLatin1() convert utf8 to latin, useful for accent character (i.e éâàîè...)
+        */
+       std::string utf8ToLatin1( std::string & s_utf8 );
+
 //     /** 
 //      * atof() wrapper for "string" type
 //      */