obsolete log
This commit is contained in:
@@ -338,12 +338,10 @@ static void InitCharAliases()
|
|||||||
CString to = LcharToUTF8(i->second);
|
CString to = LcharToUTF8(i->second);
|
||||||
from.MakeUpper();
|
from.MakeUpper();
|
||||||
CharAliasRepl[from] = to;
|
CharAliasRepl[from] = to;
|
||||||
LOG->Trace("from '%s' to '%s'", from.GetString(), to.GetString());
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Replace all &markers; and &#NNNN;s with UTF-8. I'm not really
|
/* Replace all &markers; and &#NNNN;s with UTF-8. */
|
||||||
* sure where to put this; this is used elsewhere, too. */
|
|
||||||
void FontCharAliases::ReplaceMarkers( CString &sText )
|
void FontCharAliases::ReplaceMarkers( CString &sText )
|
||||||
{
|
{
|
||||||
InitCharAliases();
|
InitCharAliases();
|
||||||
|
|||||||
Reference in New Issue
Block a user