Renamed Utf8NumSyms() to Utf8StrLen()

This commit is contained in:
Klaus Schmidinger
2007-06-16 09:05:22 +02:00
parent 4011e244ff
commit 81e44bce19
3 changed files with 12 additions and 12 deletions

View File

@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
* $Id: tools.c 1.126 2007/06/15 13:11:12 kls Exp $
* $Id: tools.c 1.127 2007/06/16 09:05:11 kls Exp $
*/
#include "tools.h"
@@ -649,7 +649,7 @@ int Utf8SymChars(const char *s, int Symbols)
return n;
}
int Utf8NumSyms(const char *s)
int Utf8StrLen(const char *s)
{
if (cCharSetConv::SystemCharacterTable())
return strlen(s);