[PATCH 2/2] make_unicode: Update to Unicode to version 10 I added "Bottom_And_Left", but i have no idea, if my change is correct

Aric Stewart aric at codeweavers.com
Mon Jul 3 13:28:19 CDT 2017


Please do not change existing values. You can add new ones to the end.

-aric

On 7/2/17 5:23 PM, Detlef Riekenberg wrote:
> --
> Bye bye ... Detlef
> 
> Signed-off-by: Detlef Riekenberg <wine.dev at web.de>
> ---
>   tools/make_unicode | 9 +++++----
>   1 file changed, 5 insertions(+), 4 deletions(-)
> 
> diff --git a/tools/make_unicode b/tools/make_unicode
> index f9c2917..5bbc5b8 100755
> --- a/tools/make_unicode
> +++ b/tools/make_unicode
> @@ -23,7 +23,7 @@ use strict;
>   
>   # base URLs for www.unicode.org files
>   my $MAPPINGS = "http://www.unicode.org/Public/MAPPINGS";
> -my $UNIDATA = "http://www.unicode.org/Public/9.0.0/ucd";
> +my $UNIDATA = "http://www.unicode.org/Public/10.0.0/ucd";
>   my $REPORTS = "http://www.unicode.org/reports";
>   my $RFCS = "http://www.rfc-editor.org/rfc";
>   my $VERTICALPATH = "http://www.unicode.org/Public/vertical/revision-17";
> @@ -190,9 +190,10 @@ my %matra_types =
>       "Top_And_Left"  => 0x09,
>       "Top_And_Left_And_Right"  => 0x0a,
>       "Bottom_And_Right"  => 0x0b,
> -    "Top_And_Bottom_And_Right"  => 0x0c,
> -    "Overstruck"  => 0x0d,
> -    "Invisible"  => 0x0e
> +    "Bottom_And_Left"  => 0x0c,
> +    "Top_And_Bottom_And_Right"  => 0x0d,
> +    "Overstruck"  => 0x0e,
> +    "Invisible"  => 0x0f
>   );
>   
>   my %nameprep_flags =
> 



More information about the wine-devel mailing list