Implement BiDi mirroring

Juan Lang juan.lang at gmail.com
Wed Jan 28 15:00:43 CST 2009


Hi Khaled,

+void doMirror(WCHAR* ch)

This should be static.

+        else if(*ch == mirrored[k].first)
+            {
+                *ch = mirrored[k].mirror;
+                return;
+            }

The else if block is indented one level too many.

Thanks,
--Juan



More information about the wine-devel mailing list