mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-04-03 11:15:05 +00:00
The `wcsxfrm` function copies a wide character string into a buffer, such that comparing the new string against any similarly pre-processed string with `wcscmp` produces the same result as if the original strings were compared with `wcscoll`. Our current `wcscoll` implementation is simply an alias for `wcscmp`, so `wcsxfrm` needs to perform no actions other than copying the string.
12 KiB
12 KiB