kernel32: Strip modifiers from the Mac locale so setlocale can parse it.
commit59bf036c80470a55ea742ff7fcc376abc02adfb6
authorKen Thomases <ken@codeweavers.com>
Fri, 8 Aug 2008 00:00:00 +0000 (7 19:00 -0500)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 18 Aug 2008 12:34:10 +0000 (18 14:34 +0200)
tree750320e5b92ae1558208e5a5e0b00a93443d0fcb
parent6a65f3b38ec1e1fd2122ac99d46aab90de82d17d
kernel32: Strip modifiers from the Mac locale so setlocale can parse it.

The CFLocale API can produce locale identifiers with modifiers, such as
"pl_PL@currency=EUR".  However, the Mac setlocale() can't understand such
locale strings.
dlls/kernel32/locale.c