user32/tests: Fix the ToAscii(A) test on Hindi + UTF-8.
commitdf811f91cc2821dd14fa1b72d4e474fb4720624e
authorFrancois Gouget <fgouget@codeweavers.com>
Wed, 15 Feb 2023 03:18:59 +0000 (15 04:18 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 17 Feb 2023 17:59:29 +0000 (17 18:59 +0100)
tree0b6a5e9a6727a8da5c6a8bf518ac161a88e02cf4
parentdfcc45cc173f9fe5a25055790660d6378cd444f8
user32/tests: Fix the ToAscii(A) test on Hindi + UTF-8.

ToAscii() can only return two bytes and thus cannot return three-byte
UTF-8 characters.

Wine-Bug: https://bugs.winehq.org//show_bug.cgi?id=54058
dlls/user32/tests/input.c