diff --git a/CHANGELOG.md b/CHANGELOG.md index d364524525..eee70143b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,9 @@ A more detailed list of changes is available in the corresponding milestones for - **[opentype/STAT/ital_axis]**: Skip check for fonts without STAT table (issue #4998) +#### On the Noto Fonts profile + - **[notofonts/unicode_range_bits]**: Correctly detect PUA glyphs between 0xF0000 and 0xFF000 + ## 1.1.0 (2025-Oct-02) - Replace deprecated `pkg_resources` by `importlib.resources` (issue #5028) diff --git a/Lib/fontbakery/constants.py b/Lib/fontbakery/constants.py index c9107437d4..b7f64ff033 100644 --- a/Lib/fontbakery/constants.py +++ b/Lib/fontbakery/constants.py @@ -534,7 +534,7 @@ class WindowsLanguageID(enum.IntEnum): ], [(89, "Mathematical Alphanumeric Symbols", 0x1D400, 0x1D7FF)], [ - (90, "Private Use (plane 15)", 0xFF000, 0xFFFFD), + (90, "Private Use (plane 15)", 0xF0000, 0xFFFFD), (90, "Private Use (plane 16)", 0x100000, 0x10FFFD), ], [