develop
kaetemi 4 years ago
parent f8ef5743e3
commit 6cd52d7871

@ -25,6 +25,9 @@
namespace NLMISC
{
// TODO / FIXME: Write tool to regenerate the unicode tables in this file
// See: ftp://ftp.unicode.org/Public/UNIDATA/UnicodeData.txt
// Uppercase to lowercase 16 bits unicode. This table must be sorted. First entry must be unique.
static const ucchar UnicodeUpperToLower[]=
{

@ -354,7 +354,7 @@ public:
if(UserEntity)
{
ucstring name = UserEntity->getEntityName();
if (*it == 'P') setCase(name, CaseUpper);
if (*it == 'P') name = toUpper(name);
formatedResult += name;
}
}

Loading…
Cancel
Save