Module: wine Branch: master Commit: 95166855bbf82870dee0402a911f7d0b83637f7b URL: http://source.winehq.org/git/wine.git/?a=commit;h=95166855bbf82870dee0402a91...
Author: Aric Stewart aric@codeweavers.com Date: Mon Jun 27 11:01:24 2011 -0500
usp10: Implement ScriptBreak using the Unicode Line Breaking Algorithm.
---
dlls/usp10/Makefile.in | 2 + dlls/usp10/breaking.c | 410 ++++++++ dlls/usp10/linebreak.c | 2315 +++++++++++++++++++++++++++++++++++++++++++ dlls/usp10/usp10.c | 16 +- dlls/usp10/usp10_internal.h | 2 + libs/wine/cpmap.pl | 90 ++ 6 files changed, 2820 insertions(+), 15 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=95166855bbf82870dee040...