I found Skin class not support Chinese and appear symbol.
Look it Below:
so I fix Skin source code 155 line below:
- Code: Select all Expand view
Old
::this[2]:bPainted := { || SetBkMode( ::this[2]:hDC, 1 ), SetTextColor(::this[2]:hDC, ::cTitleColor),TextOut( ::this[2]:hDC, 5, 5, ::Win:cTitle ) }
New
::this[2]:bPainted := { || SetBkMode( ::this[2]:hDC, 1 ), SetTextColor(::this[2]:hDC, ::cTitleColor),TextOutW( ::this[2]:hDC, 5, 5, ::Win:cTitle ) }