April 10, 2026
4:26 p.m.
This aligns uniscribe with dwrite behaviour and ensures better out of the box experience for systems where Microsoft fonts are typically unavailable. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=27641 Regarding the "Update the script tag for Tamil" commit, the proper solution would be to mimic dwrite and use an array for the script tags and adjust the functions accordingly. I did not do this in the hope that in the future both uniscribe and dwrite will utilise Harfbuzz. This would fix a lot more issues including this. The current solution is a band-aid, so that atleast the tests pass and the font is visible when typed. The updated tests will be in a separate MR. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10630