[sword-cvs] sword/src/mgr localemgr.cpp,1.19,1.20
sword@www.crosswire.org
sword@www.crosswire.org
Tue, 20 Apr 2004 05:03:13 -0700
- Previous message: [sword-cvs] sword/src/keys versekey.cpp,1.62,1.63
- Next message: [sword-cvs] sword/locales.d af-utf8.conf,1.2,1.3 cs-utf8.conf,1.1,1.2 et_abbr-utf8.conf,1.1,1.2 pl-utf8.conf,1.1,1.2 sk-utf8.conf,1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvs/core/sword/src/mgr
In directory www:/tmp/cvs-serv21222/src/mgr
Modified Files:
localemgr.cpp
Log Message:
fixes for name changes (joachim)
Index: localemgr.cpp
===================================================================
RCS file: /cvs/core/sword/src/mgr/localemgr.cpp,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- localemgr.cpp 17 Apr 2004 17:16:17 -0000 1.19
+++ localemgr.cpp 20 Apr 2004 12:03:10 -0000 1.20
@@ -144,7 +144,7 @@
if (locale->getName()) {
bool supported = false;
- if (StringMgr::hasUtf8Support()) {
+ if (StringMgr::hasUTF8Support()) {
supported = (locale->getEncoding() && (!strcmp(locale->getEncoding(), "UTF-8") /*|| !strcmp(locale->getEncoding(), "ISO8859-1")*/) );
}
else {
- Previous message: [sword-cvs] sword/src/keys versekey.cpp,1.62,1.63
- Next message: [sword-cvs] sword/locales.d af-utf8.conf,1.2,1.3 cs-utf8.conf,1.1,1.2 et_abbr-utf8.conf,1.1,1.2 pl-utf8.conf,1.1,1.2 sk-utf8.conf,1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]