[PATCH v2] winex11.drv: Fix import XA_STRING compatible wide character.

Alexandre Julliard julliard at winehq.org
Fri Dec 24 06:20:25 CST 2021


Chao Long <longchao at uniontech.com> writes:

> Drag text from the html or word to the wine application to display garbled characters.

STRING is documented to be iso-8859-1, that's why we prefer
UTF8_STRING. If you have an app that doesn't export that, or that
exports STRING in utf-8, I'd say that's an app bug.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list