libs/unicode new conversions

Jon Griffiths jon_p_griffiths at yahoo.com
Mon Oct 6 04:42:24 CDT 2003


Hi,

This patch adds two new conversions to libs/unicode, in preparation
for their 
use by an upcoming patch adding FoldStringA/W. The first converts
from any 
unicode number into its unicode 0-9 representation. The second maps
from 
compatibility characters to unicode.

The rationale for placing them in libs/unicode is that both these
conversions 
may be required by calls other than FoldString (at least the numeric
mapping 
will be used to parse native language digits in oleaut32).

The remaining mappings provided by FoldString are not so generally
applicable 
and are implemented privately to that function.

Cheers,
Jon

License: X11

Changelog:

  Jon Griffiths <jon_p_griffiths at yahoo.com>
  +include/wine/unicode.h libs/unicode/compatmap.c
libs/unicode/digitmap.c
    libs/unicode/Makefile.in libs/unicode/wine_unicode.def
    Add 'to unicode digit' and 'from compatibility range' conversions


__________________________________
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: unicode_mappings.diff
Type: text/x-diff
Size: 48345 bytes
Desc: unicode_mappings.diff
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20031006/d80055ae/unicode_mappings.bin


More information about the wine-patches mailing list