Jeff Smith : usp10: Fix typo in comment about box drawing unicode range.

Alexandre Julliard julliard at winehq.org
Wed Jul 29 15:47:01 CDT 2020


Module: wine
Branch: master
Commit: d9c085f1821790ef00f55b95e904704559565ff9
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=d9c085f1821790ef00f55b95e904704559565ff9

Author: Jeff Smith <whydoubt at 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 at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at 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 */




More information about the wine-cvs mailing list