Alexandre Julliard pushed to branch master at wine / wine
Commits: a7b1e5d5 by Zhiyi Zhang at 2024-11-13T18:48:42+01:00 urlmon: Support Uri_HOST_IDN.
- - - - - 71b4377e by Zhiyi Zhang at 2024-11-13T18:48:42+01:00 urlmon: Support Uri_DISPLAY_NO_FRAGMENT.
- - - - - 427f8fae by Zhiyi Zhang at 2024-11-13T18:48:42+01:00 urlmon: Support Uri_PUNYCODE_IDN_HOST.
- - - - - 61d8e74e by Zhiyi Zhang at 2024-11-13T18:48:42+01:00 urlmon: Support Uri_DISPLAY_IDN_HOST.
Uri_DISPLAY_IDN_HOST makes the hostname in Uri_PROPERTY_ABSOLUTE_URI, Uri_PROPERTY_DOMAIN and Uri_PROPERTY_HOST appear in punycode or Unicode as it would appear in the Uri_PROPERTY_DISPLAY_URI property. IDNs appears in Unicode on some Windows version and in punycode on others. Wine chose to display Unicode for Uri_PROPERTY_DISPLAY_URI. So no need to add special handling for Uri_DISPLAY_IDN_HOST at the moment because they already display in Unicode.
- - - - - e3db89aa by Zhiyi Zhang at 2024-11-13T18:48:42+01:00 urlmon/tests: Test flags for getting properties.
- - - - -
2 changed files:
- dlls/urlmon/tests/uri.c - dlls/urlmon/uri.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/dd6e73428de6c16f6732e5f8907d29...