Module: wine Branch: master Commit: d9c085f1821790ef00f55b95e904704559565ff9 URL: https://source.winehq.org/git/wine.git/?a=commit;h=d9c085f1821790ef00f55b95e...
Author: Jeff Smith whydoubt@gmail.com Date: Wed Jul 29 13:12:26 2020 -0500
usp10: Fix typo in comment about box drawing unicode range.
Signed-off-by: Jeff Smith whydoubt@gmail.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/usp10/usp10.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/usp10/usp10.c b/dlls/usp10/usp10.c index a6664279b5..84cd6aa709 100644 --- a/dlls/usp10/usp10.c +++ b/dlls/usp10/usp10.c @@ -169,7 +169,7 @@ script_ranges[] = /* Control Pictures : U+2400 –U+243f */ /* Optical Character Recognition : U+2440 –U+245f */ /* Enclosed Alphanumerics : U+2460 –U+24ff */ - /* Box Drawing : U+2500 –U+25ff */ + /* Box Drawing : U+2500 –U+257f */ /* Block Elements : U+2580 –U+259f */ /* Geometric Shapes : U+25a0 –U+25ff */ /* Miscellaneous Symbols : U+2600 –U+26ff */