Hi
I found Skin class not support Chinese and appear symbol.
Look it Below:

so I fix Skin source code 155 line below:

I found Skin class not support Chinese and appear symbol.
Look it Below:

so I fix Skin source code 155 line below:
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 ) }
Best Regards,
Richard
Harbour 3.2.0dev (r2503251254) => Borland C++ v7.7 32bit
MySQL v8.0
Harbour 3.2.0dev (r2503251254) => Borland C++ v7.7 64bit
Richard
Harbour 3.2.0dev (r2503251254) => Borland C++ v7.7 32bit
MySQL v8.0
Harbour 3.2.0dev (r2503251254) => Borland C++ v7.7 64bit