15 Oct
2003
15 Oct
'03
9:01 p.m.
Jon Griffiths <jon_p_griffiths(a)yahoo.com> writes:
Jon Griffiths <jon_p_griffiths(a)yahoo.com> +include/wine/unicode.h libs/unicode/fold.c libs/unicode/Makefile.in libs/unicode/wine_unicode.def Add A/W string folding functions
I put the Unicode version in, but the Ascii one is wrong, you cannot hardcode Latin-1 codepage this way. FoldStringA should be implemented by converting to Unicode and calling FoldStringW. -- Alexandre Julliard julliard(a)winehq.com