compilation fixes for gcc-3.4 + Unicode
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30199 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
88fd7006f4
commit
db6b57fff5
@ -2713,7 +2713,8 @@ void DefaultOnMacro(int macroId, int no_args, bool start)
|
|||||||
break;
|
break;
|
||||||
case ltPOUNDS:
|
case ltPOUNDS:
|
||||||
if (start)
|
if (start)
|
||||||
TexOutput(_T("£"), true);
|
// FIXME: this is valid only if the output is iso-8859-1
|
||||||
|
TexOutput(wxString::FromAscii("£"), true);
|
||||||
break;
|
break;
|
||||||
case ltSPECIALDOUBLEDOLLAR: // Interpret as center
|
case ltSPECIALDOUBLEDOLLAR: // Interpret as center
|
||||||
OnMacro(ltCENTER, no_args, start);
|
OnMacro(ltCENTER, no_args, start);
|
||||||
|
Loading…
Reference in New Issue
Block a user