From 3597717da16a78da56dec5a8aacec05a10d1bee6 Mon Sep 17 00:00:00 2001 From: Shachar Shemesh Date: Mon, 25 Nov 2002 21:09:49 +0000 Subject: [PATCH] Change some of the number seperators to "Neutral" rather than "Left to right". --- objects/font.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/objects/font.c b/objects/font.c index bbbe27fefd4..4e49ae3c76a 100644 --- a/objects/font.c +++ b/objects/font.c @@ -1988,7 +1988,7 @@ GetCharacterPlacementW( * -1 - right to left * 0 - neutral */ - static const int chardir[]={ 0, 1, -1, 1, 1, 1, -1, 1, 0, 0, 0, 0 }; + static const int chardir[]={ 0, 1, -1, 1, 0, 0, -1, 0, 0, 0, 0, 0 }; WARN("The BiDi algorythm doesn't conform to Windows' yet\n"); if( (pwCharType=HeapAlloc(GetProcessHeap(), 0, uCount * sizeof(WORD)))==NULL ) -- 2.11.4.GIT