From 593649e3b9eb1e45891c79130f053438acc03308 Mon Sep 17 00:00:00 2001 From: Hin-Tak Leung Date: Fri, 20 Sep 2024 02:45:21 +0100 Subject: [PATCH] Mention icudtl.dat requirement in README.m130.md --- relnotes/README.m130.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/relnotes/README.m130.md b/relnotes/README.m130.md index 1329c7033..fa8bc7ba7 100644 --- a/relnotes/README.m130.md +++ b/relnotes/README.m130.md @@ -16,6 +16,10 @@ Since m128 (last beta release): overloaded as an alias to this, too. * The `SkUnicode` class is now available under python as `skia.Unicode`. + The constructor is known to fail on windows - It is likely that downloading + a `icudtl.dat` file, renaming from the versioned data-bin-{l,b}.zip in + https://github.com/unicode-org/icu/releases, is needed. Windows users please report + success/failure on this. * There are two examples `shape_text.py` (a python port of upstream's example), and `skparagraph-example.py` hosted [elsewhere](https://github.com/HinTak/skia-python-examples/).