Files
crosspoint-reader-mod/lib/EpdFont/builtinFonts/ubuntu_12_bold.h

2952 lines
265 KiB
C
Raw Normal View History

Aleo, Noto Sans, Open Dyslexic fonts (#163) ## Summary * Swap out Bookerly font due to licensing issues, replace default font with Aleo * I did a bunch of searching around for a nice replacement font, and this trumped several other like Literata, Merriwether, Vollkorn, etc * Add Noto Sans, and Open Dyslexic as font options * They can be selected in the settings screen * Add font size options (Small, Medium, Large, Extra Large) * Adjustable in settings * Swap out uses of reader font in headings and replaced with slightly larger Ubuntu font * Replaced PixelArial14 font as it was difficult to track down, replace with Space Grotesk * Remove auto formatting on generated font files * Massively speeds up formatting step now that there is a lot more CPP font source * Include fonts with their licenses in the repo ## Additional Context Line compression setting will follow | Font | Small | Medium | Large | X Large | | --- | --- | --- | --- | --- | | Aleo | ![IMG_5704](https://github.com/user-attachments/assets/7acb054f-ddef-4080-b3c8-590cfaf13115) | ![IMG_5705](https://github.com/user-attachments/assets/d4819036-5c89-486e-92c3-86094fa4d89a) | ![IMG_5706](https://github.com/user-attachments/assets/35caf622-d126-4396-9c3e-f927eba1e1f4) | ![IMG_5707](https://github.com/user-attachments/assets/af32370a-6244-400f-bea9-5c27db040b5b) | | Noto Sans | ![IMG_5708](https://github.com/user-attachments/assets/1f9264a5-c069-4e22-9099-a082bfcaabc5) | ![IMG_5709](https://github.com/user-attachments/assets/ef6b07fe-8d87-403a-b152-05f50b69b78e) | ![IMG_5710](https://github.com/user-attachments/assets/112a5d20-262c-4dc0-b67d-980b237e4607) | ![IMG_5711](https://github.com/user-attachments/assets/d25e0e1d-2ace-450d-96dd-618e4efd4805) | | Open Dyslexic | ![IMG_5712](https://github.com/user-attachments/assets/ead64690-f261-4fae-a4a2-0becd1162e2d) | ![IMG_5713](https://github.com/user-attachments/assets/59d60f7d-5142-4591-96b0-c04e0a4c6436) | ![IMG_5714](https://github.com/user-attachments/assets/bb6652cd-1790-46a3-93ea-2b8f70d0d36d) | ![IMG_5715](https://github.com/user-attachments/assets/496e7eb4-c81a-4232-83e9-9ba9148fdea4) |
2025-12-30 18:21:47 +10:00
/**
* generated by fontconvert.py
* name: ubuntu_12_bold
* size: 12
* mode: 1-bit
* Command used: fontconvert.py ubuntu_12_bold 12 ../builtinFonts/source/Ubuntu/Ubuntu-Bold.ttf
Aleo, Noto Sans, Open Dyslexic fonts (#163) ## Summary * Swap out Bookerly font due to licensing issues, replace default font with Aleo * I did a bunch of searching around for a nice replacement font, and this trumped several other like Literata, Merriwether, Vollkorn, etc * Add Noto Sans, and Open Dyslexic as font options * They can be selected in the settings screen * Add font size options (Small, Medium, Large, Extra Large) * Adjustable in settings * Swap out uses of reader font in headings and replaced with slightly larger Ubuntu font * Replaced PixelArial14 font as it was difficult to track down, replace with Space Grotesk * Remove auto formatting on generated font files * Massively speeds up formatting step now that there is a lot more CPP font source * Include fonts with their licenses in the repo ## Additional Context Line compression setting will follow | Font | Small | Medium | Large | X Large | | --- | --- | --- | --- | --- | | Aleo | ![IMG_5704](https://github.com/user-attachments/assets/7acb054f-ddef-4080-b3c8-590cfaf13115) | ![IMG_5705](https://github.com/user-attachments/assets/d4819036-5c89-486e-92c3-86094fa4d89a) | ![IMG_5706](https://github.com/user-attachments/assets/35caf622-d126-4396-9c3e-f927eba1e1f4) | ![IMG_5707](https://github.com/user-attachments/assets/af32370a-6244-400f-bea9-5c27db040b5b) | | Noto Sans | ![IMG_5708](https://github.com/user-attachments/assets/1f9264a5-c069-4e22-9099-a082bfcaabc5) | ![IMG_5709](https://github.com/user-attachments/assets/ef6b07fe-8d87-403a-b152-05f50b69b78e) | ![IMG_5710](https://github.com/user-attachments/assets/112a5d20-262c-4dc0-b67d-980b237e4607) | ![IMG_5711](https://github.com/user-attachments/assets/d25e0e1d-2ace-450d-96dd-618e4efd4805) | | Open Dyslexic | ![IMG_5712](https://github.com/user-attachments/assets/ead64690-f261-4fae-a4a2-0becd1162e2d) | ![IMG_5713](https://github.com/user-attachments/assets/59d60f7d-5142-4591-96b0-c04e0a4c6436) | ![IMG_5714](https://github.com/user-attachments/assets/bb6652cd-1790-46a3-93ea-2b8f70d0d36d) | ![IMG_5715](https://github.com/user-attachments/assets/496e7eb4-c81a-4232-83e9-9ba9148fdea4) |
2025-12-30 18:21:47 +10:00
*/
#pragma once
#include "EpdFontData.h"
feat: Vietnamese glyphs support (#1147) ## Summary * **What is the goal of this PR?** Add Vietnamese glyphs support for the reader's built-in fonts, enabling proper rendering of Vietnamese text in EPUB content. * **What changes are included?** - Added 3 new Unicode intervals to `fontconvert.py` covering Vietnamese characters: - **Latin Extended-B** (Vietnamese subset only): `U+01A0–U+01B0` — Ơ/ơ, Ư/ư - **Vietnamese Extended**: `U+1EA0–U+1EF9` — All precomposed Vietnamese characters with tone marks (Ả, Ấ, Ầ, Ẩ, Ẫ, Ậ, Ắ, …, Ỹ) - Re-generated all 54 built-in font header files (Bookerly, Noto Sans, OpenDyslexic, Ubuntu across all sizes and styles) to include the new Vietnamese glyphs. ## Additional Context * **Scope**: This PR only covers the **reader** fonts. The outer UI still uses the Ubuntu font which does not fully support Vietnamese — UI and i18n will be addressed in a follow-up PR (per discussion in PR #1124). * **Memory impact**: | Metric | Before | After | Delta | |---|---|---|---| | Flash Data (`.rodata`) | 2,971,028 B | 3,290,748 B | **+319,720 B (+10.8%)** | | Total image size | 4,663,235 B | 4,982,955 B | **+319,720 B (+6.9%)** | | Flash usage | 69.1% | 74.0% | **+4.9 pp** | | RAM usage | 29.0% | 29.0% | **No change** | * **Risk**: Low — this is a data-only change (font glyph tables in `.rodata`). No logic changes, no RAM impact. Flash headroom remains comfortable at 74%. --- ### AI Usage Did you use AI tools to help write this code? _**PARTIALLY**_ AI was used to identify the minimal set of Unicode ranges needed for Vietnamese support and to assist with the PR description. --------- Co-authored-by: danoooob <danoooob@example.com>
2026-02-25 00:21:39 +07:00
static const uint8_t ubuntu_12_boldBitmaps[19334] = {
Aleo, Noto Sans, Open Dyslexic fonts (#163) ## Summary * Swap out Bookerly font due to licensing issues, replace default font with Aleo * I did a bunch of searching around for a nice replacement font, and this trumped several other like Literata, Merriwether, Vollkorn, etc * Add Noto Sans, and Open Dyslexic as font options * They can be selected in the settings screen * Add font size options (Small, Medium, Large, Extra Large) * Adjustable in settings * Swap out uses of reader font in headings and replaced with slightly larger Ubuntu font * Replaced PixelArial14 font as it was difficult to track down, replace with Space Grotesk * Remove auto formatting on generated font files * Massively speeds up formatting step now that there is a lot more CPP font source * Include fonts with their licenses in the repo ## Additional Context Line compression setting will follow | Font | Small | Medium | Large | X Large | | --- | --- | --- | --- | --- | | Aleo | ![IMG_5704](https://github.com/user-attachments/assets/7acb054f-ddef-4080-b3c8-590cfaf13115) | ![IMG_5705](https://github.com/user-attachments/assets/d4819036-5c89-486e-92c3-86094fa4d89a) | ![IMG_5706](https://github.com/user-attachments/assets/35caf622-d126-4396-9c3e-f927eba1e1f4) | ![IMG_5707](https://github.com/user-attachments/assets/af32370a-6244-400f-bea9-5c27db040b5b) | | Noto Sans | ![IMG_5708](https://github.com/user-attachments/assets/1f9264a5-c069-4e22-9099-a082bfcaabc5) | ![IMG_5709](https://github.com/user-attachments/assets/ef6b07fe-8d87-403a-b152-05f50b69b78e) | ![IMG_5710](https://github.com/user-attachments/assets/112a5d20-262c-4dc0-b67d-980b237e4607) | ![IMG_5711](https://github.com/user-attachments/assets/d25e0e1d-2ace-450d-96dd-618e4efd4805) | | Open Dyslexic | ![IMG_5712](https://github.com/user-attachments/assets/ead64690-f261-4fae-a4a2-0becd1162e2d) | ![IMG_5713](https://github.com/user-attachments/assets/59d60f7d-5142-4591-96b0-c04e0a4c6436) | ![IMG_5714](https://github.com/user-attachments/assets/bb6652cd-1790-46a3-93ea-2b8f70d0d36d) | ![IMG_5715](https://github.com/user-attachments/assets/496e7eb4-c81a-4232-83e9-9ba9148fdea4) |
2025-12-30 18:21:47 +10:00
0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFB, 0xDC, 0x07, 0x7F, 0xFF, 0x70, 0xF7, 0xFD, 0xFF, 0x7F, 0xDF,
0xF3, 0xFC, 0xEF, 0x38, 0x0F, 0x3C, 0x0F, 0x3C, 0x0F, 0x3C, 0x0F, 0x3C, 0xFF, 0xFE, 0xFF, 0xFE,
0xFF, 0xFE, 0x1E, 0x78, 0x1E, 0x78, 0x3C, 0x78, 0xFF, 0xFE, 0xFF, 0xFE, 0xFF, 0xFE, 0x3C, 0xF0,
0x78, 0xF0, 0x79, 0xE0, 0x79, 0xE0, 0x07, 0x80, 0x1E, 0x00, 0x78, 0x07, 0xFC, 0x3F, 0xF8, 0xFF,
0xC7, 0xE7, 0x1F, 0x00, 0x7C, 0x01, 0xFE, 0x03, 0xFE, 0x0F, 0xFC, 0x0F, 0xF8, 0x07, 0xE0, 0x07,
0x80, 0x1E, 0x78, 0xF9, 0xFF, 0xE7, 0xFF, 0x0F, 0xF8, 0x07, 0x80, 0x1E, 0x00, 0x78, 0x00, 0x3F,
0x03, 0xC0, 0xFF, 0x0F, 0x81, 0xEF, 0x1E, 0x03, 0x9E, 0x78, 0x07, 0x1C, 0xF0, 0x0E, 0x7B, 0xC0,
0x1E, 0xFF, 0x80, 0x3F, 0xDE, 0x00, 0x3F, 0x7D, 0xF8, 0x00, 0xF7, 0xF8, 0x03, 0xDE, 0xF0, 0x07,
0xBC, 0xE0, 0x1E, 0x71, 0xC0, 0x7C, 0xF3, 0x80, 0xF1, 0xEF, 0x03, 0xE1, 0xFE, 0x07, 0x81, 0xF8,
0x0F, 0xE0, 0x07, 0xFC, 0x01, 0xFF, 0x80, 0xFB, 0xE0, 0x3C, 0x78, 0x07, 0xBC, 0x01, 0xFF, 0x00,
0x7F, 0x80, 0x3F, 0xCF, 0x1F, 0xFB, 0xC7, 0x9F, 0xF1, 0xE3, 0xFC, 0x78, 0x7E, 0x1F, 0x1F, 0x87,
0xFF, 0xF0, 0xFF, 0xFE, 0x1F, 0xE7, 0x80, 0xFF, 0xFF, 0xFF, 0xF0, 0x0E, 0x0F, 0x1F, 0x1E, 0x3E,
0x3C, 0x7C, 0x7C, 0x78, 0x78, 0xF8, 0xF8, 0xF8, 0xF8, 0xF8, 0x78, 0x78, 0x7C, 0x7C, 0x3C, 0x3E,
0x1E, 0x1F, 0x0F, 0x0E, 0x60, 0xF0, 0xF8, 0x78, 0x7C, 0x3C, 0x3E, 0x3E, 0x1E, 0x1E, 0x1E, 0x1E,
0x1F, 0x1E, 0x1E, 0x1E, 0x1E, 0x3E, 0x3E, 0x3C, 0x7C, 0x78, 0xF8, 0xF0, 0x60, 0x1E, 0x03, 0xC3,
0xBB, 0x7F, 0xEF, 0xFF, 0xFF, 0x8F, 0xE3, 0xFE, 0x7B, 0xC6, 0x60, 0x0F, 0x00, 0xF0, 0x0F, 0x00,
0xF0, 0xFF, 0xFF, 0xFF, 0xFF, 0xF0, 0xF0, 0x0F, 0x00, 0xF0, 0x0F, 0x00, 0x7D, 0xF7, 0xDE, 0x79,
0xEF, 0x3C, 0xFF, 0xFF, 0xFF, 0x79, 0xFF, 0xDF, 0x78, 0x00, 0xF8, 0x07, 0x80, 0x3C, 0x03, 0xE0,
0x1E, 0x00, 0xF0, 0x0F, 0x80, 0x78, 0x03, 0xC0, 0x3E, 0x01, 0xE0, 0x0F, 0x00, 0xF8, 0x07, 0x80,
0x3C, 0x03, 0xE0, 0x1E, 0x00, 0xF0, 0x0F, 0x80, 0x78, 0x03, 0xC0, 0x3E, 0x01, 0xE0, 0x0F, 0x00,
0xF8, 0x00, 0x0F, 0xC0, 0x7F, 0x83, 0xFF, 0x1F, 0xBE, 0x7C, 0x79, 0xE1, 0xE7, 0x87, 0xDE, 0x1F,
0xF8, 0x7D, 0xE1, 0xF7, 0x87, 0xDE, 0x1E, 0x7C, 0x79, 0xFB, 0xE3, 0xFF, 0x07, 0xFC, 0x0F, 0xC0,
0x07, 0x87, 0xE7, 0xF9, 0xFE, 0x7F, 0x9D, 0xE0, 0x78, 0x1E, 0x07, 0x81, 0xE0, 0x78, 0x1E, 0x07,
0x81, 0xE0, 0x78, 0x1E, 0x07, 0x80, 0x1F, 0xC3, 0xFF, 0x9F, 0xFC, 0xFB, 0xF3, 0x0F, 0x80, 0x7C,
0x03, 0xC0, 0x3E, 0x03, 0xE0, 0x7E, 0x07, 0xE0, 0x3E, 0x03, 0xE0, 0x3E, 0x01, 0xFF, 0xEF, 0xFF,
0x7F, 0xF8, 0x3F, 0xC3, 0xFF, 0x1F, 0xFC, 0x73, 0xE0, 0x0F, 0x00, 0xF8, 0x7F, 0xC3, 0xFC, 0x1F,
0xF0, 0x1F, 0x80, 0x3E, 0x01, 0xF0, 0x0F, 0xB8, 0xFD, 0xFF, 0xDF, 0xFC, 0x7F, 0xC0, 0x01, 0xF0,
0x0F, 0xC0, 0x7F, 0x01, 0xFC, 0x0F, 0xF0, 0x7F, 0xC3, 0xEF, 0x0F, 0x3C, 0x78, 0xF1, 0xE3, 0xCF,
0xFF, 0xFF, 0xFF, 0xFF, 0xFC, 0x03, 0xC0, 0x0F, 0x00, 0x3C, 0x00, 0xF0, 0x3F, 0xF1, 0xFF, 0x8F,
0xFC, 0x78, 0x03, 0xC0, 0x1E, 0x00, 0xFF, 0x07, 0xFC, 0x3F, 0xF0, 0x3F, 0xC0, 0x3E, 0x00, 0xF0,
0x0F, 0xB8, 0xFD, 0xFF, 0xCF, 0xFC, 0x7F, 0xC0, 0x01, 0xF0, 0x1F, 0xC0, 0xFF, 0x87, 0xF8, 0x3E,
0x01, 0xF0, 0x07, 0xFE, 0x1F, 0xFC, 0x7F, 0xF9, 0xF3, 0xE7, 0x87, 0xDE, 0x1F, 0x78, 0x7D, 0xFB,
0xE3, 0xFF, 0x8F, 0xFC, 0x0F, 0xE0, 0xFF, 0xFF, 0xFF, 0xFF, 0xFE, 0x03, 0xE0, 0x3E, 0x01, 0xF0,
0x1F, 0x00, 0xF0, 0x0F, 0x80, 0x7C, 0x03, 0xC0, 0x3E, 0x01, 0xF0, 0x0F, 0x00, 0x78, 0x07, 0xC0,
0x3E, 0x00, 0x0F, 0xE0, 0xFF, 0xC3, 0xFF, 0x9F, 0x3E, 0x78, 0x79, 0xF1, 0xE7, 0xCF, 0x8F, 0xFC,
0x1F, 0xE0, 0xFF, 0xC7, 0xFF, 0x9E, 0x1F, 0x78, 0x7D, 0xF3, 0xE7, 0xFF, 0x8F, 0xFC, 0x1F, 0xE0,
0x1F, 0xC0, 0xFF, 0xC7, 0xFF, 0x1F, 0x7E, 0xF8, 0x7B, 0xE1, 0xEF, 0x87, 0x9F, 0x3E, 0x7F, 0xF8,
0xFF, 0xE1, 0xFF, 0x80, 0x3E, 0x01, 0xF0, 0x3F, 0xC3, 0xFE, 0x0F, 0xF0, 0x3F, 0x00, 0x79, 0xFF,
0xDF, 0x78, 0x00, 0x00, 0x01, 0xE7, 0xFF, 0x7D, 0xE0, 0x79, 0xFF, 0xDF, 0x78, 0x00, 0x00, 0x00,
0x07, 0xDF, 0x7D, 0xE7, 0x9E, 0xF3, 0xC0, 0x00, 0xF0, 0x7F, 0x3F, 0xFF, 0xFF, 0xFF, 0xEF, 0xF0,
0xF8, 0x0F, 0xF0, 0xFF, 0xEF, 0xFF, 0x3F, 0xF0, 0x7F, 0x00, 0xF0, 0xFF, 0xFF, 0xFF, 0xFF, 0xF0,
0x00, 0x00, 0x0F, 0xFF, 0xFF, 0xFF, 0xFF, 0x70, 0x0F, 0xE0, 0xFF, 0xCF, 0xFF, 0x7F, 0xF0, 0xFF,
0x01, 0xF0, 0xFF, 0x7F, 0xFF, 0xFF, 0xFF, 0xCF, 0xE0, 0x70, 0x00, 0x7F, 0x9F, 0xF9, 0xFF, 0xB9,
0xF0, 0x3E, 0x07, 0xC0, 0xF8, 0x3E, 0x0F, 0x83, 0xF0, 0x7C, 0x0F, 0x01, 0xE0, 0x00, 0x07, 0x80,
0xF8, 0x3F, 0x03, 0xE0, 0x78, 0x00, 0x01, 0xFF, 0x00, 0x0F, 0xFF, 0x80, 0x3F, 0xFF, 0xC0, 0xFE,
0x3F, 0x83, 0xE0, 0x0F, 0x8F, 0x80, 0x0F, 0x9E, 0x3F, 0xCF, 0x78, 0xFF, 0xCE, 0xF3, 0xFF, 0x9D,
0xEF, 0xDF, 0x3B, 0xDE, 0x1E, 0x77, 0xBC, 0x3C, 0xEF, 0x78, 0x7B, 0xDE, 0xFD, 0xF7, 0xBC, 0xFF,
0xFE, 0x3D, 0xFF, 0xFC, 0x7C, 0xFF, 0xF0, 0x7C, 0x00, 0x00, 0xFF, 0x0C, 0x00, 0xFF, 0xFC, 0x00,
0x7F, 0xF8, 0x00, 0x3F, 0xF0, 0x00, 0x01, 0xE0, 0x00, 0xFC, 0x00, 0x3F, 0x00, 0x1F, 0xE0, 0x07,
0xF8, 0x03, 0xFF, 0x00, 0xF3, 0xC0, 0x7C, 0xF8, 0x1E, 0x3E, 0x07, 0x87, 0x83, 0xFF, 0xF0, 0xFF,
0xFC, 0x3F, 0xFF, 0x9F, 0x03, 0xE7, 0xC0, 0xFB, 0xE0, 0x1F, 0xF8, 0x07, 0xC0, 0xFF, 0xC3, 0xFF,
0xCF, 0xFF, 0xBC, 0x7E, 0xF0, 0x7B, 0xC1, 0xEF, 0x1F, 0xBF, 0xFC, 0xFF, 0xF3, 0xFF, 0xEF, 0x0F,
0xFC, 0x1F, 0xF0, 0x7F, 0xC7, 0xFF, 0xFF, 0xBF, 0xFE, 0xFF, 0xE0, 0x07, 0xFC, 0x3F, 0xFC, 0xFF,
0xF3, 0xF8, 0xE7, 0xC0, 0x1F, 0x00, 0x3E, 0x00, 0x7C, 0x00, 0xF8, 0x01, 0xF0, 0x03, 0xE0, 0x07,
0xC0, 0x07, 0xC0, 0x0F, 0xE3, 0x8F, 0xFF, 0x8F, 0xFF, 0x0F, 0xFC, 0xFF, 0xC0, 0xFF, 0xF0, 0xFF,
0xF8, 0xF1, 0xFC, 0xF0, 0x7E, 0xF0, 0x3E, 0xF0, 0x1E, 0xF0, 0x1E, 0xF0, 0x1F, 0xF0, 0x1E, 0xF0,
0x3E, 0xF0, 0x3E, 0xF0, 0x7E, 0xF1, 0xFC, 0xFF, 0xF8, 0xFF, 0xF0, 0xFF, 0xC0, 0xFF, 0xF7, 0xFF,
0xBF, 0xFD, 0xE0, 0x0F, 0x00, 0x78, 0x03, 0xC0, 0x1F, 0xFC, 0xFF, 0xE7, 0xFF, 0x3C, 0x01, 0xE0,
0x0F, 0x00, 0x78, 0x03, 0xFF, 0xFF, 0xFF, 0xFF, 0xF8, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x00, 0xF0,
0x0F, 0x00, 0xF0, 0x0F, 0xFE, 0xFF, 0xEF, 0xFE, 0xF0, 0x0F, 0x00, 0xF0, 0x0F, 0x00, 0xF0, 0x0F,
0x00, 0xF0, 0x00, 0x07, 0xFC, 0x3F, 0xFC, 0xFF, 0xFB, 0xF8, 0xE7, 0xC0, 0x1F, 0x00, 0x3E, 0x00,
0x7C, 0x00, 0xF8, 0x1F, 0xF0, 0x3F, 0xE0, 0x7F, 0xC0, 0xF7, 0xC1, 0xEF, 0xE3, 0xCF, 0xFF, 0x8F,
0xFF, 0x07, 0xFE, 0xF0, 0x3F, 0xE0, 0x7F, 0xC0, 0xFF, 0x81, 0xFF, 0x03, 0xFE, 0x07, 0xFC, 0x0F,
0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xC0, 0xFF, 0x81, 0xFF, 0x03, 0xFE, 0x07, 0xFC, 0x0F, 0xF8,
0x1F, 0xF0, 0x3E, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xF0, 0x01, 0xF0, 0x1F, 0x01,
0xF0, 0x1F, 0x01, 0xF0, 0x1F, 0x01, 0xF0, 0x1F, 0x01, 0xF0, 0x1F, 0x01, 0xF0, 0x1F, 0x01, 0xF7,
0x3E, 0xFF, 0xEF, 0xFC, 0x7F, 0x80, 0xF0, 0x7D, 0xE1, 0xF3, 0xC7, 0xE7, 0x9F, 0x8F, 0x7E, 0x1F,
0xF8, 0x3F, 0xE0, 0x7F, 0x80, 0xFF, 0x01, 0xFF, 0x03, 0xFF, 0x07, 0xBF, 0x0F, 0x3F, 0x1E, 0x3F,
0x3C, 0x3E, 0x78, 0x3E, 0xF0, 0x7E, 0xF0, 0x0F, 0x00, 0xF0, 0x0F, 0x00, 0xF0, 0x0F, 0x00, 0xF0,
0x0F, 0x00, 0xF0, 0x0F, 0x00, 0xF0, 0x0F, 0x00, 0xF0, 0x0F, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xF0,
0x7C, 0x03, 0xE7, 0xE0, 0x3E, 0x7E, 0x07, 0xE7, 0xF0, 0x7E, 0x7F, 0x0F, 0xE7, 0xF8, 0xFF, 0x7F,
0x9F, 0xF7, 0xFD, 0xFF, 0x7B, 0xDF, 0xF7, 0xBF, 0xDF, 0x79, 0xFD, 0xFF, 0x9F, 0x8F, 0xF9, 0xF8,
0xFF, 0x8F, 0x8F, 0xF8, 0xF0, 0xFF, 0x80, 0x0F, 0xF8, 0x00, 0xF0, 0xF0, 0x1F, 0xF0, 0x3F, 0xF0,
0x7F, 0xF0, 0xFF, 0xF1, 0xFF, 0xE3, 0xFF, 0xE7, 0xFB, 0xEF, 0xF7, 0xDF, 0xE7, 0xFF, 0xC7, 0xFF,
0x87, 0xFF, 0x0F, 0xFE, 0x0F, 0xFC, 0x0F, 0xF8, 0x1F, 0xF0, 0x1E, 0x07, 0xF8, 0x07, 0xFF, 0x83,
0xFF, 0xF1, 0xFC, 0xFC, 0x7C, 0x0F, 0xBE, 0x03, 0xEF, 0x80, 0x7F, 0xE0, 0x1F, 0xF8, 0x07, 0xFE,
0x01, 0xFF, 0x80, 0x7F, 0xE0, 0x3E, 0x7C, 0x0F, 0x9F, 0xCF, 0xE3, 0xFF, 0xF0, 0x7F, 0xF8, 0x07,
0xF8, 0x00, 0xFF, 0xC3, 0xFF, 0xCF, 0xFF, 0xBC, 0x7E, 0xF0, 0x7B, 0xC1, 0xFF, 0x07, 0xBC, 0x7E,
0xFF, 0xFB, 0xFF, 0xCF, 0xFC, 0x3C, 0x00, 0xF0, 0x03, 0xC0, 0x0F, 0x00, 0x3C, 0x00, 0xF0, 0x00,
0x07, 0xF8, 0x07, 0xFF, 0x83, 0xFF, 0xF1, 0xFC, 0xFC, 0x7C, 0x0F, 0xBE, 0x03, 0xEF, 0x80, 0x7F,
0xE0, 0x1F, 0xF8, 0x07, 0xFE, 0x01, 0xFF, 0x80, 0x7F, 0xE0, 0x3E, 0x7C, 0x0F, 0x9F, 0xCF, 0xE3,
0xFF, 0xF0, 0x7F, 0xF8, 0x0F, 0xF8, 0x00, 0x7C, 0x00, 0x0F, 0xE0, 0x03, 0xFE, 0x00, 0x7F, 0x00,
0x07, 0xC0, 0xFF, 0xC1, 0xFF, 0xE3, 0xFF, 0xE7, 0x8F, 0xCF, 0x0F, 0x9E, 0x0F, 0x3C, 0x3E, 0x78,
0xFC, 0xFF, 0xF9, 0xFF, 0xE3, 0xFF, 0x87, 0x9F, 0x0F, 0x1F, 0x1E, 0x3F, 0x3C, 0x3E, 0x78, 0x7E,
0xF0, 0x7C, 0x0F, 0xF0, 0xFF, 0xE7, 0xFF, 0x9F, 0x9C, 0x7C, 0x01, 0xF0, 0x07, 0xF8, 0x0F, 0xF8,
0x1F, 0xF0, 0x3F, 0xE0, 0x1F, 0xC0, 0x1F, 0x00, 0x7D, 0xE3, 0xF7, 0xFF, 0x9F, 0xFE, 0x3F, 0xE0,
0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xF8, 0x3E, 0x00, 0x7C, 0x00, 0xF8, 0x01, 0xF0, 0x03, 0xE0, 0x07,
0xC0, 0x0F, 0x80, 0x1F, 0x00, 0x3E, 0x00, 0x7C, 0x00, 0xF8, 0x01, 0xF0, 0x03, 0xE0, 0x07, 0xC0,
0xF8, 0x1F, 0xF0, 0x3F, 0xE0, 0x7F, 0xC0, 0xFF, 0x81, 0xFF, 0x03, 0xFE, 0x07, 0xFC, 0x0F, 0xF8,
0x1F, 0xF0, 0x3F, 0xE0, 0x7F, 0xC0, 0xF7, 0xC3, 0xEF, 0xCF, 0xDF, 0xFF, 0x1F, 0xFC, 0x0F, 0xF0,
0xF8, 0x07, 0xFF, 0x01, 0xF7, 0xC0, 0xF9, 0xF0, 0x3E, 0x3E, 0x0F, 0x0F, 0x87, 0xC3, 0xE1, 0xF0,
0x7C, 0x78, 0x1F, 0x3E, 0x03, 0xCF, 0x00, 0xFF, 0xC0, 0x3F, 0xF0, 0x07, 0xF8, 0x01, 0xFE, 0x00,
0x3F, 0x00, 0x0F, 0xC0, 0x01, 0xF0, 0x00, 0xF8, 0x00, 0x1E, 0xF8, 0x00, 0x1E, 0x7C, 0x3C, 0x3E,
0x7C, 0x7C, 0x3E, 0x7C, 0x7E, 0x3E, 0x7C, 0x7E, 0x3C, 0x3C, 0x7E, 0x3C, 0x3E, 0xFF, 0x7C, 0x3E,
0xFF, 0x7C, 0x3E, 0xEF, 0x78, 0x1F, 0xE7, 0xF8, 0x1F, 0xE7, 0xF8, 0x1F, 0xC7, 0xF0, 0x1F, 0xC3,
0xF0, 0x0F, 0xC3, 0xF0, 0x0F, 0x83, 0xF0, 0x0F, 0x81, 0xE0, 0xFC, 0x1F, 0x3F, 0x1F, 0x8F, 0x8F,
0x87, 0xEF, 0x81, 0xFF, 0xC0, 0x7F, 0xC0, 0x3F, 0xC0, 0x0F, 0xE0, 0x03, 0xE0, 0x03, 0xF8, 0x03,
0xFE, 0x03, 0xFF, 0x81, 0xF7, 0xC1, 0xF3, 0xF1, 0xF8, 0xFC, 0xF8, 0x3E, 0xF8, 0x1F, 0x80, 0xF8,
0x1F, 0xBE, 0x0F, 0x9F, 0x0F, 0x87, 0xC7, 0xC3, 0xE7, 0xC0, 0xFB, 0xE0, 0x7F, 0xE0, 0x1F, 0xF0,
0x07, 0xF0, 0x03, 0xF0, 0x00, 0xF8, 0x00, 0x7C, 0x00, 0x3E, 0x00, 0x1F, 0x00, 0x0F, 0x80, 0x07,
0xC0, 0x03, 0xE0, 0x00, 0x7F, 0xFE, 0xFF, 0xFD, 0xFF, 0xF0, 0x07, 0xE0, 0x1F, 0x80, 0x3E, 0x00,
0xF8, 0x03, 0xF0, 0x07, 0xC0, 0x1F, 0x00, 0x7C, 0x00, 0xF8, 0x03, 0xE0, 0x0F, 0x80, 0x1F, 0xFF,
0xFF, 0xFF, 0xFF, 0xFE, 0xFE, 0xFE, 0xFE, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0,
0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xF0, 0xFE, 0xFE, 0xFE, 0xF8, 0x07, 0xC0,
0x1E, 0x00, 0xF8, 0x07, 0xC0, 0x1E, 0x00, 0xF8, 0x07, 0xC0, 0x1E, 0x00, 0xF8, 0x03, 0xC0, 0x1E,
0x00, 0xF8, 0x03, 0xC0, 0x1E, 0x00, 0xF8, 0x03, 0xC0, 0x1E, 0x00, 0xF8, 0x03, 0xC0, 0x1E, 0x00,
0xF8, 0x03, 0xC0, 0x1E, 0x00, 0xF8, 0xFE, 0xFE, 0xFE, 0x1E, 0x1E, 0x1E, 0x1E, 0x1E, 0x1E, 0x1E,
0x1E, 0x1E, 0x1E, 0x1E, 0x1E, 0x1E, 0x1E, 0x1E, 0x1E, 0x1E, 0x1E, 0x1E, 0xFE, 0xFE, 0xFE, 0x07,
0x80, 0x3F, 0x00, 0xFE, 0x07, 0xF8, 0x3F, 0xF0, 0xFB, 0xC7, 0xCF, 0x9E, 0x1F, 0xF8, 0x7C, 0xC0,
0xC0, 0xFF, 0xFF, 0xFF, 0xFF, 0xFE, 0x30, 0xF1, 0xE1, 0xE1, 0xC1, 0x80, 0x3F, 0xC1, 0xFF, 0x8F,
0xFC, 0x63, 0xE0, 0x0F, 0x8F, 0xFD, 0xFF, 0xEF, 0xFF, 0x7C, 0xFB, 0xE7, 0xDF, 0xFE, 0xFF, 0xF3,
0xFF, 0x00, 0x78, 0x07, 0xC0, 0x3E, 0x01, 0xF0, 0x0F, 0x80, 0x7C, 0x03, 0xFF, 0x1F, 0xFE, 0xFF,
0xF7, 0xEF, 0xFE, 0x3F, 0xF0, 0xFF, 0x87, 0xFC, 0x3F, 0xE3, 0xFF, 0x3F, 0xFF, 0xF7, 0xFF, 0x1F,
0xF0, 0x1F, 0xE7, 0xFD, 0xFF, 0x7E, 0x6F, 0x81, 0xE0, 0x3C, 0x07, 0x80, 0xF8, 0x1F, 0x8D, 0xFF,
0x9F, 0xF1, 0xFE, 0x00, 0xF8, 0x07, 0xC0, 0x3E, 0x01, 0xF0, 0x0F, 0x80, 0x7C, 0x7F, 0xEF, 0xFF,
0x7F, 0xFF, 0xEF, 0xFE, 0x3F, 0xE1, 0xFF, 0x0F, 0xF8, 0x7F, 0xE3, 0xFF, 0x9F, 0x7F, 0xF9, 0xFF,
0xC7, 0xFC, 0x1F, 0xC1, 0xFF, 0x1F, 0xFD, 0xFB, 0xEF, 0x8F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xF8,
0x07, 0xE3, 0x9F, 0xFC, 0x7F, 0xE1, 0xFF, 0x00, 0x1F, 0xCF, 0xF7, 0xFD, 0xF2, 0xF8, 0x3E, 0x0F,
0xFB, 0xFE, 0xFF, 0xBE, 0x0F, 0x83, 0xE0, 0xF8, 0x3E, 0x0F, 0x83, 0xE0, 0xF8, 0x3E, 0x0F, 0x80,
0x1F, 0xF1, 0xFF, 0x9F, 0xFD, 0xF9, 0xEF, 0x8F, 0x78, 0x7B, 0xC3, 0xDE, 0x1E, 0xF8, 0xF7, 0xEF,
0x9F, 0xFC, 0xFF, 0xE3, 0xFF, 0x00, 0x79, 0xC7, 0xCF, 0xFE, 0x7F, 0xE3, 0xFE, 0x00, 0x78, 0x07,
0xC0, 0x3E, 0x01, 0xF0, 0x0F, 0x80, 0x7C, 0x03, 0xFF, 0x1F, 0xFC, 0xFF, 0xF7, 0xCF, 0xBE, 0x3D,
0xF1, 0xEF, 0x8F, 0x7C, 0x7B, 0xE3, 0xDF, 0x1E, 0xF8, 0xF7, 0xC7, 0xBE, 0x3C, 0x7F, 0xFE, 0xF0,
0x03, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFE, 0x0F, 0x1F, 0x1F, 0x0F, 0x00, 0x00, 0x1F,
0x1F, 0x1F, 0x1F, 0x1F, 0x1F, 0x1F, 0x1F, 0x1F, 0x1F, 0x1F, 0x1F, 0x1F, 0x1F, 0x1F, 0xFE, 0xFE,
0xFC, 0x78, 0x03, 0xE0, 0x0F, 0x80, 0x3E, 0x00, 0xF8, 0x03, 0xE0, 0x0F, 0x8F, 0xBE, 0x7C, 0xFB,
0xE3, 0xFF, 0x0F, 0xF8, 0x3F, 0xC0, 0xFF, 0x83, 0xFF, 0x0F, 0xFE, 0x3E, 0xF8, 0xF9, 0xF3, 0xE3,
0xEF, 0x8F, 0x80, 0x79, 0xF3, 0xE7, 0xCF, 0x9F, 0x3E, 0x7C, 0xF9, 0xF3, 0xE7, 0xCF, 0x9F, 0x3E,
0x7E, 0x7E, 0xFC, 0xF0, 0x7F, 0x9F, 0x9F, 0xFF, 0xFB, 0xFF, 0xFF, 0xFC, 0xFD, 0xFF, 0x9F, 0x1F,
0xF1, 0xE3, 0xFE, 0x3C, 0x7F, 0xC7, 0x8F, 0xF8, 0xF1, 0xFF, 0x1E, 0x3F, 0xE3, 0xC7, 0xFC, 0x78,
0xFF, 0x8F, 0x1E, 0x7F, 0xC7, 0xFF, 0x3F, 0xFD, 0xF3, 0xEF, 0x8F, 0x7C, 0x7B, 0xE3, 0xDF, 0x1E,
0xF8, 0xF7, 0xC7, 0xBE, 0x3D, 0xF1, 0xEF, 0x8F, 0x00, 0x1F, 0xC0, 0xFF, 0x87, 0xFF, 0x3F, 0x7E,
0xF8, 0xFB, 0xC1, 0xEF, 0x07, 0xBC, 0x1E, 0xF8, 0xFB, 0xF7, 0xE7, 0xFF, 0x0F, 0xF8, 0x1F, 0xC0,
0x7F, 0xC7, 0xFF, 0x3F, 0xFD, 0xF3, 0xFF, 0x8F, 0xFC, 0x3F, 0xE1, 0xFF, 0x0F, 0xF8, 0xFF, 0xEF,
0xFF, 0xFD, 0xFF, 0xEF, 0xFC, 0x7C, 0x03, 0xE0, 0x1F, 0x00, 0xF8, 0x07, 0xC0, 0x00, 0x1F, 0xF1,
0xFF, 0xDF, 0xFF, 0xF9, 0xFF, 0x8F, 0xF8, 0x7F, 0xC3, 0xFE, 0x1F, 0xF8, 0xFF, 0xE7, 0xDF, 0xFE,
0xFF, 0xF1, 0xFF, 0x80, 0x7C, 0x03, 0xE0, 0x1F, 0x00, 0xF8, 0x07, 0xC0, 0x7F, 0xFF, 0xEF, 0xFB,
0xE6, 0xF8, 0x3E, 0x0F, 0x83, 0xE0, 0xF8, 0x3E, 0x0F, 0x83, 0xE0, 0xF8, 0x00, 0x1F, 0xE3, 0xFE,
0x7F, 0xC7, 0xCC, 0x7F, 0x07, 0xFE, 0x7F, 0xE3, 0xFE, 0x03, 0xE7, 0x1E, 0x7F, 0xE7, 0xFC, 0x7F,
0x80, 0xF8, 0x3E, 0x0F, 0x83, 0xE0, 0xFF, 0xBF, 0xEF, 0xFB, 0xE0, 0xF8, 0x3E, 0x0F, 0x83, 0xE0,
0xF8, 0x3F, 0x27, 0xF9, 0xFF, 0x3F, 0x80, 0xF8, 0xFF, 0x8F, 0xF8, 0xFF, 0x8F, 0xF8, 0xFF, 0x8F,
0xF8, 0xFF, 0x8F, 0xF8, 0xF7, 0xCF, 0x7F, 0xF3, 0xFF, 0x1F, 0xF0, 0xF8, 0x7F, 0xE1, 0xE7, 0x87,
0x9F, 0x3E, 0x7C, 0xF0, 0xF3, 0xC3, 0xDF, 0x0F, 0xF8, 0x1F, 0xE0, 0x7F, 0x00, 0xFC, 0x03, 0xF0,
0x07, 0x80, 0xF8, 0xF1, 0xFF, 0x8F, 0x1E, 0x78, 0xF1, 0xE7, 0x9F, 0x3E, 0x7D, 0xFB, 0xC3, 0xDF,
0xBC, 0x3F, 0xFB, 0xC3, 0xFF, 0xF8, 0x1F, 0xBF, 0x81, 0xF9, 0xF8, 0x1F, 0x9F, 0x00, 0xF1, 0xF0,
0x0F, 0x0F, 0x00, 0xF8, 0x79, 0xF3, 0xE3, 0xFF, 0x0F, 0xF8, 0x1F, 0xE0, 0x3F, 0x00, 0xF8, 0x03,
0xF0, 0x1F, 0xE0, 0xFF, 0xC7, 0xCF, 0x1E, 0x3E, 0xF8, 0x7C, 0xF8, 0x7F, 0xE1, 0xE7, 0x87, 0x9F,
0x3E, 0x7C, 0xF0, 0xF3, 0xC3, 0xFF, 0x0F, 0xF8, 0x1F, 0xE0, 0x7F, 0x80, 0xFC, 0x03, 0xF0, 0x07,
0x80, 0x3E, 0x05, 0xF0, 0x3F, 0xC0, 0xFE, 0x03, 0xF0, 0x00, 0x7F, 0xF7, 0xFF, 0x7F, 0xF0, 0x3E,
0x07, 0xC0, 0xF8, 0x0F, 0x81, 0xF0, 0x3E, 0x07, 0xC0, 0x7F, 0xFF, 0xFF, 0xFF, 0xF0, 0x07, 0x87,
0xE1, 0xF8, 0x7C, 0x1E, 0x07, 0x81, 0xE0, 0x78, 0x1E, 0x0F, 0x83, 0xE3, 0xF0, 0xF8, 0x3F, 0x03,
0xE0, 0xF8, 0x1E, 0x07, 0x81, 0xE0, 0x78, 0x1E, 0x07, 0xC1, 0xF8, 0x7E, 0x07, 0x80, 0xFF, 0xFF,
0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xF0, 0xF8, 0x7E, 0x3F, 0x07, 0xC3,
0xE1, 0xF0, 0xF8, 0x7C, 0x3E, 0x1F, 0x07, 0xC3, 0xF0, 0xF8, 0xFC, 0x7C, 0x7C, 0x3E, 0x1F, 0x0F,
0x87, 0xC3, 0xE1, 0xF3, 0xF1, 0xF8, 0xF8, 0x00, 0x3E, 0x1D, 0xFE, 0xF7, 0xFF, 0xBD, 0xFE, 0xF1,
0xF0, 0x77, 0xFF, 0xF7, 0x01, 0xCF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xC0, 0x0F, 0x81, 0xF0,
0x3E, 0x0F, 0xF3, 0xFE, 0xFF, 0xBF, 0x37, 0xC0, 0xF0, 0x1E, 0x03, 0xE0, 0x7E, 0x37, 0xFE, 0xFF,
0xC7, 0xF8, 0x7C, 0x0F, 0x81, 0xF0, 0x07, 0xF0, 0x7F, 0x87, 0xFC, 0x3E, 0x63, 0xE0, 0x1F, 0x00,
0xF8, 0x1F, 0xFC, 0xFF, 0xE7, 0xFF, 0x0F, 0x80, 0x7C, 0x03, 0xE0, 0x1E, 0x00, 0xFF, 0xE7, 0xFF,
0x3F, 0xF8, 0x00, 0x00, 0xC0, 0xC7, 0xFF, 0x9F, 0xFF, 0x3F, 0xF8, 0xF3, 0xC3, 0xC7, 0x8F, 0x1E,
0x3C, 0xF0, 0xFF, 0xE7, 0xFF, 0xDF, 0xFE, 0x30, 0x30, 0x7C, 0x3E, 0x7C, 0x3E, 0x3E, 0x3C, 0x3E,
0x7C, 0x1F, 0x78, 0x1F, 0xF8, 0x0F, 0xF0, 0x0F, 0xF0, 0x3F, 0xFC, 0x3F, 0xFC, 0x03, 0xC0, 0x03,
0xC0, 0x3F, 0xFC, 0x3F, 0xFC, 0x03, 0xC0, 0x03, 0xC0, 0x03, 0xC0, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
0x00, 0x00, 0x0F, 0xFF, 0xFF, 0xFF, 0xFF, 0xF0, 0x1F, 0xF1, 0xFF, 0x8F, 0xFC, 0xF8, 0xC7, 0xC0,
0x3F, 0x80, 0xFF, 0x07, 0xFC, 0x7F, 0xF3, 0xDF, 0x9E, 0x3C, 0xF1, 0xE7, 0xEF, 0x3F, 0xF8, 0xFF,
0x83, 0xFC, 0x07, 0xF0, 0x0F, 0x9C, 0x7C, 0xFF, 0xEF, 0xFE, 0x3F, 0xE0, 0x79, 0xCF, 0x7D, 0xEF,
0xBC, 0xE0, 0x07, 0xF8, 0x07, 0xFF, 0x03, 0xF3, 0xF1, 0xF0, 0x3C, 0x7B, 0xF7, 0xBD, 0xFC, 0xEF,
0x7F, 0x3F, 0x9E, 0xC7, 0xEF, 0x01, 0xFB, 0xC0, 0x7E, 0x7B, 0x1F, 0xDF, 0xCF, 0xF7, 0xFB, 0x9E,
0xFD, 0xE7, 0xC0, 0xF0, 0xFC, 0xFC, 0x1F, 0xFC, 0x01, 0xFE, 0x00, 0x7F, 0x1F, 0xE2, 0x78, 0x7E,
0x7F, 0xBF, 0xEF, 0x3B, 0xCE, 0x7F, 0x9F, 0xE0, 0x00, 0x10, 0x1C, 0x78, 0x7C, 0xF1, 0xF3, 0xE7,
0xCF, 0x8F, 0x9F, 0x3E, 0x7C, 0x3E, 0x7C, 0x7C, 0xF8, 0x7C, 0xF8, 0x7C, 0xF0, 0x71, 0xE0, 0x81,
0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xF0, 0x0F, 0x00, 0xF0, 0x0F, 0x00, 0xF0, 0x0F, 0x00, 0xF0, 0xFF,
0xFF, 0xFF, 0x07, 0xF8, 0x07, 0xFF, 0x03, 0xF3, 0xF1, 0xF0, 0x3C, 0x7F, 0xF7, 0xBD, 0xFC, 0xEF,
0x77, 0xBF, 0x9D, 0xE7, 0xE7, 0xF9, 0xF9, 0xFC, 0x7E, 0x77, 0x1F, 0xDD, 0xCF, 0xF7, 0x3B, 0x9F,
0xCF, 0xE7, 0xC0, 0xF0, 0xFC, 0xFC, 0x1F, 0xFC, 0x01, 0xFE, 0x00, 0xFF, 0xFF, 0xFF, 0xE0, 0x3E,
0x3F, 0xBD, 0xFE, 0xFF, 0x7B, 0xF8, 0xF8, 0x0F, 0x00, 0xF0, 0x0F, 0x00, 0xF0, 0xFF, 0xFF, 0xFF,
0xFF, 0xF0, 0xF0, 0x0F, 0x00, 0xF0, 0x0F, 0x00, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xF0, 0x7E, 0x7F,
0x9B, 0xC1, 0xE1, 0xF1, 0xF1, 0xF0, 0xF0, 0x7F, 0x7F, 0x80, 0x7E, 0xFF, 0x6F, 0x0F, 0x3E, 0x3F,
0x0F, 0x47, 0xFF, 0xFE, 0x18, 0x78, 0xF3, 0xC7, 0x0C, 0x00, 0xF8, 0xF7, 0xC7, 0xBE, 0x3D, 0xF1,
0xEF, 0x8F, 0x7C, 0x7B, 0xE3, 0xDF, 0x1E, 0xF8, 0xF7, 0xE7, 0xBF, 0xFD, 0xFF, 0xEF, 0xFF, 0x7C,
0x03, 0xE0, 0x1F, 0x00, 0xF8, 0x07, 0xC0, 0x00, 0x07, 0xF8, 0x7F, 0xFD, 0xFF, 0xFF, 0xFF, 0xFF,
0xF9, 0xFF, 0xF3, 0xFF, 0xE7, 0xFF, 0xCF, 0xFF, 0x9E, 0xFF, 0x3C, 0xFE, 0x78, 0x7C, 0xF0, 0x79,
0xE0, 0xF3, 0xC1, 0xE7, 0x83, 0xCF, 0x07, 0x9E, 0x0F, 0x3C, 0x1E, 0x78, 0x3C, 0xF0, 0x79, 0xE0,
0xF3, 0xC1, 0xE7, 0x80, 0x79, 0xFF, 0xDF, 0x78, 0x38, 0xE7, 0xC7, 0xFF, 0xFF, 0x00, 0x1E, 0xFD,
0xFB, 0xF0, 0xE1, 0xC3, 0x87, 0x0E, 0x1C, 0x1F, 0x87, 0xF9, 0xEF, 0x38, 0xFF, 0x1F, 0xE3, 0xDC,
0x7B, 0xDE, 0x3F, 0xC3, 0xF0, 0x10, 0x00, 0xF1, 0xC1, 0xE7, 0xC3, 0xE7, 0xC3, 0xEF, 0x87, 0xCF,
0x87, 0xCF, 0x9F, 0x3E, 0x3E, 0xF8, 0xF9, 0xF1, 0xE7, 0xC3, 0xC7, 0x01, 0x00, 0x00, 0x1E, 0x07,
0x81, 0xF8, 0x1E, 0x0F, 0xE0, 0xF0, 0x1F, 0x83, 0xC0, 0x1E, 0x1E, 0x00, 0x78, 0x78, 0x01, 0xE3,
0xC0, 0x07, 0x8F, 0x1E, 0x1E, 0x78, 0xF8, 0x79, 0xE7, 0xE0, 0x0F, 0x1F, 0x80, 0x3C, 0xEE, 0x01,
0xE7, 0xB8, 0x07, 0x9F, 0xF0, 0x3C, 0x7F, 0xC0, 0xF0, 0x0E, 0x07, 0x80, 0x38, 0x3E, 0x00, 0x00,
0x1E, 0x07, 0x03, 0xF0, 0x78, 0x3F, 0x83, 0xC0, 0xFC, 0x3C, 0x01, 0xE3, 0xE0, 0x0F, 0x1E, 0x00,
0x79, 0xF0, 0x03, 0xCF, 0x7E, 0x1E, 0xFF, 0xF8, 0xF7, 0x9B, 0xC0, 0x7C, 0x1E, 0x03, 0xC1, 0xF0,
0x3E, 0x1F, 0x01, 0xE1, 0xF0, 0x1F, 0x0F, 0x00, 0xF0, 0xFF, 0x0F, 0x87, 0xF8, 0x78, 0x00, 0x00,
0x7E, 0x03, 0xC1, 0xFC, 0x1E, 0x06, 0xF0, 0x78, 0x03, 0xC3, 0xC0, 0x3E, 0x0F, 0x00, 0xFC, 0x78,
0x00, 0x71, 0xE0, 0x19, 0xCF, 0x1E, 0xFF, 0x3C, 0xFB, 0xF9, 0xE7, 0xE0, 0x07, 0x9F, 0x80, 0x3C,
0xEE, 0x00, 0xF7, 0xB8, 0x07, 0x9F, 0xF0, 0x1E, 0x7F, 0xC0, 0xF0, 0x0E, 0x03, 0xC0, 0x38, 0x1E,
0x00, 0x00, 0x0F, 0x01, 0xF0, 0x3E, 0x07, 0xC0, 0xF0, 0x00, 0x03, 0xC0, 0x78, 0x1F, 0x03, 0xE0,
0xF8, 0x3E, 0x0F, 0x81, 0xF0, 0x3F, 0x73, 0xFF, 0x7F, 0xE7, 0xF8, 0x01, 0x80, 0x00, 0xF0, 0x00,
0x3E, 0x00, 0x07, 0xC0, 0x00, 0xF0, 0x00, 0x18, 0x00, 0x00, 0x00, 0x07, 0x80, 0x03, 0xF0, 0x00,
0xFC, 0x00, 0x7F, 0x80, 0x1F, 0xE0, 0x0F, 0xFC, 0x03, 0xCF, 0x01, 0xF3, 0xE0, 0x78, 0xF8, 0x1E,
0x1E, 0x0F, 0xFF, 0xC3, 0xFF, 0xF0, 0xFF, 0xFE, 0x7C, 0x0F, 0x9F, 0x03, 0xEF, 0x80, 0x7F, 0xE0,
0x1F, 0x00, 0x60, 0x00, 0x3C, 0x00, 0x1F, 0x00, 0x0F, 0x80, 0x03, 0xC0, 0x00, 0x60, 0x00, 0x00,
0x00, 0x07, 0x80, 0x03, 0xF0, 0x00, 0xFC, 0x00, 0x7F, 0x80, 0x1F, 0xE0, 0x0F, 0xFC, 0x03, 0xCF,
0x01, 0xF3, 0xE0, 0x78, 0xF8, 0x1E, 0x1E, 0x0F, 0xFF, 0xC3, 0xFF, 0xF0, 0xFF, 0xFE, 0x7C, 0x0F,
0x9F, 0x03, 0xEF, 0x80, 0x7F, 0xE0, 0x1F, 0x00, 0xC0, 0x00, 0x78, 0x00, 0x3F, 0x00, 0x1F, 0xE0,
0x03, 0x30, 0x00, 0x00, 0x00, 0x1E, 0x00, 0x0F, 0xC0, 0x03, 0xF0, 0x01, 0xFE, 0x00, 0x7F, 0x80,
0x3F, 0xF0, 0x0F, 0x3C, 0x07, 0xCF, 0x81, 0xE3, 0xE0, 0x78, 0x78, 0x3F, 0xFF, 0x0F, 0xFF, 0xC3,
0xFF, 0xF9, 0xF0, 0x3E, 0x7C, 0x0F, 0xBE, 0x01, 0xFF, 0x80, 0x7C, 0x03, 0xD8, 0x01, 0xFF, 0x00,
0xFF, 0x80, 0x1B, 0xE0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1E, 0x00, 0x0F, 0xC0, 0x03, 0xF0, 0x01,
0xFE, 0x00, 0x7F, 0x80, 0x3F, 0xF0, 0x0F, 0x3C, 0x07, 0xCF, 0x81, 0xE3, 0xE0, 0x78, 0x78, 0x3F,
0xFF, 0x0F, 0xFF, 0xC3, 0xFF, 0xF9, 0xF0, 0x3E, 0x7C, 0x0F, 0xBE, 0x01, 0xFF, 0x80, 0x7C, 0x0F,
0x38, 0x03, 0xDF, 0x00, 0xF7, 0xC0, 0x3C, 0xE0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1E, 0x00, 0x0F,
0xC0, 0x03, 0xF0, 0x01, 0xFE, 0x00, 0x7F, 0x80, 0x3F, 0xF0, 0x0F, 0x3C, 0x07, 0xCF, 0x81, 0xE3,
0xE0, 0x78, 0x78, 0x3F, 0xFF, 0x0F, 0xFF, 0xC3, 0xFF, 0xF9, 0xF0, 0x3E, 0x7C, 0x0F, 0xBE, 0x01,
0xFF, 0x80, 0x7C, 0x01, 0xE0, 0x00, 0xFC, 0x00, 0x3F, 0x00, 0x0F, 0xC0, 0x03, 0xF0, 0x00, 0xFC,
0x00, 0x3F, 0x00, 0x1F, 0xE0, 0x07, 0xF8, 0x01, 0xFE, 0x00, 0xFF, 0xC0, 0x3C, 0xF0, 0x1F, 0x3E,
0x07, 0x8F, 0x81, 0xE1, 0xE0, 0xFF, 0xFC, 0x3F, 0xFF, 0x1F, 0xFF, 0xE7, 0xC0, 0xF9, 0xE0, 0x3E,
0xF8, 0x07, 0xFE, 0x01, 0xF0, 0x00, 0x3F, 0xFF, 0x00, 0x7F, 0xFF, 0x00, 0x7F, 0xFF, 0x00, 0xFF,
0x00, 0x01, 0xFF, 0x00, 0x01, 0xEF, 0x00, 0x03, 0xEF, 0x00, 0x07, 0xCF, 0xFE, 0x07, 0xCF, 0xFE,
0x0F, 0x8F, 0xFE, 0x0F, 0xFF, 0x00, 0x1F, 0xFF, 0x00, 0x3F, 0xFF, 0x00, 0x3E, 0x0F, 0x00, 0x7C,
0x0F, 0xFF, 0x7C, 0x0F, 0xFF, 0xF8, 0x0F, 0xFF, 0x07, 0xFC, 0x3F, 0xFC, 0xFF, 0xF3, 0xF8, 0xE7,
0xC0, 0x1F, 0x00, 0x3E, 0x00, 0x7C, 0x00, 0xF8, 0x01, 0xF0, 0x03, 0xE0, 0x07, 0xC0, 0x07, 0xC0,
0x0F, 0xE3, 0x8F, 0xFF, 0x8F, 0xFF, 0x07, 0xFC, 0x03, 0x80, 0x07, 0x80, 0x07, 0x00, 0x7E, 0x00,
0xF8, 0x00, 0x0C, 0x00, 0xF0, 0x07, 0xC0, 0x1F, 0x00, 0x78, 0x01, 0x80, 0x00, 0x1F, 0xFE, 0xFF,
0xF7, 0xFF, 0xBC, 0x01, 0xE0, 0x0F, 0x00, 0x78, 0x03, 0xFF, 0x9F, 0xFC, 0xFF, 0xE7, 0x80, 0x3C,
0x01, 0xE0, 0x0F, 0x00, 0x7F, 0xFF, 0xFF, 0xFF, 0xFF, 0x03, 0x00, 0x3C, 0x03, 0xE0, 0x3E, 0x01,
0xE0, 0x06, 0x00, 0x00, 0x1F, 0xFE, 0xFF, 0xF7, 0xFF, 0xBC, 0x01, 0xE0, 0x0F, 0x00, 0x78, 0x03,
0xFF, 0x9F, 0xFC, 0xFF, 0xE7, 0x80, 0x3C, 0x01, 0xE0, 0x0F, 0x00, 0x7F, 0xFF, 0xFF, 0xFF, 0xFF,
0x06, 0x00, 0x78, 0x0F, 0xE0, 0x7F, 0x83, 0x98, 0x00, 0x03, 0xFF, 0xDF, 0xFE, 0xFF, 0xF7, 0x80,
0x3C, 0x01, 0xE0, 0x0F, 0x00, 0x7F, 0xF3, 0xFF, 0x9F, 0xFC, 0xF0, 0x07, 0x80, 0x3C, 0x01, 0xE0,
0x0F, 0xFF, 0xFF, 0xFF, 0xFF, 0xE0, 0x79, 0xC3, 0xDF, 0x1E, 0xF8, 0xF3, 0x80, 0x00, 0x00, 0x03,
0xFF, 0xDF, 0xFE, 0xFF, 0xF7, 0x80, 0x3C, 0x01, 0xE0, 0x0F, 0x00, 0x7F, 0xF3, 0xFF, 0x9F, 0xFC,
0xF0, 0x07, 0x80, 0x3C, 0x01, 0xE0, 0x0F, 0xFF, 0xFF, 0xFF, 0xFF, 0xE0, 0x30, 0xF1, 0xF1, 0xF1,
0xE1, 0x80, 0x1E, 0x3C, 0x78, 0xF1, 0xE3, 0xC7, 0x8F, 0x1E, 0x3C, 0x78, 0xF1, 0xE3, 0xC7, 0x8F,
0x1E, 0x18, 0x79, 0xF7, 0xCF, 0x0C, 0x00, 0x3C, 0x78, 0xF1, 0xE3, 0xC7, 0x8F, 0x1E, 0x3C, 0x78,
0xF1, 0xE3, 0xC7, 0x8F, 0x1E, 0x3C, 0x18, 0x3C, 0x7E, 0xFF, 0x66, 0x00, 0x3C, 0x3C, 0x3C, 0x3C,
0x3C, 0x3C, 0x3C, 0x3C, 0x3C, 0x3C, 0x3C, 0x3C, 0x3C, 0x3C, 0x3C, 0x3C, 0x3C, 0xF3, 0xFC, 0xFF,
0x3F, 0xCF, 0x00, 0x00, 0x01, 0xE0, 0x78, 0x1E, 0x07, 0x81, 0xE0, 0x78, 0x1E, 0x07, 0x81, 0xE0,
0x78, 0x1E, 0x07, 0x81, 0xE0, 0x78, 0x1E, 0x07, 0x81, 0xE0, 0x3F, 0xF8, 0x0F, 0xFF, 0x83, 0xFF,
0xF0, 0xF9, 0xFE, 0x3E, 0x0F, 0x8F, 0x83, 0xE3, 0xE0, 0x7F, 0xFF, 0x1F, 0xFF, 0xC7, 0xFF, 0xF1,
0xF3, 0xE0, 0x7C, 0xF8, 0x3E, 0x3E, 0x1F, 0x8F, 0x9F, 0xC3, 0xFF, 0xF0, 0xFF, 0xF0, 0x3F, 0xF8,
0x00, 0x0F, 0x70, 0x3F, 0xE0, 0x7F, 0xC0, 0xEF, 0x00, 0x00, 0x00, 0x00, 0x3C, 0x07, 0xFC, 0x0F,
0xFC, 0x1F, 0xFC, 0x3F, 0xFC, 0x7F, 0xF8, 0xFF, 0xF9, 0xFE, 0xFB, 0xFD, 0xF7, 0xF9, 0xFF, 0xF1,
0xFF, 0xE1, 0xFF, 0xC3, 0xFF, 0x83, 0xFF, 0x03, 0xFE, 0x07, 0xFC, 0x07, 0x80, 0x01, 0x80, 0x00,
0xF0, 0x00, 0x3E, 0x00, 0x07, 0xC0, 0x00, 0xF0, 0x00, 0x18, 0x00, 0x00, 0x00, 0x1F, 0xE0, 0x1F,
0xFE, 0x0F, 0xFF, 0xC7, 0xF3, 0xF1, 0xF0, 0x3E, 0xF8, 0x0F, 0xBE, 0x01, 0xFF, 0x80, 0x7F, 0xE0,
0x1F, 0xF8, 0x07, 0xFE, 0x01, 0xFF, 0x80, 0xF9, 0xF0, 0x3E, 0x7F, 0x3F, 0x8F, 0xFF, 0xC1, 0xFF,
0xE0, 0x1F, 0xE0, 0x00, 0x60, 0x00, 0x3C, 0x00, 0x1F, 0x00, 0x0F, 0x80, 0x03, 0xC0, 0x00, 0x60,
0x00, 0x00, 0x00, 0x1F, 0xE0, 0x1F, 0xFE, 0x0F, 0xFF, 0xC7, 0xF3, 0xF1, 0xF0, 0x3E, 0xF8, 0x0F,
0xBE, 0x01, 0xFF, 0x80, 0x7F, 0xE0, 0x1F, 0xF8, 0x07, 0xFE, 0x01, 0xFF, 0x80, 0xF9, 0xF0, 0x3E,
0x7F, 0x3F, 0x8F, 0xFF, 0xC1, 0xFF, 0xE0, 0x1F, 0xE0, 0x00, 0xC0, 0x00, 0x78, 0x00, 0x7F, 0x00,
0x1F, 0xE0, 0x07, 0x30, 0x00, 0x00, 0x00, 0x7F, 0x80, 0x7F, 0xF8, 0x3F, 0xFF, 0x1F, 0xCF, 0xC7,
0xC0, 0xFB, 0xE0, 0x3E, 0xF8, 0x07, 0xFE, 0x01, 0xFF, 0x80, 0x7F, 0xE0, 0x1F, 0xF8, 0x07, 0xFE,
0x03, 0xE7, 0xC0, 0xF9, 0xFC, 0xFE, 0x3F, 0xFF, 0x07, 0xFF, 0x80, 0x7F, 0x80, 0x07, 0xD8, 0x01,
0xFF, 0x00, 0xFF, 0x80, 0x1B, 0xC0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7F, 0x80, 0x7F, 0xF8, 0x3F,
0xFF, 0x1F, 0xCF, 0xC7, 0xC0, 0xFB, 0xE0, 0x3E, 0xF8, 0x07, 0xFE, 0x01, 0xFF, 0x80, 0x7F, 0xE0,
0x1F, 0xF8, 0x07, 0xFE, 0x03, 0xE7, 0xC0, 0xF9, 0xFC, 0xFE, 0x3F, 0xFF, 0x07, 0xFF, 0x80, 0x7F,
0x80, 0x0F, 0x38, 0x03, 0xDF, 0x00, 0xF7, 0xC0, 0x3C, 0xE0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7F,
0x80, 0x7F, 0xF8, 0x3F, 0xFF, 0x1F, 0xCF, 0xC7, 0xC0, 0xFB, 0xE0, 0x3E, 0xF8, 0x07, 0xFE, 0x01,
0xFF, 0x80, 0x7F, 0xE0, 0x1F, 0xF8, 0x07, 0xFE, 0x03, 0xE7, 0xC0, 0xF9, 0xFC, 0xFE, 0x3F, 0xFF,
0x07, 0xFF, 0x80, 0x7F, 0x80, 0x30, 0xC7, 0x9E, 0xFF, 0xF7, 0xFE, 0x3F, 0xC1, 0xF8, 0x3F, 0xC7,
0xFE, 0xFF, 0xF7, 0x9E, 0x30, 0xC0, 0x00, 0x03, 0x01, 0xFF, 0xE1, 0xFF, 0xF8, 0xFF, 0xFC, 0x7F,
0x3F, 0x1F, 0x0F, 0xEF, 0x87, 0xFB, 0xE3, 0xFF, 0xF8, 0xF7, 0xFE, 0x79, 0xFF, 0xBC, 0x7F, 0xFE,
0x1F, 0xFF, 0x8F, 0x9F, 0xC3, 0xE7, 0xF3, 0xF8, 0xFF, 0xFC, 0x7F, 0xFE, 0x1F, 0xFE, 0x03, 0x00,
0x00, 0x06, 0x00, 0x1E, 0x00, 0x3E, 0x00, 0x3E, 0x00, 0x3C, 0x00, 0x30, 0x00, 0x00, 0x7C, 0x0F,
0xF8, 0x1F, 0xF0, 0x3F, 0xE0, 0x7F, 0xC0, 0xFF, 0x81, 0xFF, 0x03, 0xFE, 0x07, 0xFC, 0x0F, 0xF8,
0x1F, 0xF0, 0x3F, 0xE0, 0x7B, 0xE1, 0xF7, 0xE7, 0xEF, 0xFF, 0x8F, 0xFE, 0x07, 0xF8, 0x00, 0xC0,
0x03, 0xC0, 0x0F, 0x80, 0x3E, 0x00, 0x78, 0x00, 0x60, 0x00, 0x00, 0x7C, 0x0F, 0xF8, 0x1F, 0xF0,
0x3F, 0xE0, 0x7F, 0xC0, 0xFF, 0x81, 0xFF, 0x03, 0xFE, 0x07, 0xFC, 0x0F, 0xF8, 0x1F, 0xF0, 0x3F,
0xE0, 0x7B, 0xE1, 0xF7, 0xE7, 0xEF, 0xFF, 0x8F, 0xFE, 0x07, 0xF8, 0x01, 0x80, 0x07, 0x80, 0x3F,
0x80, 0x7F, 0x80, 0xE6, 0x00, 0x00, 0x3E, 0x07, 0xFC, 0x0F, 0xF8, 0x1F, 0xF0, 0x3F, 0xE0, 0x7F,
0xC0, 0xFF, 0x81, 0xFF, 0x03, 0xFE, 0x07, 0xFC, 0x0F, 0xF8, 0x1F, 0xF0, 0x3D, 0xF0, 0xFB, 0xF3,
0xF7, 0xFF, 0xC7, 0xFF, 0x03, 0xFC, 0x00, 0x1E, 0x70, 0x3D, 0xF0, 0x7B, 0xE0, 0xF3, 0x80, 0x00,
0x00, 0x00, 0x3E, 0x07, 0xFC, 0x0F, 0xF8, 0x1F, 0xF0, 0x3F, 0xE0, 0x7F, 0xC0, 0xFF, 0x81, 0xFF,
0x03, 0xFE, 0x07, 0xFC, 0x0F, 0xF8, 0x1F, 0xF0, 0x3D, 0xF0, 0xFB, 0xF3, 0xF7, 0xFF, 0xC7, 0xFF,
0x03, 0xFC, 0x00, 0x00, 0x60, 0x00, 0x78, 0x00, 0x7C, 0x00, 0x7C, 0x00, 0x3C, 0x00, 0x0C, 0x00,
0x00, 0x01, 0xF0, 0x3F, 0x7C, 0x1F, 0x3E, 0x1F, 0x0F, 0x8F, 0x87, 0xCF, 0x81, 0xF7, 0xC0, 0xFF,
0xC0, 0x3F, 0xE0, 0x0F, 0xE0, 0x07, 0xE0, 0x01, 0xF0, 0x00, 0xF8, 0x00, 0x7C, 0x00, 0x3E, 0x00,
0x1F, 0x00, 0x0F, 0x80, 0x07, 0xC0, 0xF0, 0x03, 0xC0, 0x0F, 0xFC, 0x3F, 0xFC, 0xFF, 0xFB, 0xC7,
0xEF, 0x0F, 0xBC, 0x1F, 0xF0, 0x7F, 0xC3, 0xEF, 0x1F, 0xBF, 0xFE, 0xFF, 0xF3, 0xFF, 0x0F, 0x00,
0x3C, 0x00, 0xF0, 0x00, 0x1F, 0xC0, 0x7F, 0xE1, 0xFF, 0xC3, 0xE7, 0xC7, 0x8F, 0x9F, 0x1E, 0x3E,
0x7C, 0x7C, 0xF0, 0xFB, 0xC1, 0xF7, 0x83, 0xEF, 0xC7, 0xDF, 0xCF, 0x9F, 0xDF, 0x0F, 0xFE, 0x0F,
0xFD, 0x9F, 0xFB, 0xFF, 0xF7, 0xFB, 0xEF, 0xE0, 0x06, 0x00, 0x78, 0x03, 0xE0, 0x0F, 0x00, 0x38,
0x00, 0xC0, 0x00, 0x07, 0xF8, 0x3F, 0xF1, 0xFF, 0x8C, 0x7C, 0x01, 0xF1, 0xFF, 0xBF, 0xFD, 0xFF,
0xEF, 0x9F, 0x7C, 0xFB, 0xFF, 0xDF, 0xFE, 0x7F, 0xE0, 0x01, 0x80, 0x1E, 0x01, 0xF0, 0x1F, 0x00,
0xF0, 0x03, 0x00, 0x00, 0x07, 0xF8, 0x3F, 0xF1, 0xFF, 0x8C, 0x7C, 0x01, 0xF1, 0xFF, 0xBF, 0xFD,
0xFF, 0xEF, 0x9F, 0x7C, 0xFB, 0xFF, 0xDF, 0xFE, 0x7F, 0xE0, 0x07, 0x00, 0x7C, 0x07, 0xF0, 0x7F,
0xC1, 0x8C, 0x00, 0x00, 0xFF, 0x07, 0xFE, 0x3F, 0xF1, 0x8F, 0x80, 0x3E, 0x3F, 0xF7, 0xFF, 0xBF,
0xFD, 0xF3, 0xEF, 0x9F, 0x7F, 0xFB, 0xFF, 0xCF, 0xFC, 0x1F, 0x61, 0xFF, 0x8F, 0xF8, 0x37, 0x80,
0x00, 0x00, 0x00, 0xFF, 0x07, 0xFE, 0x3F, 0xF1, 0x8F, 0x80, 0x3E, 0x3F, 0xF7, 0xFF, 0xBF, 0xFD,
0xF3, 0xEF, 0x9F, 0x7F, 0xFB, 0xFF, 0xCF, 0xFC, 0x3C, 0xE1, 0xEF, 0x8F, 0x7C, 0x79, 0xC0, 0x00,
0x00, 0x00, 0xFF, 0x07, 0xFE, 0x3F, 0xF1, 0x8F, 0x80, 0x3E, 0x3F, 0xF7, 0xFF, 0xBF, 0xFD, 0xF3,
0xEF, 0x9F, 0x7F, 0xFB, 0xFF, 0xCF, 0xFC, 0x07, 0x80, 0x7E, 0x03, 0x70, 0x1F, 0x80, 0xFC, 0x03,
0xC0, 0x00, 0x07, 0xF8, 0x3F, 0xF1, 0xFF, 0x8C, 0x7C, 0x01, 0xF1, 0xFF, 0xBF, 0xFD, 0xFF, 0xEF,
0x9F, 0x7C, 0xFB, 0xFF, 0xDF, 0xFE, 0x7F, 0xE0, 0x3F, 0xCF, 0xC1, 0xFF, 0xFF, 0x0F, 0xFF, 0xFC,
0x63, 0xFB, 0xF0, 0x0F, 0x87, 0x8F, 0xFF, 0xFD, 0xFF, 0xFF, 0xEF, 0xFF, 0xFF, 0x7C, 0xF8, 0x03,
0xE3, 0xF3, 0x9F, 0xFF, 0xFC, 0xFF, 0xFF, 0xE3, 0xFF, 0xFF, 0x00, 0x1F, 0xE7, 0xFD, 0xFF, 0x7E,
0x6F, 0x81, 0xE0, 0x3C, 0x07, 0x80, 0xF8, 0x1F, 0x8D, 0xFF, 0x9F, 0xF0, 0xFE, 0x1E, 0x01, 0xE0,
0x3C, 0x1F, 0x83, 0xE0, 0x0C, 0x00, 0xF0, 0x07, 0xC0, 0x1F, 0x00, 0x78, 0x01, 0x80, 0x00, 0x03,
0xF8, 0x3F, 0xE3, 0xFF, 0xBF, 0x7D, 0xF1, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x00, 0xFC, 0x73,
0xFF, 0x8F, 0xFC, 0x3F, 0xE0, 0x03, 0x00, 0x3C, 0x03, 0xE0, 0x1E, 0x00, 0xE0, 0x06, 0x00, 0x00,
0x03, 0xF8, 0x3F, 0xE3, 0xFF, 0xBF, 0x7D, 0xF1, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x00, 0xFC,
0x73, 0xFF, 0x8F, 0xFC, 0x3F, 0xE0, 0x06, 0x00, 0x7C, 0x07, 0xF0, 0x7F, 0x81, 0x8C, 0x00, 0x00,
0x7F, 0x07, 0xFC, 0x7F, 0xF7, 0xEF, 0xBE, 0x3F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xE0, 0x1F, 0x8E,
0x7F, 0xF1, 0xFF, 0x87, 0xFC, 0x39, 0xE3, 0xEF, 0x1F, 0x78, 0x73, 0xC0, 0x00, 0x00, 0x00, 0x7F,
0x07, 0xFC, 0x7F, 0xF7, 0xEF, 0xBE, 0x3F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xE0, 0x1F, 0x8E, 0x7F,
0xF1, 0xFF, 0x87, 0xFC, 0x30, 0xF1, 0xF1, 0xE1, 0xC1, 0x80, 0x3E, 0x7C, 0xF9, 0xF3, 0xE7, 0xCF,
0x9F, 0x3E, 0x7C, 0xF9, 0xF3, 0xE0, 0x18, 0xF7, 0xFE, 0xF1, 0x80, 0x3E, 0xFB, 0xEF, 0xBE, 0xFB,
0xEF, 0xBE, 0xFB, 0xEF, 0xBE, 0x0C, 0x1F, 0x1F, 0xCF, 0xF6, 0x30, 0x00, 0xF8, 0x7C, 0x3E, 0x1F,
0x0F, 0x87, 0xC3, 0xE1, 0xF0, 0xF8, 0x7C, 0x3E, 0x1F, 0x0F, 0x80, 0x71, 0xCF, 0x7D, 0xEF, 0xB8,
0xE0, 0x00, 0x00, 0x07, 0xC0, 0xF8, 0x1F, 0x03, 0xE0, 0x7C, 0x0F, 0x81, 0xF0, 0x3E, 0x07, 0xC0,
0xF8, 0x1F, 0x03, 0xE0, 0x7C, 0x00, 0x07, 0x00, 0x3F, 0xE0, 0x7F, 0x83, 0xFE, 0x0F, 0xF0, 0x1F,
0xC0, 0x0F, 0x87, 0xFE, 0x7F, 0xF9, 0xFF, 0xEF, 0xCF, 0xBE, 0x1E, 0xF0, 0x7B, 0xC1, 0xEF, 0x8F,
0xBF, 0x7C, 0x7F, 0xF1, 0xFF, 0x81, 0xFC, 0x00, 0x1E, 0xE1, 0xFF, 0x0F, 0xF8, 0x77, 0x80, 0x00,
0x00, 0x01, 0xFF, 0x1F, 0xFC, 0xFF, 0xF7, 0xCF, 0xBE, 0x3D, 0xF1, 0xEF, 0x8F, 0x7C, 0x7B, 0xE3,
0xDF, 0x1E, 0xF8, 0xF7, 0xC7, 0xBE, 0x3C, 0x06, 0x00, 0x3C, 0x00, 0xF0, 0x01, 0xE0, 0x03, 0x80,
0x06, 0x00, 0x00, 0x07, 0xF0, 0x3F, 0xE1, 0xFF, 0xCF, 0xDF, 0xBE, 0x3E, 0xF0, 0x7B, 0xC1, 0xEF,
0x07, 0xBE, 0x3E, 0xFD, 0xF9, 0xFF, 0xC3, 0xFE, 0x07, 0xF0, 0x03, 0x80, 0x0F, 0x00, 0x7C, 0x03,
0xE0, 0x0F, 0x00, 0x18, 0x00, 0x00, 0x07, 0xF0, 0x3F, 0xE1, 0xFF, 0xCF, 0xDF, 0xBE, 0x3E, 0xF0,
0x7B, 0xC1, 0xEF, 0x07, 0xBE, 0x3E, 0xFD, 0xF9, 0xFF, 0xC3, 0xFE, 0x07, 0xF0, 0x07, 0x00, 0x3E,
0x01, 0xFC, 0x0F, 0xF8, 0x18, 0xC0, 0x00, 0x01, 0xFC, 0x0F, 0xF8, 0x7F, 0xF3, 0xF7, 0xEF, 0x8F,
0xBC, 0x1E, 0xF0, 0x7B, 0xC1, 0xEF, 0x8F, 0xBF, 0x7E, 0x7F, 0xF0, 0xFF, 0x81, 0xFC, 0x00, 0x1E,
0xE0, 0xFF, 0x83, 0xFE, 0x0E, 0xF0, 0x00, 0x00, 0x00, 0x01, 0xFC, 0x0F, 0xF8, 0x7F, 0xF3, 0xF7,
0xEF, 0x8F, 0xBC, 0x1E, 0xF0, 0x7B, 0xC1, 0xEF, 0x8F, 0xBF, 0x7E, 0x7F, 0xF0, 0xFF, 0x81, 0xFC,
0x00, 0x3C, 0xE0, 0xF7, 0xC3, 0xDF, 0x0F, 0x38, 0x00, 0x00, 0x00, 0x01, 0xFC, 0x0F, 0xF8, 0x7F,
0xF3, 0xF7, 0xEF, 0x8F, 0xBC, 0x1E, 0xF0, 0x7B, 0xC1, 0xEF, 0x8F, 0xBF, 0x7E, 0x7F, 0xF0, 0xFF,
0x81, 0xFC, 0x00, 0x0F, 0x00, 0xF8, 0x0F, 0x80, 0xF0, 0x00, 0x0F, 0xFF, 0xFF, 0xFF, 0xFF, 0x00,
0x00, 0xF0, 0x0F, 0x80, 0xF8, 0x0F, 0x00, 0x00, 0x30, 0x7F, 0xE3, 0xFF, 0x9F, 0xFC, 0xFD, 0xFB,
0xEF, 0xEF, 0x3F, 0xBD, 0xDE, 0xFF, 0x7B, 0xF9, 0xEF, 0xDF, 0x9F, 0xFC, 0x7F, 0xE3, 0xFF, 0x06,
0x00, 0x00, 0x0C, 0x01, 0xE0, 0x1F, 0x00, 0xF8, 0x07, 0x80, 0x30, 0x00, 0x0F, 0x8F, 0xF8, 0xFF,
0x8F, 0xF8, 0xFF, 0x8F, 0xF8, 0xFF, 0x8F, 0xF8, 0xFF, 0x8F, 0x7C, 0xF7, 0xFF, 0x3F, 0xF1, 0xFF,
0x03, 0x00, 0x78, 0x07, 0x80, 0xF0, 0x0E, 0x00, 0xC0, 0x00, 0x0F, 0x8F, 0xF8, 0xFF, 0x8F, 0xF8,
0xFF, 0x8F, 0xF8, 0xFF, 0x8F, 0xF8, 0xFF, 0x8F, 0x7C, 0xF7, 0xFF, 0x3F, 0xF1, 0xFF, 0x06, 0x00,
0xF8, 0x1F, 0xC3, 0xFC, 0x18, 0xC0, 0x00, 0xF8, 0xFF, 0x8F, 0xF8, 0xFF, 0x8F, 0xF8, 0xFF, 0x8F,
0xF8, 0xFF, 0x8F, 0xF8, 0xF7, 0xCF, 0x7F, 0xF3, 0xFF, 0x1F, 0xF0, 0x39, 0xE7, 0xDE, 0x7D, 0xE3,
0x9E, 0x00, 0x00, 0x00, 0xF8, 0xFF, 0x8F, 0xF8, 0xFF, 0x8F, 0xF8, 0xFF, 0x8F, 0xF8, 0xFF, 0x8F,
0xF8, 0xF7, 0xCF, 0x7F, 0xF3, 0xFF, 0x1F, 0xF0, 0x00, 0xC0, 0x07, 0x80, 0x3E, 0x01, 0xF0, 0x07,
0x80, 0x0C, 0x00, 0x00, 0x3E, 0x1F, 0xF8, 0x79, 0xE1, 0xE7, 0xCF, 0x9F, 0x3C, 0x3C, 0xF0, 0xFF,
0xC3, 0xFE, 0x07, 0xF8, 0x1F, 0xE0, 0x3F, 0x00, 0xFC, 0x01, 0xE0, 0x0F, 0x81, 0x7C, 0x0F, 0xF0,
0x3F, 0x80, 0xFC, 0x00, 0x78, 0x07, 0xC0, 0x3E, 0x01, 0xF0, 0x0F, 0x80, 0x7C, 0x03, 0xFF, 0x1F,
0xFC, 0xFF, 0xF7, 0xCF, 0xFE, 0x3F, 0xF0, 0xFF, 0x87, 0xFC, 0x3F, 0xE3, 0xFF, 0xBF, 0xFF, 0xF7,
0xFF, 0xBF, 0xF1, 0xF0, 0x0F, 0x80, 0x7C, 0x03, 0xE0, 0x1F, 0x00, 0x3C, 0xE0, 0xF7, 0xC3, 0xDF,
0x0F, 0x38, 0x00, 0x00, 0x00, 0x0F, 0x87, 0xFE, 0x1E, 0x78, 0x79, 0xF3, 0xE7, 0xCF, 0x0F, 0x3C,
0x3F, 0xF0, 0xFF, 0x81, 0xFE, 0x07, 0xF8, 0x0F, 0xC0, 0x3F, 0x00, 0x78, 0x03, 0xE0, 0x5F, 0x03,
0xFC, 0x0F, 0xE0, 0x3F, 0x00, 0x07, 0xF8, 0x01, 0xFE, 0x00, 0x7F, 0x80, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x1E, 0x00, 0x0F, 0xC0, 0x03, 0xF0, 0x01, 0xFE, 0x00, 0x7F, 0x80, 0x3F, 0xF0,
0x0F, 0x3C, 0x07, 0xCF, 0x81, 0xE3, 0xE0, 0x78, 0x78, 0x3F, 0xFF, 0x0F, 0xFF, 0xC3, 0xFF, 0xF9,
0xF0, 0x3E, 0x7C, 0x0F, 0xBE, 0x01, 0xFF, 0x80, 0x7C, 0x3F, 0xE1, 0xFF, 0x0F, 0xF8, 0x00, 0x00,
0x00, 0x00, 0x00, 0xFF, 0x07, 0xFE, 0x3F, 0xF1, 0x8F, 0x80, 0x3E, 0x3F, 0xF7, 0xFF, 0xBF, 0xFD,
0xF3, 0xEF, 0x9F, 0x7F, 0xFB, 0xFF, 0xCF, 0xFC, 0x07, 0x3C, 0x01, 0xEE, 0x00, 0x3F, 0x80, 0x07,
0xC0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1E, 0x00, 0x0F, 0xC0, 0x03, 0xF0, 0x01, 0xFE, 0x00, 0x7F,
0x80, 0x3F, 0xF0, 0x0F, 0x3C, 0x07, 0xCF, 0x81, 0xE3, 0xE0, 0x78, 0x78, 0x3F, 0xFF, 0x0F, 0xFF,
0xC3, 0xFF, 0xF9, 0xF0, 0x3E, 0x7C, 0x0F, 0xBE, 0x01, 0xFF, 0x80, 0x7C, 0x1C, 0xE0, 0xEF, 0x07,
0xF8, 0x1F, 0x80, 0x00, 0x00, 0x00, 0xFF, 0x07, 0xFE, 0x3F, 0xF1, 0x8F, 0x80, 0x3E, 0x3F, 0xF7,
0xFF, 0xBF, 0xFD, 0xF3, 0xEF, 0x9F, 0x7F, 0xFB, 0xFF, 0xCF, 0xFC, 0x01, 0xE0, 0x00, 0x7E, 0x00,
0x0F, 0xC0, 0x03, 0xFC, 0x00, 0x7F, 0x80, 0x1F, 0xF8, 0x03, 0xCF, 0x00, 0xF9, 0xF0, 0x1E, 0x3E,
0x03, 0xC3, 0xC0, 0xFF, 0xFC, 0x1F, 0xFF, 0x83, 0xFF, 0xF8, 0xF8, 0x1F, 0x1F, 0x03, 0xE7, 0xC0,
0x3E, 0xF8, 0x07, 0xC0, 0x00, 0x78, 0x00, 0x1E, 0x00, 0x03, 0x80, 0x00, 0xFC, 0x00, 0x0F, 0xC0,
0x01, 0xF8, 0x3F, 0xC1, 0xFF, 0x8F, 0xFC, 0x63, 0xE0, 0x0F, 0x8F, 0xFD, 0xFF, 0xEF, 0xFF, 0x7C,
0xFB, 0xE7, 0xDF, 0xFE, 0xFF, 0xF3, 0xFF, 0x00, 0x78, 0x07, 0x80, 0x78, 0x03, 0xF0, 0x0F, 0xC0,
0x7E, 0x00, 0x60, 0x01, 0xE0, 0x07, 0xC0, 0x1F, 0x00, 0x3C, 0x00, 0x30, 0x00, 0x00, 0x03, 0xFE,
0x1F, 0xFE, 0x7F, 0xF9, 0xFC, 0x73, 0xE0, 0x0F, 0x80, 0x1F, 0x00, 0x3E, 0x00, 0x7C, 0x00, 0xF8,
0x01, 0xF0, 0x03, 0xE0, 0x03, 0xE0, 0x07, 0xF1, 0xC7, 0xFF, 0xC7, 0xFF, 0x87, 0xFE, 0x01, 0x80,
0x78, 0x1F, 0x07, 0xC0, 0xF0, 0x0C, 0x00, 0x00, 0xFF, 0x3F, 0xEF, 0xFB, 0xF3, 0x7C, 0x0F, 0x01,
0xE0, 0x3C, 0x07, 0xC0, 0xFC, 0x6F, 0xFC, 0xFF, 0x8F, 0xF0, 0x00, 0xC0, 0x03, 0xC0, 0x1F, 0xC0,
0x3F, 0xC0, 0x73, 0x00, 0x00, 0x01, 0xFF, 0x0F, 0xFF, 0x3F, 0xFC, 0xFE, 0x39, 0xF0, 0x07, 0xC0,
0x0F, 0x80, 0x1F, 0x00, 0x3E, 0x00, 0x7C, 0x00, 0xF8, 0x01, 0xF0, 0x01, 0xF0, 0x03, 0xF8, 0xE3,
0xFF, 0xE3, 0xFF, 0xC3, 0xFF, 0x00, 0x07, 0x01, 0xF0, 0x7F, 0x1F, 0xE1, 0x8C, 0x00, 0x07, 0xF9,
0xFF, 0x7F, 0xDF, 0x9B, 0xE0, 0x78, 0x0F, 0x01, 0xE0, 0x3E, 0x07, 0xE3, 0x7F, 0xE7, 0xFC, 0x7F,
0x80, 0x01, 0xE0, 0x03, 0xC0, 0x07, 0x80, 0x0F, 0x00, 0x00, 0x00, 0x00, 0x01, 0xFF, 0x0F, 0xFF,
0x3F, 0xFC, 0xFE, 0x39, 0xF0, 0x07, 0xC0, 0x0F, 0x80, 0x1F, 0x00, 0x3E, 0x00, 0x7C, 0x00, 0xF8,
0x01, 0xF0, 0x01, 0xF0, 0x03, 0xF8, 0xE3, 0xFF, 0xE3, 0xFF, 0xC3, 0xFF, 0x00, 0x07, 0x01, 0xF0,
0x3E, 0x03, 0x80, 0x00, 0x00, 0x07, 0xF9, 0xFF, 0x7F, 0xDF, 0x9B, 0xE0, 0x78, 0x0F, 0x01, 0xE0,
0x3E, 0x07, 0xE3, 0x7F, 0xE7, 0xFC, 0x7F, 0x80, 0x06, 0x30, 0x0F, 0xF0, 0x1F, 0xC0, 0x0F, 0x00,
0x0C, 0x00, 0x00, 0x00, 0x00, 0x03, 0xFE, 0x1F, 0xFE, 0x7F, 0xF9, 0xFC, 0x73, 0xE0, 0x0F, 0x80,
0x1F, 0x00, 0x3E, 0x00, 0x7C, 0x00, 0xF8, 0x01, 0xF0, 0x03, 0xE0, 0x03, 0xE0, 0x07, 0xF1, 0xC7,
0xFF, 0xC7, 0xFF, 0x87, 0xFE, 0x18, 0xC7, 0xFC, 0x7F, 0x07, 0xC0, 0x70, 0x00, 0x00, 0x00, 0xFF,
0x3F, 0xEF, 0xFB, 0xF3, 0x7C, 0x0F, 0x01, 0xE0, 0x3C, 0x07, 0xC0, 0xFC, 0x6F, 0xFC, 0xFF, 0x8F,
0xF0, 0x1C, 0xC0, 0x1F, 0xE0, 0x1F, 0xC0, 0x07, 0x80, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0xFF,
0xC0, 0xFF, 0xF0, 0xFF, 0xF8, 0xF1, 0xFC, 0xF0, 0x7E, 0xF0, 0x3E, 0xF0, 0x1E, 0xF0, 0x1E, 0xF0,
0x1F, 0xF0, 0x1E, 0xF0, 0x3E, 0xF0, 0x3E, 0xF0, 0x7E, 0xF1, 0xFC, 0xFF, 0xF8, 0xFF, 0xF0, 0xFF,
0xC0, 0x00, 0xFB, 0x80, 0x3E, 0xE0, 0x0F, 0xB8, 0x03, 0xEE, 0x00, 0xFB, 0x80, 0x3E, 0xE1, 0xFF,
0x81, 0xFF, 0xE0, 0x7F, 0xF8, 0x3F, 0x7E, 0x0F, 0x8F, 0x83, 0xC3, 0xE0, 0xF0, 0xF8, 0x3C, 0x3E,
0x0F, 0x8F, 0x83, 0xF3, 0xE0, 0x7F, 0xF8, 0x0F, 0xFE, 0x01, 0xFF, 0x00, 0x3F, 0xF8, 0x0F, 0xFF,
0x83, 0xFF, 0xF0, 0xF9, 0xFE, 0x3E, 0x0F, 0x8F, 0x83, 0xE3, 0xE0, 0x7F, 0xFF, 0x1F, 0xFF, 0xC7,
0xFF, 0xF1, 0xF3, 0xE0, 0x7C, 0xF8, 0x3E, 0x3E, 0x1F, 0x8F, 0x9F, 0xC3, 0xFF, 0xF0, 0xFF, 0xF0,
0x3F, 0xF8, 0x00, 0x00, 0xF8, 0x03, 0xE0, 0x7F, 0xC1, 0xFF, 0x00, 0xF8, 0x03, 0xE1, 0xFF, 0x8F,
0xFE, 0x7F, 0xFB, 0xF7, 0xEF, 0x8F, 0xBC, 0x3E, 0xF0, 0xFB, 0xC3, 0xEF, 0x8F, 0xBF, 0x3E, 0x7F,
0xF8, 0xFF, 0xE1, 0xFF, 0x00, 0x7F, 0xC3, 0xFE, 0x1F, 0xF0, 0x00, 0x00, 0x00, 0x00, 0x03, 0xFF,
0xDF, 0xFE, 0xFF, 0xF7, 0x80, 0x3C, 0x01, 0xE0, 0x0F, 0x00, 0x7F, 0xF3, 0xFF, 0x9F, 0xFC, 0xF0,
0x07, 0x80, 0x3C, 0x01, 0xE0, 0x0F, 0xFF, 0xFF, 0xFF, 0xFF, 0xE0, 0x3F, 0xE1, 0xFF, 0x0F, 0xF8,
0x00, 0x00, 0x00, 0x00, 0x00, 0x7F, 0x07, 0xFC, 0x7F, 0xF7, 0xEF, 0xBE, 0x3F, 0xFF, 0xFF, 0xFF,
0xFF, 0xFF, 0xE0, 0x1F, 0x8E, 0x7F, 0xF1, 0xFF, 0x87, 0xFC, 0x39, 0xC1, 0xFE, 0x0F, 0xF0, 0x3F,
0x00, 0x00, 0x00, 0x03, 0xFF, 0xDF, 0xFE, 0xFF, 0xF7, 0x80, 0x3C, 0x01, 0xE0, 0x0F, 0x00, 0x7F,
0xF3, 0xFF, 0x9F, 0xFC, 0xF0, 0x07, 0x80, 0x3C, 0x01, 0xE0, 0x0F, 0xFF, 0xFF, 0xFF, 0xFF, 0xE0,
0x39, 0xE1, 0xEE, 0x07, 0xF0, 0x1F, 0x00, 0x00, 0x00, 0x00, 0x7F, 0x07, 0xFC, 0x7F, 0xF7, 0xEF,
0xBE, 0x3F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xE0, 0x1F, 0x8E, 0x7F, 0xF1, 0xFF, 0x87, 0xFC, 0x0F,
0x00, 0x78, 0x03, 0xC0, 0x1E, 0x00, 0x00, 0x00, 0x03, 0xFF, 0xDF, 0xFE, 0xFF, 0xF7, 0x80, 0x3C,
0x01, 0xE0, 0x0F, 0x00, 0x7F, 0xF3, 0xFF, 0x9F, 0xFC, 0xF0, 0x07, 0x80, 0x3C, 0x01, 0xE0, 0x0F,
0xFF, 0xFF, 0xFF, 0xFF, 0xE0, 0x0F, 0x00, 0x7C, 0x03, 0xE0, 0x1E, 0x00, 0x00, 0x00, 0x00, 0x7F,
0x07, 0xFC, 0x7F, 0xF7, 0xEF, 0xBE, 0x3F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xE0, 0x1F, 0x8E, 0x7F,
0xF1, 0xFF, 0x87, 0xFC, 0xFF, 0xF7, 0xFF, 0xBF, 0xFD, 0xE0, 0x0F, 0x00, 0x78, 0x03, 0xC0, 0x1F,
0xFC, 0xFF, 0xE7, 0xFF, 0x3C, 0x01, 0xE0, 0x0F, 0x00, 0x78, 0x03, 0xFF, 0xFF, 0xFF, 0xFF, 0xF8,
0x07, 0x80, 0x38, 0x03, 0xC0, 0x1F, 0x80, 0xFC, 0x03, 0xE0, 0x1F, 0xC1, 0xFF, 0x1F, 0xFD, 0xFB,
0xEF, 0x8F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xF8, 0x07, 0xE3, 0x9F, 0xFC, 0x7F, 0xE1, 0xFF, 0x00,
0xE0, 0x0F, 0x00, 0x7E, 0x03, 0xF0, 0x1F, 0x80, 0x19, 0x81, 0xFE, 0x07, 0xE0, 0x1E, 0x00, 0x60,
0x00, 0x00, 0x00, 0x1F, 0xFE, 0xFF, 0xF7, 0xFF, 0xBC, 0x01, 0xE0, 0x0F, 0x00, 0x78, 0x03, 0xFF,
0x9F, 0xFC, 0xFF, 0xE7, 0x80, 0x3C, 0x01, 0xE0, 0x0F, 0x00, 0x7F, 0xFF, 0xFF, 0xFF, 0xFF, 0x18,
0xC1, 0xFF, 0x07, 0xF0, 0x1F, 0x00, 0x70, 0x00, 0x00, 0x00, 0x03, 0xF8, 0x3F, 0xE3, 0xFF, 0xBF,
0x7D, 0xF1, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x00, 0xFC, 0x73, 0xFF, 0x8F, 0xFC, 0x3F, 0xE0,
0x00, 0xC0, 0x03, 0xC0, 0x1F, 0xC0, 0x3F, 0xC0, 0x73, 0x00, 0x00, 0x01, 0xFF, 0x0F, 0xFF, 0x3F,
0xFE, 0xFE, 0x39, 0xF0, 0x07, 0xC0, 0x0F, 0x80, 0x1F, 0x00, 0x3E, 0x07, 0xFC, 0x0F, 0xF8, 0x1F,
0xF0, 0x3D, 0xF0, 0x7B, 0xF8, 0xF3, 0xFF, 0xE3, 0xFF, 0xC1, 0xFF, 0x80, 0x03, 0x00, 0x3C, 0x07,
0xF0, 0x3F, 0xC0, 0xCC, 0x00, 0x00, 0x7F, 0xC7, 0xFE, 0x7F, 0xF7, 0xE7, 0xBE, 0x3D, 0xE1, 0xEF,
0x0F, 0x78, 0x7B, 0xE3, 0xDF, 0xBE, 0x7F, 0xF3, 0xFF, 0x8F, 0xFC, 0x01, 0xE7, 0x1F, 0x3F, 0xF9,
0xFF, 0x8F, 0xF8, 0x0F, 0x38, 0x0E, 0xF0, 0x1F, 0xC0, 0x1F, 0x00, 0x00, 0x00, 0x00, 0x01, 0xFF,
0x0F, 0xFF, 0x3F, 0xFE, 0xFE, 0x39, 0xF0, 0x07, 0xC0, 0x0F, 0x80, 0x1F, 0x00, 0x3E, 0x07, 0xFC,
0x0F, 0xF8, 0x1F, 0xF0, 0x3D, 0xF0, 0x7B, 0xF8, 0xF3, 0xFF, 0xE3, 0xFF, 0xC1, 0xFF, 0x80, 0x1C,
0xE0, 0xEF, 0x07, 0xF8, 0x1F, 0x80, 0x00, 0x00, 0x00, 0x7F, 0xC7, 0xFE, 0x7F, 0xF7, 0xE7, 0xBE,
0x3D, 0xE1, 0xEF, 0x0F, 0x78, 0x7B, 0xE3, 0xDF, 0xBE, 0x7F, 0xF3, 0xFF, 0x8F, 0xFC, 0x01, 0xE7,
0x1F, 0x3F, 0xF9, 0xFF, 0x8F, 0xF8, 0x01, 0xE0, 0x03, 0xC0, 0x07, 0x80, 0x0F, 0x00, 0x00, 0x00,
0x00, 0x01, 0xFF, 0x0F, 0xFF, 0x3F, 0xFE, 0xFE, 0x39, 0xF0, 0x07, 0xC0, 0x0F, 0x80, 0x1F, 0x00,
0x3E, 0x07, 0xFC, 0x0F, 0xF8, 0x1F, 0xF0, 0x3D, 0xF0, 0x7B, 0xF8, 0xF3, 0xFF, 0xE3, 0xFF, 0xC1,
0xFF, 0x80, 0x07, 0x00, 0x7C, 0x03, 0xE0, 0x0E, 0x00, 0x00, 0x00, 0x00, 0x7F, 0xC7, 0xFE, 0x7F,
0xF7, 0xE7, 0xBE, 0x3D, 0xE1, 0xEF, 0x0F, 0x78, 0x7B, 0xE3, 0xDF, 0xBE, 0x7F, 0xF3, 0xFF, 0x8F,
0xFC, 0x01, 0xE7, 0x1F, 0x3F, 0xF9, 0xFF, 0x8F, 0xF8, 0x07, 0xFC, 0x3F, 0xFC, 0xFF, 0xFB, 0xF8,
0xE7, 0xC0, 0x1F, 0x00, 0x3E, 0x00, 0x7C, 0x00, 0xF8, 0x1F, 0xF0, 0x3F, 0xE0, 0x7F, 0xC0, 0xF7,
0xC1, 0xEF, 0xE3, 0xCF, 0xFF, 0x8F, 0xFF, 0x07, 0xFE, 0x00, 0x00, 0x07, 0x80, 0x0F, 0x00, 0x7E,
0x00, 0x78, 0x00, 0x01, 0x80, 0x1E, 0x01, 0xE0, 0x0F, 0x00, 0x78, 0x00, 0x00, 0x00, 0x03, 0xFE,
0x3F, 0xF3, 0xFF, 0xBF, 0x3D, 0xF1, 0xEF, 0x0F, 0x78, 0x7B, 0xC3, 0xDF, 0x1E, 0xFD, 0xF3, 0xFF,
0x9F, 0xFC, 0x7F, 0xE0, 0x0F, 0x38, 0xF9, 0xFF, 0xCF, 0xFC, 0x7F, 0xC0, 0x03, 0x00, 0x0F, 0x00,
0x3F, 0x80, 0xFF, 0x00, 0xCE, 0x00, 0x00, 0x3C, 0x0F, 0xF8, 0x1F, 0xF0, 0x3F, 0xE0, 0x7F, 0xC0,
0xFF, 0x81, 0xFF, 0x03, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xF0, 0x3F, 0xE0, 0x7F, 0xC0, 0xFF,
0x81, 0xFF, 0x03, 0xFE, 0x07, 0xFC, 0x0F, 0x80, 0x1C, 0x01, 0xF0, 0x1F, 0xC0, 0xFE, 0x06, 0x30,
0x00, 0x01, 0xE0, 0x1F, 0x00, 0xF8, 0x07, 0xC0, 0x3E, 0x01, 0xF0, 0x0F, 0xFC, 0x7F, 0xF3, 0xFF,
0xDF, 0x3E, 0xF8, 0xF7, 0xC7, 0xBE, 0x3D, 0xF1, 0xEF, 0x8F, 0x7C, 0x7B, 0xE3, 0xDF, 0x1E, 0xF8,
0xF0, 0x3E, 0x0F, 0x87, 0xC1, 0xF3, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFE, 0x7C, 0x1F, 0x0F,
0x83, 0xE1, 0xFF, 0xFC, 0x3F, 0xFF, 0x87, 0xFF, 0xF0, 0xF8, 0x3E, 0x1F, 0x07, 0xC3, 0xE0, 0xF8,
0x7C, 0x1F, 0x0F, 0x83, 0xE1, 0xF0, 0x7C, 0x3E, 0x0F, 0x80, 0x3C, 0x00, 0xF0, 0x0F, 0xFC, 0x3F,
0xF0, 0x3C, 0x00, 0xF0, 0x03, 0xFE, 0x0F, 0xFC, 0x3F, 0xF8, 0xF3, 0xE3, 0xC7, 0xCF, 0x1F, 0x3C,
0x7C, 0xF1, 0xF3, 0xC7, 0xCF, 0x1F, 0x3C, 0x7C, 0xF1, 0xF3, 0xC7, 0xC0, 0x7D, 0x9F, 0xFF, 0xF9,
0xBE, 0x00, 0x00, 0x01, 0xE0, 0x78, 0x1E, 0x07, 0x81, 0xE0, 0x78, 0x1E, 0x07, 0x81, 0xE0, 0x78,
0x1E, 0x07, 0x81, 0xE0, 0x78, 0x1E, 0x07, 0x81, 0xE0, 0x7D, 0xBF, 0xEF, 0xFB, 0xBC, 0x00, 0x00,
0x03, 0xE0, 0xF8, 0x3E, 0x0F, 0x83, 0xE0, 0xF8, 0x3E, 0x0F, 0x83, 0xE0, 0xF8, 0x3E, 0x0F, 0x83,
0xE0, 0x7F, 0x9F, 0xE7, 0xF8, 0x00, 0x00, 0x00, 0x01, 0xE0, 0x78, 0x1E, 0x07, 0x81, 0xE0, 0x78,
0x1E, 0x07, 0x81, 0xE0, 0x78, 0x1E, 0x07, 0x81, 0xE0, 0x78, 0x1E, 0x07, 0x81, 0xE0, 0xFF, 0xFF,
0xFF, 0xE0, 0x00, 0x00, 0x00, 0xF8, 0x7C, 0x3E, 0x1F, 0x0F, 0x87, 0xC3, 0xE1, 0xF0, 0xF8, 0x7C,
0x3E, 0x1F, 0x0F, 0x80, 0xE7, 0xFB, 0x9F, 0xC7, 0xC0, 0x00, 0x00, 0xF0, 0x78, 0x3C, 0x1E, 0x0F,
0x07, 0x83, 0xC1, 0xE0, 0xF0, 0x78, 0x3C, 0x1E, 0x0F, 0x07, 0x83, 0xC1, 0xE0, 0xF0, 0xF3, 0xFB,
0xDF, 0xC7, 0xC0, 0x00, 0x00, 0xF8, 0x7C, 0x3E, 0x1F, 0x0F, 0x87, 0xC3, 0xE1, 0xF0, 0xF8, 0x7C,
0x3E, 0x1F, 0x0F, 0x80, 0x3C, 0x78, 0xF1, 0xE3, 0xC7, 0x8F, 0x1E, 0x3C, 0x78, 0xF1, 0xE3, 0xC7,
0x8F, 0x1E, 0x3C, 0x79, 0xE3, 0xCF, 0xEF, 0xDF, 0x80, 0x3D, 0xF7, 0xCF, 0x00, 0x07, 0xDF, 0x7D,
0xF7, 0xDF, 0x7D, 0xF7, 0xDF, 0x7D, 0xF7, 0xDE, 0x73, 0xCF, 0xFF, 0x7C, 0x7B, 0xDE, 0xF0, 0x01,
0xEF, 0x7B, 0xDE, 0xF7, 0xBD, 0xEF, 0x7B, 0xDE, 0xF7, 0xBD, 0xE0, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
0xFF, 0xFF, 0xFF, 0x80, 0xF0, 0x07, 0xFC, 0x01, 0xFF, 0x00, 0x7F, 0xC0, 0x1F, 0xF0, 0x07, 0xFC,
0x01, 0xFF, 0x00, 0x7F, 0xC0, 0x1F, 0xF0, 0x07, 0xFC, 0x01, 0xFF, 0x00, 0x7F, 0xC0, 0x1F, 0xF0,
0x07, 0xFC, 0x73, 0xEF, 0x3F, 0xFB, 0xCF, 0xFC, 0xF1, 0xFE, 0x00, 0x78, 0xFF, 0x9F, 0xF9, 0xF7,
0x8F, 0x00, 0x00, 0x00, 0xF8, 0xFF, 0x8F, 0xF8, 0xFF, 0x8F, 0xF8, 0xFF, 0x8F, 0xF8, 0xFF, 0x8F,
0xF8, 0xFF, 0x8F, 0xF8, 0xFF, 0x8F, 0xF8, 0xF0, 0x1F, 0x01, 0xF0, 0xFF, 0x0F, 0xE0, 0xFC, 0x00,
0xE0, 0x07, 0xC0, 0x3F, 0x81, 0xFE, 0x03, 0x18, 0x00, 0x00, 0x1F, 0x00, 0x7C, 0x01, 0xF0, 0x07,
0xC0, 0x1F, 0x00, 0x7C, 0x01, 0xF0, 0x07, 0xC0, 0x1F, 0x00, 0x7C, 0x01, 0xF0, 0x07, 0xC0, 0x1F,
0x1C, 0xF8, 0xFF, 0xE3, 0xFF, 0x07, 0xF8, 0x00, 0x06, 0x07, 0xC3, 0xF8, 0xFF, 0x31, 0x80, 0x01,
0xF0, 0x7C, 0x1F, 0x07, 0xC1, 0xF0, 0x7C, 0x1F, 0x07, 0xC1, 0xF0, 0x7C, 0x1F, 0x07, 0xC1, 0xF0,
0x7C, 0x1F, 0x3F, 0x8F, 0xE3, 0xF0, 0xF0, 0x7D, 0xE1, 0xF3, 0xC7, 0xE7, 0x9F, 0x8F, 0x7E, 0x1F,
0xF8, 0x3F, 0xE0, 0x7F, 0x80, 0xFF, 0x01, 0xFF, 0x03, 0xFF, 0x07, 0xBF, 0x0F, 0x3F, 0x1E, 0x3F,
0x3C, 0x3E, 0x78, 0x3E, 0xF0, 0x7E, 0x00, 0x00, 0x1E, 0x00, 0x3C, 0x00, 0xF8, 0x01, 0xE0, 0x00,
0x78, 0x03, 0xE0, 0x0F, 0x80, 0x3E, 0x00, 0xF8, 0x03, 0xE0, 0x0F, 0x8F, 0xBE, 0x7C, 0xFB, 0xE3,
0xFF, 0x0F, 0xF8, 0x3F, 0xC0, 0xFF, 0x83, 0xFF, 0x0F, 0xFE, 0x3E, 0xF8, 0xF9, 0xF3, 0xE3, 0xEF,
0x8F, 0x80, 0x00, 0x07, 0x80, 0x3E, 0x01, 0xF0, 0x07, 0x80, 0xF8, 0xFB, 0xE7, 0xCF, 0xBE, 0x3F,
0xF0, 0xFF, 0x83, 0xFC, 0x0F, 0xF8, 0x3F, 0xF0, 0xFF, 0xE3, 0xEF, 0x8F, 0x9F, 0x3E, 0x7E, 0xF8,
0xF8, 0x1C, 0x00, 0xF0, 0x0F, 0x80, 0xF8, 0x07, 0x80, 0x18, 0x00, 0x00, 0x0F, 0x00, 0x78, 0x03,
0xC0, 0x1E, 0x00, 0xF0, 0x07, 0x80, 0x3C, 0x01, 0xE0, 0x0F, 0x00, 0x78, 0x03, 0xC0, 0x1E, 0x00,
0xF0, 0x07, 0x80, 0x3F, 0xFD, 0xFF, 0xEF, 0xFF, 0x0C, 0xFB, 0xFF, 0x80, 0x0F, 0x3E, 0x7C, 0xF9,
0xF3, 0xE7, 0xCF, 0x9F, 0x3E, 0x7C, 0xF9, 0xF3, 0xE7, 0xCF, 0xCF, 0xDF, 0x9E, 0xF0, 0x0F, 0x00,
0xF0, 0x0F, 0x00, 0xF0, 0x0F, 0x00, 0xF0, 0x0F, 0x00, 0xF0, 0x0F, 0x00, 0xF0, 0x0F, 0x00, 0xF0,
0x0F, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xF0, 0x00, 0x0F, 0x00, 0xF0, 0x1F, 0x01, 0xE0, 0x79, 0xF3,
0xE7, 0xCF, 0x9F, 0x3E, 0x7C, 0xF9, 0xF3, 0xE7, 0xCF, 0x9F, 0x3E, 0x7E, 0x7E, 0xFC, 0xF0, 0x03,
0x8F, 0x3E, 0x78, 0xF3, 0xCF, 0x3C, 0xF3, 0x8F, 0x38, 0xF3, 0x8F, 0x38, 0xF0, 0x0F, 0x00, 0xF0,
0x0F, 0x00, 0xF0, 0x0F, 0x00, 0xF0, 0x0F, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xF0, 0x7B, 0xFE, 0xEF,
0xBB, 0xEE, 0xFB, 0xBE, 0xEF, 0x83, 0xE0, 0xF8, 0x3E, 0x0F, 0x83, 0xE0, 0xF8, 0x3E, 0x0F, 0x83,
0xF0, 0x7E, 0x1F, 0x83, 0xC0, 0xF0, 0x0F, 0x00, 0xF0, 0x0F, 0x00, 0xF1, 0xEF, 0x3E, 0xF3, 0xFF,
0x3E, 0xF1, 0xEF, 0x00, 0xF0, 0x0F, 0x00, 0xF0, 0x0F, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xF0, 0x78,
0x0F, 0x80, 0xF8, 0x0F, 0x80, 0xF8, 0x0F, 0x80, 0xF9, 0xEF, 0xBF, 0xFB, 0xFF, 0xBF, 0xF9, 0xEF,
0x80, 0xF8, 0x0F, 0x80, 0xF8, 0x0F, 0xC0, 0x7E, 0x07, 0xE0, 0x3C, 0x00, 0x3E, 0x00, 0x7C, 0x00,
0xF8, 0x01, 0xF0, 0x03, 0xE4, 0x07, 0xFC, 0x0F, 0xF8, 0x1F, 0xE0, 0x7F, 0x81, 0xFC, 0x03, 0xF8,
0x03, 0xF0, 0x03, 0xE0, 0x07, 0xC0, 0x0F, 0xFF, 0x9F, 0xFF, 0x3F, 0xFE, 0x1F, 0x03, 0xE0, 0x7C,
0x0F, 0x81, 0xF0, 0x3F, 0x07, 0xF0, 0xFE, 0x7F, 0x8F, 0xE1, 0xFC, 0x1F, 0x81, 0xF0, 0x3E, 0x07,
0xC0, 0xF8, 0x1F, 0x81, 0xF0, 0x1E, 0x00, 0x01, 0x80, 0x03, 0xC0, 0x0F, 0x80, 0x3E, 0x00, 0x78,
0x00, 0x40, 0x00, 0x00, 0x78, 0x0F, 0xF8, 0x1F, 0xF8, 0x3F, 0xF8, 0x7F, 0xF8, 0xFF, 0xF1, 0xFF,
0xF3, 0xFD, 0xF7, 0xFB, 0xEF, 0xF3, 0xFF, 0xE3, 0xFF, 0xC3, 0xFF, 0x87, 0xFF, 0x07, 0xFE, 0x07,
0xFC, 0x0F, 0xF8, 0x0F, 0x03, 0x00, 0x3C, 0x03, 0xE0, 0x3E, 0x01, 0xE0, 0x06, 0x00, 0x00, 0x0F,
0xF8, 0xFF, 0xE7, 0xFF, 0xBE, 0x7D, 0xF1, 0xEF, 0x8F, 0x7C, 0x7B, 0xE3, 0xDF, 0x1E, 0xF8, 0xF7,
0xC7, 0xBE, 0x3D, 0xF1, 0xE0, 0xF0, 0x1F, 0xF0, 0x3F, 0xF0, 0x7F, 0xF0, 0xFF, 0xF1, 0xFF, 0xE3,
0xFF, 0xE7, 0xFB, 0xEF, 0xF7, 0xDF, 0xE7, 0xFF, 0xC7, 0xFF, 0x87, 0xFF, 0x0F, 0xFE, 0x0F, 0xFC,
0x0F, 0xF8, 0x1F, 0xF0, 0x1E, 0x00, 0x00, 0x0F, 0x00, 0x3E, 0x00, 0xF8, 0x01, 0xF0, 0x00, 0x7F,
0xC7, 0xFF, 0x3F, 0xFD, 0xF3, 0xEF, 0x8F, 0x7C, 0x7B, 0xE3, 0xDF, 0x1E, 0xF8, 0xF7, 0xC7, 0xBE,
0x3D, 0xF1, 0xEF, 0x8F, 0x00, 0x00, 0x1C, 0x01, 0xE0, 0x1F, 0x00, 0xF0, 0x00, 0x0C, 0xE0, 0x3F,
0xC0, 0x3F, 0x80, 0x3C, 0x00, 0x30, 0x00, 0x00, 0x00, 0x00, 0x78, 0x0F, 0xF8, 0x1F, 0xF8, 0x3F,
0xF8, 0x7F, 0xF8, 0xFF, 0xF1, 0xFF, 0xF3, 0xFD, 0xF7, 0xFB, 0xEF, 0xF3, 0xFF, 0xE3, 0xFF, 0xC3,
0xFF, 0x87, 0xFF, 0x07, 0xFE, 0x07, 0xFC, 0x0F, 0xF8, 0x0F, 0x18, 0xC1, 0xFE, 0x07, 0xF0, 0x1F,
0x00, 0x60, 0x00, 0x00, 0x00, 0x0F, 0xF8, 0xFF, 0xE7, 0xFF, 0xBE, 0x7D, 0xF1, 0xEF, 0x8F, 0x7C,
0x7B, 0xE3, 0xDF, 0x1E, 0xF8, 0xF7, 0xC7, 0xBE, 0x3D, 0xF1, 0xE0, 0x78, 0x00, 0xF0, 0x01, 0xE0,
0x03, 0xC0, 0x0F, 0x00, 0x1E, 0x00, 0x07, 0xFE, 0x0F, 0xFE, 0x1F, 0xFE, 0x3E, 0x7C, 0x7C, 0x78,
0xF8, 0xF1, 0xF1, 0xE3, 0xE3, 0xC7, 0xC7, 0x8F, 0x8F, 0x1F, 0x1E, 0x3E, 0x3C, 0x7C, 0x78, 0xF0,
0x1F, 0xF0, 0x3F, 0xF0, 0x7F, 0xF0, 0xFF, 0xF1, 0xFF, 0xE3, 0xFF, 0xE7, 0xFB, 0xEF, 0xF7, 0xDF,
0xE7, 0xFF, 0xC7, 0xFF, 0x87, 0xFF, 0x0F, 0xFE, 0x0F, 0xFC, 0x1F, 0xF8, 0x1F, 0xF0, 0x1E, 0x00,
0x3C, 0x00, 0xF8, 0x07, 0xF0, 0x0F, 0xC0, 0x1F, 0x00, 0x7F, 0xC7, 0xFF, 0x3F, 0xFD, 0xF3, 0xEF,
0x8F, 0x7C, 0x7B, 0xE3, 0xDF, 0x1E, 0xF8, 0xF7, 0xC7, 0xBE, 0x3D, 0xF1, 0xEF, 0x8F, 0x00, 0x78,
0x07, 0xC0, 0xFE, 0x07, 0xF0, 0x3F, 0x00, 0x0F, 0xF8, 0x03, 0xFE, 0x00, 0xFF, 0x80, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x7F, 0x80, 0x7F, 0xF8, 0x3F, 0xFF, 0x1F, 0xCF, 0xC7, 0xC0, 0xFB,
0xE0, 0x3E, 0xF8, 0x07, 0xFE, 0x01, 0xFF, 0x80, 0x7F, 0xE0, 0x1F, 0xF8, 0x07, 0xFE, 0x03, 0xE7,
0xC0, 0xF9, 0xFC, 0xFE, 0x3F, 0xFF, 0x07, 0xFF, 0x80, 0x7F, 0x80, 0x3F, 0xE0, 0xFF, 0x83, 0xFE,
0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0xFC, 0x0F, 0xF8, 0x7F, 0xF3, 0xF7, 0xEF, 0x8F, 0xBC, 0x1E,
0xF0, 0x7B, 0xC1, 0xEF, 0x8F, 0xBF, 0x7E, 0x7F, 0xF0, 0xFF, 0x81, 0xFC, 0x00, 0x0F, 0x38, 0x01,
0xDE, 0x00, 0x7F, 0x80, 0x0F, 0xC0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7F, 0x80, 0x7F, 0xF8, 0x3F,
0xFF, 0x1F, 0xCF, 0xC7, 0xC0, 0xFB, 0xE0, 0x3E, 0xF8, 0x07, 0xFE, 0x01, 0xFF, 0x80, 0x7F, 0xE0,
0x1F, 0xF8, 0x07, 0xFE, 0x03, 0xE7, 0xC0, 0xF9, 0xFC, 0xFE, 0x3F, 0xFF, 0x07, 0xFF, 0x80, 0x7F,
0x80, 0x3C, 0xE0, 0xF7, 0x81, 0xFC, 0x03, 0xE0, 0x00, 0x00, 0x00, 0x01, 0xFC, 0x0F, 0xF8, 0x7F,
0xF3, 0xF7, 0xEF, 0x8F, 0xBC, 0x1E, 0xF0, 0x7B, 0xC1, 0xEF, 0x8F, 0xBF, 0x7E, 0x7F, 0xF0, 0xFF,
0x81, 0xFC, 0x00, 0x01, 0x8C, 0x00, 0xF3, 0x80, 0x3D, 0xE0, 0x1E, 0xF0, 0x07, 0x38, 0x01, 0x8C,
0x00, 0x00, 0x00, 0x1F, 0xE0, 0x1F, 0xFE, 0x0F, 0xFF, 0xC7, 0xF3, 0xF1, 0xF0, 0x3E, 0xF8, 0x0F,
0xBE, 0x01, 0xFF, 0x80, 0x7F, 0xE0, 0x1F, 0xF8, 0x07, 0xFE, 0x01, 0xFF, 0x80, 0xF9, 0xF0, 0x3E,
0x7F, 0x3F, 0x8F, 0xFF, 0xC1, 0xFF, 0xE0, 0x1F, 0xE0, 0x04, 0x20, 0x39, 0xE1, 0xFF, 0x87, 0xBC,
0x3D, 0xE0, 0xE3, 0x00, 0x00, 0x07, 0xF0, 0x3F, 0xE1, 0xFF, 0xCF, 0xDF, 0xBE, 0x3E, 0xF0, 0x7B,
0xC1, 0xEF, 0x07, 0xBE, 0x3E, 0xFD, 0xF9, 0xFF, 0xC3, 0xFE, 0x07, 0xF0, 0x07, 0xFF, 0xFE, 0x1F,
0xFF, 0xFE, 0x3F, 0xFF, 0xFE, 0x7F, 0x9E, 0x00, 0x7C, 0x1E, 0x00, 0xF8, 0x1E, 0x00, 0xF8, 0x1E,
0x00, 0xF8, 0x1F, 0xFC, 0xF8, 0x1F, 0xFC, 0xF8, 0x1F, 0xFC, 0xF8, 0x1E, 0x00, 0xF8, 0x1E, 0x00,
0x7C, 0x1E, 0x00, 0x7F, 0x9E, 0x00, 0x3F, 0xFF, 0xFE, 0x1F, 0xFF, 0xFE, 0x07, 0xFF, 0xFE, 0x1F,
0xCF, 0xE0, 0xFF, 0xFF, 0xC7, 0xFF, 0xFF, 0xBF, 0x7F, 0x3E, 0xF8, 0xF8, 0x7B, 0xC1, 0xFF, 0xFF,
0x07, 0xFF, 0xFC, 0x1F, 0xFF, 0xF8, 0xF8, 0x03, 0xF7, 0xF8, 0xC7, 0xFF, 0xFF, 0x8F, 0xFF, 0xFE,
0x1F, 0xCF, 0xF8, 0x03, 0x00, 0x0F, 0x00, 0x3E, 0x00, 0xF8, 0x01, 0xE0, 0x01, 0x80, 0x00, 0x00,
0x7F, 0xE0, 0xFF, 0xF1, 0xFF, 0xF3, 0xC7, 0xE7, 0x87, 0xCF, 0x07, 0x9E, 0x1F, 0x3C, 0x7E, 0x7F,
0xFC, 0xFF, 0xF1, 0xFF, 0xC3, 0xCF, 0x87, 0x8F, 0x8F, 0x1F, 0x9E, 0x1F, 0x3C, 0x3F, 0x78, 0x3E,
0x06, 0x03, 0xC1, 0xF0, 0xF8, 0x3C, 0x06, 0x00, 0x01, 0xFF, 0xFF, 0xBF, 0xEF, 0x9B, 0xE0, 0xF8,
0x3E, 0x0F, 0x83, 0xE0, 0xF8, 0x3E, 0x0F, 0x83, 0xE0, 0xFF, 0xC1, 0xFF, 0xE3, 0xFF, 0xE7, 0x8F,
0xCF, 0x0F, 0x9E, 0x0F, 0x3C, 0x3E, 0x78, 0xFC, 0xFF, 0xF9, 0xFF, 0xE3, 0xFF, 0x87, 0x9F, 0x0F,
0x1F, 0x1E, 0x3F, 0x3C, 0x3E, 0x78, 0x7E, 0xF0, 0x7C, 0x00, 0x00, 0x1E, 0x00, 0x3C, 0x01, 0xF0,
0x03, 0xE0, 0x00, 0x3F, 0xEF, 0xF9, 0xFF, 0x3E, 0x67, 0xC0, 0xF8, 0x1F, 0x03, 0xE0, 0x7C, 0x0F,
0x81, 0xF0, 0x3E, 0x07, 0xC0, 0x00, 0x0F, 0x03, 0xC0, 0xF8, 0x1E, 0x00, 0x19, 0x80, 0x7F, 0x80,
0x7E, 0x00, 0x78, 0x00, 0x60, 0x00, 0x00, 0x00, 0x00, 0x7F, 0xE0, 0xFF, 0xF1, 0xFF, 0xF3, 0xC7,
0xE7, 0x87, 0xCF, 0x07, 0x9E, 0x1F, 0x3C, 0x7E, 0x7F, 0xFC, 0xFF, 0xF1, 0xFF, 0xC3, 0xCF, 0x87,
0x8F, 0x8F, 0x1F, 0x9E, 0x1F, 0x3C, 0x3F, 0x78, 0x3E, 0x33, 0x9F, 0xE3, 0xF8, 0x78, 0x0C, 0x00,
0x00, 0x01, 0xFF, 0xFF, 0xBF, 0xEF, 0x9B, 0xE0, 0xF8, 0x3E, 0x0F, 0x83, 0xE0, 0xF8, 0x3E, 0x0F,
0x83, 0xE0, 0x00, 0xC0, 0x07, 0x80, 0x3E, 0x01, 0xF0, 0x07, 0x80, 0x0C, 0x00, 0x00, 0x03, 0xFC,
0x3F, 0xF9, 0xFF, 0xE7, 0xE7, 0x1F, 0x00, 0x7C, 0x01, 0xFE, 0x03, 0xFE, 0x07, 0xFC, 0x0F, 0xF8,
0x07, 0xF0, 0x07, 0xC0, 0x1F, 0x78, 0xFD, 0xFF, 0xE7, 0xFF, 0x8F, 0xF8, 0x03, 0x00, 0x3C, 0x07,
0xC0, 0xF8, 0x0F, 0x00, 0x40, 0x00, 0x01, 0xFE, 0x3F, 0xE7, 0xFC, 0x7C, 0xC7, 0xF0, 0x7F, 0xE7,
0xFE, 0x3F, 0xE0, 0x3E, 0x71, 0xE7, 0xFE, 0x7F, 0xC7, 0xF8, 0x03, 0x80, 0x1F, 0x00, 0xFE, 0x03,
0xFC, 0x0C, 0x60, 0x00, 0x00, 0xFF, 0x0F, 0xFE, 0x7F, 0xF9, 0xF9, 0xC7, 0xC0, 0x1F, 0x00, 0x7F,
0x80, 0xFF, 0x81, 0xFF, 0x03, 0xFE, 0x01, 0xFC, 0x01, 0xF0, 0x07, 0xDE, 0x3F, 0x7F, 0xF9, 0xFF,
0xE3, 0xFE, 0x00, 0x07, 0x00, 0xF8, 0x1F, 0xC3, 0xFC, 0x18, 0xC0, 0x00, 0x1F, 0xE3, 0xFE, 0x7F,
0xC7, 0xCC, 0x7F, 0x07, 0xFE, 0x7F, 0xE3, 0xFE, 0x03, 0xE7, 0x1E, 0x7F, 0xE7, 0xFC, 0x7F, 0x80,
0x0F, 0xF0, 0xFF, 0xE7, 0xFF, 0x9F, 0x9C, 0x7C, 0x01, 0xF0, 0x07, 0xF8, 0x0F, 0xF8, 0x1F, 0xF0,
0x3F, 0xE0, 0x1F, 0xC0, 0x1F, 0x00, 0x7D, 0xE3, 0xF7, 0xFF, 0x9F, 0xFE, 0x3F, 0xE0, 0x1E, 0x00,
0x7C, 0x02, 0xF0, 0x0F, 0xC0, 0x3E, 0x00, 0x1F, 0xE3, 0xFE, 0x7F, 0xC7, 0xCC, 0x7F, 0x07, 0xFE,
0x7F, 0xE3, 0xFE, 0x03, 0xE7, 0x1E, 0x7F, 0xE7, 0xFE, 0x7F, 0x80, 0xE0, 0x0F, 0x01, 0x78, 0x3F,
0x03, 0xF0, 0x0C, 0x60, 0x3F, 0xC0, 0xFE, 0x01, 0xF0, 0x01, 0x80, 0x00, 0x00, 0x00, 0x03, 0xFC,
0x3F, 0xF9, 0xFF, 0xE7, 0xE7, 0x1F, 0x00, 0x7C, 0x01, 0xFE, 0x03, 0xFE, 0x07, 0xFC, 0x0F, 0xF8,
0x07, 0xF0, 0x07, 0xC0, 0x1F, 0x78, 0xFD, 0xFF, 0xE7, 0xFF, 0x8F, 0xF8, 0x18, 0xC3, 0xFE, 0x1F,
0xC0, 0xF8, 0x07, 0x00, 0x00, 0x00, 0x01, 0xFE, 0x3F, 0xE7, 0xFC, 0x7C, 0xC7, 0xF0, 0x7F, 0xE7,
0xFE, 0x3F, 0xE0, 0x3E, 0x71, 0xE7, 0xFE, 0x7F, 0xC7, 0xF8, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xF8,
0x3E, 0x00, 0x7C, 0x00, 0xF8, 0x01, 0xF0, 0x03, 0xE0, 0x07, 0xC0, 0x0F, 0x80, 0x1F, 0x00, 0x3E,
0x00, 0x7C, 0x00, 0xF8, 0x01, 0xF0, 0x03, 0xE0, 0x07, 0xC0, 0x07, 0x00, 0x1E, 0x00, 0x1E, 0x00,
0x3C, 0x01, 0xF8, 0x03, 0xE0, 0x00, 0xF8, 0x3E, 0x0F, 0x83, 0xE0, 0xFF, 0xBF, 0xEF, 0xFB, 0xE0,
0xF8, 0x3E, 0x0F, 0x83, 0xE0, 0xF8, 0x3F, 0x27, 0xF9, 0xFF, 0x3F, 0xC3, 0x80, 0xF0, 0x1C, 0x3F,
0x0F, 0x80, 0x0C, 0x60, 0x1F, 0xE0, 0x3F, 0x80, 0x3E, 0x00, 0x18, 0x00, 0x00, 0x00, 0x00, 0x7F,
0xFF, 0xFF, 0xFF, 0xFF, 0xFC, 0x1F, 0x00, 0x3E, 0x00, 0x7C, 0x00, 0xF8, 0x01, 0xF0, 0x03, 0xE0,
0x07, 0xC0, 0x0F, 0x80, 0x1F, 0x00, 0x3E, 0x00, 0x7C, 0x00, 0xF8, 0x01, 0xF0, 0x03, 0xE0, 0x07,
0x81, 0xEF, 0xFB, 0xFE, 0xFF, 0x3E, 0x0F, 0xFB, 0xFE, 0xFF, 0xBE, 0x0F, 0x83, 0xE0, 0xF8, 0x3E,
0x0F, 0x83, 0xF2, 0x7F, 0x9F, 0xF3, 0xF8, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xF8, 0x3E, 0x00, 0x7C,
0x00, 0xF8, 0x01, 0xF0, 0x1F, 0xFE, 0x3F, 0xFC, 0x7F, 0xF8, 0x1F, 0x00, 0x3E, 0x00, 0x7C, 0x00,
0xF8, 0x01, 0xF0, 0x03, 0xE0, 0x07, 0xC0, 0xF8, 0x3E, 0x0F, 0x83, 0xE0, 0xFF, 0xBF, 0xEF, 0xFB,
0xE0, 0xF8, 0x3F, 0xEF, 0xFB, 0xE0, 0xF8, 0x3F, 0x27, 0xF9, 0xFF, 0x3F, 0x80, 0x0F, 0xB0, 0x1F,
0xF0, 0x7F, 0xC0, 0x6F, 0x00, 0x00, 0x00, 0x00, 0x3E, 0x07, 0xFC, 0x0F, 0xF8, 0x1F, 0xF0, 0x3F,
0xE0, 0x7F, 0xC0, 0xFF, 0x81, 0xFF, 0x03, 0xFE, 0x07, 0xFC, 0x0F, 0xF8, 0x1F, 0xF0, 0x3D, 0xF0,
0xFB, 0xF3, 0xF7, 0xFF, 0xC7, 0xFF, 0x03, 0xFC, 0x00, 0x1E, 0xE3, 0xFE, 0x7F, 0xE3, 0x7C, 0x00,
0x00, 0x00, 0xF8, 0xFF, 0x8F, 0xF8, 0xFF, 0x8F, 0xF8, 0xFF, 0x8F, 0xF8, 0xFF, 0x8F, 0xF8, 0xF7,
0xCF, 0x7F, 0xF3, 0xFF, 0x1F, 0xF0, 0x1F, 0xF0, 0x3F, 0xE0, 0x7F, 0xC0, 0x00, 0x00, 0x00, 0x00,
0x00, 0x3E, 0x07, 0xFC, 0x0F, 0xF8, 0x1F, 0xF0, 0x3F, 0xE0, 0x7F, 0xC0, 0xFF, 0x81, 0xFF, 0x03,
0xFE, 0x07, 0xFC, 0x0F, 0xF8, 0x1F, 0xF0, 0x3D, 0xF0, 0xFB, 0xF3, 0xF7, 0xFF, 0xC7, 0xFF, 0x03,
0xFC, 0x00, 0x3F, 0xE3, 0xFE, 0x3F, 0xE0, 0x00, 0x00, 0x00, 0x00, 0xF8, 0xFF, 0x8F, 0xF8, 0xFF,
0x8F, 0xF8, 0xFF, 0x8F, 0xF8, 0xFF, 0x8F, 0xF8, 0xF7, 0xCF, 0x7F, 0xF3, 0xFF, 0x1F, 0xF0, 0x1E,
0x70, 0x1D, 0xE0, 0x3F, 0x80, 0x3F, 0x00, 0x00, 0x00, 0x00, 0x3E, 0x07, 0xFC, 0x0F, 0xF8, 0x1F,
0xF0, 0x3F, 0xE0, 0x7F, 0xC0, 0xFF, 0x81, 0xFF, 0x03, 0xFE, 0x07, 0xFC, 0x0F, 0xF8, 0x1F, 0xF0,
0x3D, 0xF0, 0xFB, 0xF3, 0xF7, 0xFF, 0xC7, 0xFF, 0x03, 0xFC, 0x00, 0x39, 0xE3, 0xDE, 0x1F, 0xC0,
0xF8, 0x00, 0x00, 0x00, 0xF8, 0xFF, 0x8F, 0xF8, 0xFF, 0x8F, 0xF8, 0xFF, 0x8F, 0xF8, 0xFF, 0x8F,
0xF8, 0xF7, 0xCF, 0x7F, 0xF3, 0xFF, 0x1F, 0xF0, 0x03, 0xC0, 0x0F, 0xC0, 0x1B, 0x80, 0x37, 0x00,
0x7E, 0x00, 0x78, 0x3E, 0x07, 0xFC, 0x0F, 0xF8, 0x1F, 0xF0, 0x3F, 0xE0, 0x7F, 0xC0, 0xFF, 0x81,
0xFF, 0x03, 0xFE, 0x07, 0xFC, 0x0F, 0xF8, 0x1F, 0xF0, 0x3D, 0xF0, 0xFB, 0xF3, 0xF7, 0xFF, 0xC7,
0xFF, 0x03, 0xFC, 0x00, 0x0F, 0x81, 0xF8, 0x1D, 0xC1, 0xDC, 0x1F, 0x80, 0xF8, 0x00, 0x0F, 0x8F,
0xF8, 0xFF, 0x8F, 0xF8, 0xFF, 0x8F, 0xF8, 0xFF, 0x8F, 0xF8, 0xFF, 0x8F, 0x7C, 0xF7, 0xFF, 0x3F,
0xF1, 0xFF, 0x03, 0x18, 0x0F, 0x78, 0x1E, 0xF0, 0x7B, 0xC0, 0xE7, 0x01, 0x8C, 0x00, 0x00, 0x7C,
0x0F, 0xF8, 0x1F, 0xF0, 0x3F, 0xE0, 0x7F, 0xC0, 0xFF, 0x81, 0xFF, 0x03, 0xFE, 0x07, 0xFC, 0x0F,
0xF8, 0x1F, 0xF0, 0x3F, 0xE0, 0x7B, 0xE1, 0xF7, 0xE7, 0xEF, 0xFF, 0x8F, 0xFE, 0x07, 0xF8, 0x0C,
0x60, 0x73, 0x87, 0xBC, 0x39, 0xC3, 0xDE, 0x1C, 0xE0, 0x00, 0x1F, 0x1E, 0xF8, 0xF7, 0xC7, 0xBE,
0x3D, 0xF1, 0xEF, 0x8F, 0x7C, 0x7B, 0xE3, 0xDF, 0x1E, 0x7C, 0xF3, 0xFF, 0x8F, 0xFC, 0x3F, 0xE0,
0xF8, 0x1F, 0xF0, 0x3F, 0xE0, 0x7F, 0xC0, 0xFF, 0x81, 0xFF, 0x03, 0xFE, 0x07, 0xFC, 0x0F, 0xF8,
0x1F, 0xF0, 0x3F, 0xE0, 0x7F, 0xC0, 0xF7, 0xC3, 0xEF, 0xCF, 0xDF, 0xFF, 0x1F, 0xFC, 0x0F, 0xF0,
0x03, 0x80, 0x0F, 0x00, 0x1F, 0x80, 0x3F, 0x00, 0x7E, 0x00, 0xF8, 0xF7, 0xC7, 0xBE, 0x3D, 0xF1,
0xEF, 0x8F, 0x7C, 0x7B, 0xE3, 0xDF, 0x1E, 0xF8, 0xF3, 0xE7, 0x9F, 0xFC, 0x7F, 0xE1, 0xFF, 0x00,
0xF0, 0x0F, 0x00, 0x7E, 0x03, 0xF0, 0x0F, 0x80, 0x00, 0x18, 0x00, 0x00, 0x3C, 0x00, 0x00, 0xFE,
0x00, 0x00, 0xFF, 0x00, 0x00, 0xE6, 0x00, 0x00, 0x00, 0x00, 0xF8, 0x00, 0x1E, 0xF8, 0x00, 0x1E,
0x7C, 0x3C, 0x3E, 0x7C, 0x7C, 0x3E, 0x7C, 0x7E, 0x3E, 0x7C, 0x7E, 0x3C, 0x3C, 0x7E, 0x3C, 0x3E,
0xFF, 0x7C, 0x3E, 0xFF, 0x7C, 0x3E, 0xEF, 0x78, 0x1F, 0xE7, 0xF8, 0x1F, 0xE7, 0xF8, 0x1F, 0xC7,
0xF0, 0x1F, 0xC3, 0xF0, 0x0F, 0xC3, 0xF0, 0x0F, 0x83, 0xF0, 0x0F, 0x81, 0xE0, 0x00, 0x60, 0x00,
0x0F, 0x00, 0x03, 0xF8, 0x00, 0x3F, 0xC0, 0x03, 0x18, 0x00, 0x00, 0x00, 0xF8, 0xF1, 0xFF, 0x8F,
0x1E, 0x78, 0xF1, 0xE7, 0x9F, 0x3E, 0x7D, 0xFB, 0xC3, 0xDF, 0xBC, 0x3F, 0xFB, 0xC3, 0xFF, 0xF8,
0x1F, 0xBF, 0x81, 0xF9, 0xF8, 0x1F, 0x9F, 0x00, 0xF1, 0xF0, 0x0F, 0x0F, 0x00, 0x01, 0x80, 0x01,
0xF0, 0x01, 0xFC, 0x01, 0xFE, 0x00, 0x63, 0x00, 0x00, 0x03, 0xE0, 0x7E, 0xF8, 0x3E, 0x7C, 0x3E,
0x1F, 0x1F, 0x0F, 0x9F, 0x03, 0xEF, 0x81, 0xFF, 0x80, 0x7F, 0xC0, 0x1F, 0xC0, 0x0F, 0xC0, 0x03,
0xE0, 0x01, 0xF0, 0x00, 0xF8, 0x00, 0x7C, 0x00, 0x3E, 0x00, 0x1F, 0x00, 0x0F, 0x80, 0x03, 0x00,
0x1E, 0x01, 0xFC, 0x07, 0xF8, 0x1C, 0xC0, 0x00, 0x0F, 0x87, 0xFE, 0x1E, 0x78, 0x79, 0xF3, 0xE7,
0xCF, 0x0F, 0x3C, 0x3F, 0xF0, 0xFF, 0x81, 0xFE, 0x07, 0xF8, 0x0F, 0xC0, 0x3F, 0x00, 0x78, 0x03,
0xE0, 0x5F, 0x03, 0xFC, 0x0F, 0xE0, 0x3F, 0x00, 0x0E, 0x78, 0x0F, 0xBC, 0x07, 0xDE, 0x01, 0xCF,
0x00, 0x00, 0x00, 0x00, 0x03, 0xE0, 0x7E, 0xF8, 0x3E, 0x7C, 0x3E, 0x1F, 0x1F, 0x0F, 0x9F, 0x03,
0xEF, 0x81, 0xFF, 0x80, 0x7F, 0xC0, 0x1F, 0xC0, 0x0F, 0xC0, 0x03, 0xE0, 0x01, 0xF0, 0x00, 0xF8,
0x00, 0x7C, 0x00, 0x3E, 0x00, 0x1F, 0x00, 0x0F, 0x80, 0x00, 0xC0, 0x03, 0xC0, 0x0F, 0x80, 0x3E,
0x00, 0x78, 0x00, 0x60, 0x00, 0x00, 0x3F, 0xFF, 0x7F, 0xFE, 0xFF, 0xF8, 0x03, 0xF0, 0x0F, 0xC0,
0x1F, 0x00, 0x7C, 0x01, 0xF8, 0x03, 0xE0, 0x0F, 0x80, 0x3E, 0x00, 0x7C, 0x01, 0xF0, 0x07, 0xC0,
0x0F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x03, 0x80, 0x3C, 0x07, 0xC0, 0xF8, 0x0F, 0x00, 0x60, 0x00,
0x07, 0xFF, 0x7F, 0xF7, 0xFF, 0x03, 0xE0, 0x7C, 0x0F, 0x80, 0xF8, 0x1F, 0x03, 0xE0, 0x7C, 0x07,
0xFF, 0xFF, 0xFF, 0xFF, 0x03, 0x80, 0x0F, 0x80, 0x1F, 0x00, 0x1C, 0x00, 0x00, 0x00, 0x00, 0x1F,
0xFF, 0xBF, 0xFF, 0x7F, 0xFC, 0x01, 0xF8, 0x07, 0xE0, 0x0F, 0x80, 0x3E, 0x00, 0xFC, 0x01, 0xF0,
0x07, 0xC0, 0x1F, 0x00, 0x3E, 0x00, 0xF8, 0x03, 0xE0, 0x07, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x80,
0x0F, 0x00, 0xF0, 0x0F, 0x00, 0xF0, 0x00, 0x00, 0x00, 0x7F, 0xF7, 0xFF, 0x7F, 0xF0, 0x3E, 0x07,
0xC0, 0xF8, 0x0F, 0x81, 0xF0, 0x3E, 0x07, 0xC0, 0x7F, 0xFF, 0xFF, 0xFF, 0xF0, 0x0C, 0x60, 0x1F,
0xE0, 0x3F, 0x80, 0x1E, 0x00, 0x18, 0x00, 0x00, 0x00, 0x00, 0x3F, 0xFF, 0x7F, 0xFE, 0xFF, 0xF8,
0x03, 0xF0, 0x0F, 0xC0, 0x1F, 0x00, 0x7C, 0x01, 0xF8, 0x03, 0xE0, 0x0F, 0x80, 0x3E, 0x00, 0x7C,
0x01, 0xF0, 0x07, 0xC0, 0x0F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x18, 0xC3, 0xFC, 0x1F, 0xC0, 0xF8,
0x07, 0x00, 0x00, 0x00, 0x07, 0xFF, 0x7F, 0xF7, 0xFF, 0x03, 0xE0, 0x7C, 0x0F, 0x80, 0xF8, 0x1F,
0x03, 0xE0, 0x7C, 0x07, 0xFF, 0xFF, 0xFF, 0xFF, 0x1F, 0xCF, 0xF7, 0xFD, 0xF2, 0xF8, 0x3E, 0x0F,
0x83, 0xE0, 0xF8, 0x3E, 0x0F, 0x83, 0xE0, 0xF8, 0x3E, 0x0F, 0x83, 0xE0, 0xF8, 0x3E, 0x0F, 0x80,
feat: Vietnamese glyphs support (#1147) ## Summary * **What is the goal of this PR?** Add Vietnamese glyphs support for the reader's built-in fonts, enabling proper rendering of Vietnamese text in EPUB content. * **What changes are included?** - Added 3 new Unicode intervals to `fontconvert.py` covering Vietnamese characters: - **Latin Extended-B** (Vietnamese subset only): `U+01A0–U+01B0` — Ơ/ơ, Ư/ư - **Vietnamese Extended**: `U+1EA0–U+1EF9` — All precomposed Vietnamese characters with tone marks (Ả, Ấ, Ầ, Ẩ, Ẫ, Ậ, Ắ, …, Ỹ) - Re-generated all 54 built-in font header files (Bookerly, Noto Sans, OpenDyslexic, Ubuntu across all sizes and styles) to include the new Vietnamese glyphs. ## Additional Context * **Scope**: This PR only covers the **reader** fonts. The outer UI still uses the Ubuntu font which does not fully support Vietnamese — UI and i18n will be addressed in a follow-up PR (per discussion in PR #1124). * **Memory impact**: | Metric | Before | After | Delta | |---|---|---|---| | Flash Data (`.rodata`) | 2,971,028 B | 3,290,748 B | **+319,720 B (+10.8%)** | | Total image size | 4,663,235 B | 4,982,955 B | **+319,720 B (+6.9%)** | | Flash usage | 69.1% | 74.0% | **+4.9 pp** | | RAM usage | 29.0% | 29.0% | **No change** | * **Risk**: Low — this is a data-only change (font glyph tables in `.rodata`). No logic changes, no RAM impact. Flash headroom remains comfortable at 74%. --- ### AI Usage Did you use AI tools to help write this code? _**PARTIALLY**_ AI was used to identify the minimal set of Unicode ranges needed for Vietnamese support and to assist with the PR description. --------- Co-authored-by: danoooob <danoooob@example.com>
2026-02-25 00:21:39 +07:00
0x00, 0x03, 0xC0, 0x00, 0xF0, 0x7F, 0xFC, 0x7F, 0xFE, 0x3F, 0xFF, 0x9F, 0xCF, 0xE7, 0xC0, 0xFB,
0xE0, 0x3E, 0xF8, 0x07, 0xFE, 0x01, 0xFF, 0x80, 0x7F, 0xE0, 0x1F, 0xF8, 0x07, 0xFE, 0x03, 0xE7,
0xC0, 0xF9, 0xFC, 0xFE, 0x3F, 0xFF, 0x07, 0xFF, 0x80, 0x7F, 0x80, 0x00, 0x3C, 0x00, 0x78, 0x7F,
0xF1, 0xFF, 0xE7, 0xFF, 0x9F, 0xBF, 0x3E, 0x3E, 0x78, 0x3C, 0xF0, 0x79, 0xE0, 0xF3, 0xE3, 0xE7,
0xEF, 0xC7, 0xFF, 0x07, 0xFC, 0x07, 0xF0, 0x00, 0x00, 0x03, 0xC0, 0x00, 0xF0, 0x00, 0x7F, 0xE0,
0x7F, 0xF8, 0x1F, 0xBE, 0x07, 0x8F, 0x81, 0xE3, 0xE0, 0x78, 0xF8, 0x1E, 0x3E, 0x07, 0x8F, 0x81,
0xE3, 0xE0, 0x78, 0xF8, 0x1E, 0x3E, 0x07, 0x8F, 0x81, 0xE1, 0xF0, 0xF8, 0x7E, 0x7E, 0x1F, 0xFF,
0x03, 0xFF, 0x80, 0x3F, 0xC0, 0x00, 0x1E, 0x00, 0x3C, 0x00, 0x7F, 0xC7, 0xFF, 0x8F, 0xDF, 0x1E,
0x3E, 0x3C, 0x7C, 0x78, 0xF8, 0xF1, 0xF1, 0xE3, 0xE3, 0xC7, 0xC7, 0x87, 0xCF, 0x0F, 0xFE, 0x0F,
0xFC, 0x0F, 0xF8, 0x3F, 0x3F, 0xDD, 0xFE, 0x70, 0x0C, 0x00, 0xF0, 0x07, 0xC0, 0x1F, 0x00, 0x78,
0x01, 0x80, 0x00, 0x1F, 0xFE, 0xFF, 0xF7, 0xFF, 0xBC, 0x01, 0xE0, 0x0F, 0x00, 0x78, 0x03, 0xFF,
0x9F, 0xFC, 0xFF, 0xE7, 0x80, 0x3C, 0x01, 0xE0, 0x0F, 0x00, 0x7F, 0xFF, 0xFF, 0xFF, 0xFF, 0x79,
0xC3, 0xDF, 0x1E, 0xF8, 0xF3, 0x80, 0x00, 0x00, 0x03, 0xFF, 0xDF, 0xFE, 0xFF, 0xF7, 0x80, 0x3C,
0x01, 0xE0, 0x0F, 0x00, 0x7F, 0xF3, 0xFF, 0x9F, 0xFC, 0xF0, 0x07, 0x80, 0x3C, 0x01, 0xE0, 0x0F,
0xFF, 0xFF, 0xFF, 0xFF, 0xE0, 0xFF, 0xFE, 0x0F, 0xFF, 0xE0, 0xFF, 0xFE, 0x00, 0x7C, 0x00, 0x07,
0xC0, 0x00, 0x7C, 0x00, 0x07, 0xFF, 0x80, 0x7F, 0xFC, 0x07, 0xFF, 0xE0, 0x7C, 0x7E, 0x07, 0xC1,
0xE0, 0x7C, 0x1F, 0x07, 0xC1, 0xF0, 0x7C, 0x3E, 0x07, 0xDF, 0xE0, 0x7D, 0xFC, 0x07, 0xDF, 0x80,
0x03, 0x00, 0x78, 0x0F, 0x81, 0xF0, 0x1E, 0x00, 0xC0, 0x00, 0x0F, 0xFF, 0xFF, 0xFF, 0xFF, 0xF0,
Aleo, Noto Sans, Open Dyslexic fonts (#163) ## Summary * Swap out Bookerly font due to licensing issues, replace default font with Aleo * I did a bunch of searching around for a nice replacement font, and this trumped several other like Literata, Merriwether, Vollkorn, etc * Add Noto Sans, and Open Dyslexic as font options * They can be selected in the settings screen * Add font size options (Small, Medium, Large, Extra Large) * Adjustable in settings * Swap out uses of reader font in headings and replaced with slightly larger Ubuntu font * Replaced PixelArial14 font as it was difficult to track down, replace with Space Grotesk * Remove auto formatting on generated font files * Massively speeds up formatting step now that there is a lot more CPP font source * Include fonts with their licenses in the repo ## Additional Context Line compression setting will follow | Font | Small | Medium | Large | X Large | | --- | --- | --- | --- | --- | | Aleo | ![IMG_5704](https://github.com/user-attachments/assets/7acb054f-ddef-4080-b3c8-590cfaf13115) | ![IMG_5705](https://github.com/user-attachments/assets/d4819036-5c89-486e-92c3-86094fa4d89a) | ![IMG_5706](https://github.com/user-attachments/assets/35caf622-d126-4396-9c3e-f927eba1e1f4) | ![IMG_5707](https://github.com/user-attachments/assets/af32370a-6244-400f-bea9-5c27db040b5b) | | Noto Sans | ![IMG_5708](https://github.com/user-attachments/assets/1f9264a5-c069-4e22-9099-a082bfcaabc5) | ![IMG_5709](https://github.com/user-attachments/assets/ef6b07fe-8d87-403a-b152-05f50b69b78e) | ![IMG_5710](https://github.com/user-attachments/assets/112a5d20-262c-4dc0-b67d-980b237e4607) | ![IMG_5711](https://github.com/user-attachments/assets/d25e0e1d-2ace-450d-96dd-618e4efd4805) | | Open Dyslexic | ![IMG_5712](https://github.com/user-attachments/assets/ead64690-f261-4fae-a4a2-0becd1162e2d) | ![IMG_5713](https://github.com/user-attachments/assets/59d60f7d-5142-4591-96b0-c04e0a4c6436) | ![IMG_5714](https://github.com/user-attachments/assets/bb6652cd-1790-46a3-93ea-2b8f70d0d36d) | ![IMG_5715](https://github.com/user-attachments/assets/496e7eb4-c81a-4232-83e9-9ba9148fdea4) |
2025-12-30 18:21:47 +10:00
0x0F, 0x00, 0xF0, 0x0F, 0x00, 0xF0, 0x0F, 0x00, 0xF0, 0x0F, 0x00, 0xF0, 0x0F, 0x00, 0xF0, 0x0F,
feat: Vietnamese glyphs support (#1147) ## Summary * **What is the goal of this PR?** Add Vietnamese glyphs support for the reader's built-in fonts, enabling proper rendering of Vietnamese text in EPUB content. * **What changes are included?** - Added 3 new Unicode intervals to `fontconvert.py` covering Vietnamese characters: - **Latin Extended-B** (Vietnamese subset only): `U+01A0–U+01B0` — Ơ/ơ, Ư/ư - **Vietnamese Extended**: `U+1EA0–U+1EF9` — All precomposed Vietnamese characters with tone marks (Ả, Ấ, Ầ, Ẩ, Ẫ, Ậ, Ắ, …, Ỹ) - Re-generated all 54 built-in font header files (Bookerly, Noto Sans, OpenDyslexic, Ubuntu across all sizes and styles) to include the new Vietnamese glyphs. ## Additional Context * **Scope**: This PR only covers the **reader** fonts. The outer UI still uses the Ubuntu font which does not fully support Vietnamese — UI and i18n will be addressed in a follow-up PR (per discussion in PR #1124). * **Memory impact**: | Metric | Before | After | Delta | |---|---|---|---| | Flash Data (`.rodata`) | 2,971,028 B | 3,290,748 B | **+319,720 B (+10.8%)** | | Total image size | 4,663,235 B | 4,982,955 B | **+319,720 B (+6.9%)** | | Flash usage | 69.1% | 74.0% | **+4.9 pp** | | RAM usage | 29.0% | 29.0% | **No change** | * **Risk**: Low — this is a data-only change (font glyph tables in `.rodata`). No logic changes, no RAM impact. Flash headroom remains comfortable at 74%. --- ### AI Usage Did you use AI tools to help write this code? _**PARTIALLY**_ AI was used to identify the minimal set of Unicode ranges needed for Vietnamese support and to assist with the PR description. --------- Co-authored-by: danoooob <danoooob@example.com>
2026-02-25 00:21:39 +07:00
0x00, 0xF0, 0x0F, 0x00, 0x07, 0xFC, 0x1F, 0xFE, 0x3F, 0xFE, 0x7F, 0x1C, 0x7C, 0x00, 0xF8, 0x00,
0xF8, 0x00, 0xFF, 0xF0, 0xFF, 0xF0, 0xFF, 0xF0, 0xF8, 0x00, 0xF8, 0x00, 0x7C, 0x00, 0x7F, 0x3C,
0x3F, 0xFE, 0x1F, 0xFE, 0x07, 0xFC, 0x0F, 0xF0, 0xFF, 0xE7, 0xFF, 0x9F, 0x9C, 0x7C, 0x01, 0xF0,
0x07, 0xF8, 0x0F, 0xF8, 0x1F, 0xF0, 0x3F, 0xE0, 0x1F, 0xC0, 0x1F, 0x00, 0x7D, 0xE3, 0xF7, 0xFF,
0x9F, 0xFE, 0x3F, 0xE0, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xF0, 0xF3, 0xFC, 0xFF,
0x3F, 0xCF, 0x00, 0x00, 0x01, 0xE0, 0x78, 0x1E, 0x07, 0x81, 0xE0, 0x78, 0x1E, 0x07, 0x81, 0xE0,
0x78, 0x1E, 0x07, 0x81, 0xE0, 0x78, 0x1E, 0x07, 0x81, 0xE0, 0x01, 0xF0, 0x1F, 0x01, 0xF0, 0x1F,
0x01, 0xF0, 0x1F, 0x01, 0xF0, 0x1F, 0x01, 0xF0, 0x1F, 0x01, 0xF0, 0x1F, 0x01, 0xF7, 0x3E, 0xFF,
0xEF, 0xFC, 0x7F, 0x80, 0x03, 0xFF, 0xC0, 0x00, 0x7F, 0xFC, 0x00, 0x07, 0xFF, 0xC0, 0x00, 0x7C,
0x7C, 0x00, 0x07, 0xC7, 0xC0, 0x00, 0x7C, 0x7C, 0x00, 0x07, 0xC7, 0xFF, 0x00, 0x7C, 0x7F, 0xFC,
0x07, 0x87, 0xFF, 0xE0, 0x78, 0x7C, 0x7E, 0x07, 0x87, 0xC1, 0xE0, 0xF8, 0x7C, 0x1E, 0x1F, 0x07,
0xC1, 0xE7, 0xF0, 0x7C, 0x7E, 0xFE, 0x07, 0xFF, 0xEF, 0xC0, 0x7F, 0xFC, 0xF8, 0x03, 0xFF, 0x00,
0xF0, 0x3E, 0x00, 0xF0, 0x3E, 0x00, 0xF0, 0x3E, 0x00, 0xF0, 0x3E, 0x00, 0xF0, 0x3E, 0x00, 0xF0,
0x3E, 0x00, 0xFF, 0xFF, 0xF8, 0xFF, 0xFF, 0xFC, 0xFF, 0xFF, 0xFE, 0xF0, 0x3E, 0x7F, 0xF0, 0x3E,
0x1F, 0xF0, 0x3E, 0x1F, 0xF0, 0x3E, 0x1F, 0xF0, 0x3E, 0x7F, 0xF0, 0x3F, 0xFE, 0xF0, 0x3F, 0xFC,
0xF0, 0x3F, 0xF8, 0xFF, 0xFE, 0x1F, 0xFF, 0xC3, 0xFF, 0xF8, 0x03, 0xE0, 0x00, 0x7C, 0x00, 0x0F,
0x80, 0x01, 0xFF, 0xC0, 0x3F, 0xFC, 0x07, 0xFF, 0xC0, 0xF9, 0xF8, 0x1F, 0x0F, 0x83, 0xE1, 0xF0,
0x7C, 0x3E, 0x0F, 0x87, 0xC1, 0xF0, 0xF8, 0x3E, 0x1F, 0x07, 0xC3, 0xE0, 0x00, 0xC0, 0x03, 0xC0,
0x0F, 0x80, 0x3E, 0x00, 0x78, 0x00, 0x60, 0x00, 0x00, 0x78, 0x3E, 0xF0, 0xF9, 0xE3, 0xF3, 0xCF,
0xC7, 0xBF, 0x0F, 0xFC, 0x1F, 0xF0, 0x3F, 0xC0, 0x7F, 0x80, 0xFF, 0x81, 0xFF, 0x83, 0xDF, 0x87,
0x9F, 0x8F, 0x1F, 0x9E, 0x1F, 0x3C, 0x1F, 0x78, 0x3F, 0x03, 0x00, 0x1E, 0x00, 0x3E, 0x00, 0x3E,
0x00, 0x3C, 0x00, 0x30, 0x00, 0x00, 0x78, 0x0F, 0xF0, 0x3F, 0xE0, 0xFF, 0xC3, 0xFF, 0x8F, 0xFF,
Aleo, Noto Sans, Open Dyslexic fonts (#163) ## Summary * Swap out Bookerly font due to licensing issues, replace default font with Aleo * I did a bunch of searching around for a nice replacement font, and this trumped several other like Literata, Merriwether, Vollkorn, etc * Add Noto Sans, and Open Dyslexic as font options * They can be selected in the settings screen * Add font size options (Small, Medium, Large, Extra Large) * Adjustable in settings * Swap out uses of reader font in headings and replaced with slightly larger Ubuntu font * Replaced PixelArial14 font as it was difficult to track down, replace with Space Grotesk * Remove auto formatting on generated font files * Massively speeds up formatting step now that there is a lot more CPP font source * Include fonts with their licenses in the repo ## Additional Context Line compression setting will follow | Font | Small | Medium | Large | X Large | | --- | --- | --- | --- | --- | | Aleo | ![IMG_5704](https://github.com/user-attachments/assets/7acb054f-ddef-4080-b3c8-590cfaf13115) | ![IMG_5705](https://github.com/user-attachments/assets/d4819036-5c89-486e-92c3-86094fa4d89a) | ![IMG_5706](https://github.com/user-attachments/assets/35caf622-d126-4396-9c3e-f927eba1e1f4) | ![IMG_5707](https://github.com/user-attachments/assets/af32370a-6244-400f-bea9-5c27db040b5b) | | Noto Sans | ![IMG_5708](https://github.com/user-attachments/assets/1f9264a5-c069-4e22-9099-a082bfcaabc5) | ![IMG_5709](https://github.com/user-attachments/assets/ef6b07fe-8d87-403a-b152-05f50b69b78e) | ![IMG_5710](https://github.com/user-attachments/assets/112a5d20-262c-4dc0-b67d-980b237e4607) | ![IMG_5711](https://github.com/user-attachments/assets/d25e0e1d-2ace-450d-96dd-618e4efd4805) | | Open Dyslexic | ![IMG_5712](https://github.com/user-attachments/assets/ead64690-f261-4fae-a4a2-0becd1162e2d) | ![IMG_5713](https://github.com/user-attachments/assets/59d60f7d-5142-4591-96b0-c04e0a4c6436) | ![IMG_5714](https://github.com/user-attachments/assets/bb6652cd-1790-46a3-93ea-2b8f70d0d36d) | ![IMG_5715](https://github.com/user-attachments/assets/496e7eb4-c81a-4232-83e9-9ba9148fdea4) |
2025-12-30 18:21:47 +10:00
0x1F, 0xFE, 0x7F, 0xFD, 0xF7, 0xFF, 0xCF, 0xFF, 0x9F, 0xFE, 0x3F, 0xF8, 0x7F, 0xF0, 0xFF, 0xC1,
feat: Vietnamese glyphs support (#1147) ## Summary * **What is the goal of this PR?** Add Vietnamese glyphs support for the reader's built-in fonts, enabling proper rendering of Vietnamese text in EPUB content. * **What changes are included?** - Added 3 new Unicode intervals to `fontconvert.py` covering Vietnamese characters: - **Latin Extended-B** (Vietnamese subset only): `U+01A0–U+01B0` — Ơ/ơ, Ư/ư - **Vietnamese Extended**: `U+1EA0–U+1EF9` — All precomposed Vietnamese characters with tone marks (Ả, Ấ, Ầ, Ẩ, Ẫ, Ậ, Ắ, …, Ỹ) - Re-generated all 54 built-in font header files (Bookerly, Noto Sans, OpenDyslexic, Ubuntu across all sizes and styles) to include the new Vietnamese glyphs. ## Additional Context * **Scope**: This PR only covers the **reader** fonts. The outer UI still uses the Ubuntu font which does not fully support Vietnamese — UI and i18n will be addressed in a follow-up PR (per discussion in PR #1124). * **Memory impact**: | Metric | Before | After | Delta | |---|---|---|---| | Flash Data (`.rodata`) | 2,971,028 B | 3,290,748 B | **+319,720 B (+10.8%)** | | Total image size | 4,663,235 B | 4,982,955 B | **+319,720 B (+6.9%)** | | Flash usage | 69.1% | 74.0% | **+4.9 pp** | | RAM usage | 29.0% | 29.0% | **No change** | * **Risk**: Low — this is a data-only change (font glyph tables in `.rodata`). No logic changes, no RAM impact. Flash headroom remains comfortable at 74%. --- ### AI Usage Did you use AI tools to help write this code? _**PARTIALLY**_ AI was used to identify the minimal set of Unicode ranges needed for Vietnamese support and to assist with the PR description. --------- Co-authored-by: danoooob <danoooob@example.com>
2026-02-25 00:21:39 +07:00
0xFF, 0x03, 0xFE, 0x07, 0xF8, 0x0F, 0x06, 0x38, 0x07, 0xBC, 0x03, 0xFE, 0x00, 0xFE, 0x00, 0x3E,
0x00, 0x00, 0x00, 0x00, 0x01, 0xF0, 0x3E, 0x7C, 0x1F, 0x3E, 0x0F, 0x8F, 0x8F, 0x87, 0xC7, 0xC1,
0xF3, 0xC0, 0xFB, 0xE0, 0x3F, 0xE0, 0x1F, 0xF0, 0x07, 0xF8, 0x01, 0xF8, 0x00, 0xFC, 0x00, 0x7C,
0x02, 0x7E, 0x03, 0xFE, 0x01, 0xFE, 0x00, 0xFE, 0x00, 0xF0, 0x3F, 0xE0, 0x7F, 0xC0, 0xFF, 0x81,
0xFF, 0x03, 0xFE, 0x07, 0xFC, 0x0F, 0xF8, 0x1F, 0xF0, 0x3F, 0xE0, 0x7F, 0xC0, 0xFF, 0x81, 0xFF,
0x03, 0xFE, 0x07, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFE, 0x0F, 0x00, 0x1E, 0x00, 0x3C, 0x00, 0x78,
0x00, 0xF0, 0x00, 0x01, 0xE0, 0x00, 0xFC, 0x00, 0x3F, 0x00, 0x1F, 0xE0, 0x07, 0xF8, 0x03, 0xFF,
0x00, 0xF3, 0xC0, 0x7C, 0xF8, 0x1E, 0x3E, 0x07, 0x87, 0x83, 0xFF, 0xF0, 0xFF, 0xFC, 0x3F, 0xFF,
0x9F, 0x03, 0xE7, 0xC0, 0xFB, 0xE0, 0x1F, 0xF8, 0x07, 0xC0, 0xFF, 0xF3, 0xFF, 0xCF, 0xFF, 0x3C,
0x00, 0xF0, 0x03, 0xC0, 0x0F, 0xFC, 0x3F, 0xFC, 0xFF, 0xFB, 0xC7, 0xEF, 0x07, 0xBC, 0x1E, 0xF0,
0x7B, 0xC7, 0xEF, 0xFF, 0xBF, 0xFC, 0xFF, 0xC0, 0xFF, 0xC3, 0xFF, 0xCF, 0xFF, 0xBC, 0x7E, 0xF0,
0x7B, 0xC1, 0xEF, 0x1F, 0xBF, 0xFC, 0xFF, 0xF3, 0xFF, 0xEF, 0x0F, 0xFC, 0x1F, 0xF0, 0x7F, 0xC7,
0xFF, 0xFF, 0xBF, 0xFE, 0xFF, 0xE0, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x00, 0xF0, 0x0F, 0x00, 0xF0,
0x0F, 0x00, 0xF0, 0x0F, 0x00, 0xF0, 0x0F, 0x00, 0xF0, 0x0F, 0x00, 0xF0, 0x0F, 0x00, 0xF0, 0x00,
0x07, 0xFF, 0x80, 0x3F, 0xFC, 0x01, 0xFF, 0xE0, 0x0F, 0x8F, 0x00, 0x7C, 0x78, 0x03, 0xE3, 0xC0,
0x1E, 0x1E, 0x00, 0xF0, 0xF0, 0x07, 0x87, 0x80, 0x7C, 0x3C, 0x03, 0xE1, 0xE0, 0x1E, 0x0F, 0x01,
0xF0, 0x78, 0x0F, 0x83, 0xC3, 0xFF, 0xFF, 0xDF, 0xFF, 0xFE, 0xFF, 0xFF, 0xF7, 0xC0, 0x07, 0xBE,
0x00, 0x3D, 0xF0, 0x01, 0xEF, 0x80, 0x0F, 0x7C, 0x00, 0x78, 0xFF, 0xF7, 0xFF, 0xBF, 0xFD, 0xE0,
0x0F, 0x00, 0x78, 0x03, 0xC0, 0x1F, 0xFC, 0xFF, 0xE7, 0xFF, 0x3C, 0x01, 0xE0, 0x0F, 0x00, 0x78,
0x03, 0xFF, 0xFF, 0xFF, 0xFF, 0xF8, 0xFC, 0x3E, 0x1F, 0x3F, 0x1F, 0x1F, 0x8F, 0x8F, 0x9F, 0x87,
0xE7, 0xDF, 0x81, 0xFB, 0xEF, 0x80, 0x7F, 0xFF, 0x80, 0x1F, 0xFF, 0xC0, 0x07, 0xFF, 0xC0, 0x03,
0xFF, 0xC0, 0x01, 0xFF, 0xF0, 0x01, 0xFF, 0xFC, 0x01, 0xF7, 0xFF, 0x01, 0xF3, 0xEF, 0xC1, 0xF9,
0xF3, 0xE1, 0xF8, 0xF8, 0xF8, 0xF8, 0x7C, 0x7E, 0xF8, 0x3E, 0x1F, 0x00, 0x3F, 0xE0, 0xFF, 0xE1,
0xFF, 0xE1, 0xC7, 0xE0, 0x07, 0xC0, 0x0F, 0x80, 0x7E, 0x0F, 0xFC, 0x1F, 0xF0, 0x3F, 0xF8, 0x03,
0xF0, 0x01, 0xE0, 0x03, 0xCF, 0x1F, 0x9F, 0xFF, 0x7F, 0xFC, 0x3F, 0xF0, 0xF0, 0x1F, 0xE0, 0x7F,
0xC1, 0xFF, 0x87, 0xFF, 0x1F, 0xFE, 0x3F, 0xFC, 0xFF, 0xFB, 0xEF, 0xFF, 0x9F, 0xFF, 0x3F, 0xFC,
0x7F, 0xF0, 0xFF, 0xE1, 0xFF, 0x83, 0xFE, 0x07, 0xFC, 0x0F, 0xF0, 0x1E, 0x0C, 0x70, 0x3D, 0xE0,
0x7F, 0xC0, 0x7F, 0x00, 0x7C, 0x00, 0x00, 0x00, 0x00, 0x78, 0x0F, 0xF0, 0x3F, 0xE0, 0xFF, 0xC3,
0xFF, 0x8F, 0xFF, 0x1F, 0xFE, 0x7F, 0xFD, 0xF7, 0xFF, 0xCF, 0xFF, 0x9F, 0xFE, 0x3F, 0xF8, 0x7F,
0xF0, 0xFF, 0xC1, 0xFF, 0x03, 0xFE, 0x07, 0xF8, 0x0F, 0xF0, 0x7D, 0xE1, 0xF3, 0xC7, 0xE7, 0x9F,
0x8F, 0x7E, 0x1F, 0xF8, 0x3F, 0xE0, 0x7F, 0x80, 0xFF, 0x01, 0xFF, 0x03, 0xFF, 0x07, 0xBF, 0x0F,
0x3F, 0x1E, 0x3F, 0x3C, 0x3E, 0x78, 0x3E, 0xF0, 0x7E, 0x03, 0xFF, 0xC1, 0xFF, 0xF0, 0x7F, 0xFC,
0x1F, 0x1F, 0x07, 0xC7, 0xC1, 0xF1, 0xF0, 0x7C, 0x7C, 0x1F, 0x1F, 0x07, 0x87, 0xC1, 0xE1, 0xF0,
0x78, 0x7C, 0x3E, 0x1F, 0x1F, 0x07, 0xDF, 0xC1, 0xFF, 0xE0, 0x7F, 0xF0, 0x1F, 0xF8, 0x07, 0xC0,
0x7C, 0x03, 0xE7, 0xE0, 0x3E, 0x7E, 0x07, 0xE7, 0xF0, 0x7E, 0x7F, 0x0F, 0xE7, 0xF8, 0xFF, 0x7F,
0x9F, 0xF7, 0xFD, 0xFF, 0x7B, 0xDF, 0xF7, 0xBF, 0xDF, 0x79, 0xFD, 0xFF, 0x9F, 0x8F, 0xF9, 0xF8,
0xFF, 0x8F, 0x8F, 0xF8, 0xF0, 0xFF, 0x80, 0x0F, 0xF8, 0x00, 0xF0, 0xF0, 0x3F, 0xE0, 0x7F, 0xC0,
0xFF, 0x81, 0xFF, 0x03, 0xFE, 0x07, 0xFC, 0x0F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xC0, 0xFF,
0x81, 0xFF, 0x03, 0xFE, 0x07, 0xFC, 0x0F, 0xF8, 0x1F, 0xF0, 0x3E, 0x07, 0xF8, 0x07, 0xFF, 0x83,
0xFF, 0xF1, 0xFC, 0xFC, 0x7C, 0x0F, 0xBE, 0x03, 0xEF, 0x80, 0x7F, 0xE0, 0x1F, 0xF8, 0x07, 0xFE,
0x01, 0xFF, 0x80, 0x7F, 0xE0, 0x3E, 0x7C, 0x0F, 0x9F, 0xCF, 0xE3, 0xFF, 0xF0, 0x7F, 0xF8, 0x07,
0xF8, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x81, 0xFF, 0x03, 0xFE, 0x07, 0xFC, 0x0F, 0xF8,
0x1F, 0xF0, 0x3F, 0xE0, 0x7F, 0xC0, 0xFF, 0x81, 0xFF, 0x03, 0xFE, 0x07, 0xFC, 0x0F, 0xF8, 0x1F,
0xF0, 0x3E, 0xFF, 0xC3, 0xFF, 0xCF, 0xFF, 0xBC, 0x7E, 0xF0, 0x7B, 0xC1, 0xFF, 0x07, 0xBC, 0x7E,
0xFF, 0xFB, 0xFF, 0xCF, 0xFC, 0x3C, 0x00, 0xF0, 0x03, 0xC0, 0x0F, 0x00, 0x3C, 0x00, 0xF0, 0x00,
0x07, 0xFC, 0x3F, 0xFC, 0xFF, 0xF3, 0xF8, 0xE7, 0xC0, 0x1F, 0x00, 0x3E, 0x00, 0x7C, 0x00, 0xF8,
0x01, 0xF0, 0x03, 0xE0, 0x07, 0xC0, 0x07, 0xC0, 0x0F, 0xE3, 0x8F, 0xFF, 0x8F, 0xFF, 0x0F, 0xFC,
0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xF8, 0x3E, 0x00, 0x7C, 0x00, 0xF8, 0x01, 0xF0, 0x03, 0xE0, 0x07,
0xC0, 0x0F, 0x80, 0x1F, 0x00, 0x3E, 0x00, 0x7C, 0x00, 0xF8, 0x01, 0xF0, 0x03, 0xE0, 0x07, 0xC0,
0xF8, 0x1F, 0x3E, 0x0F, 0x9F, 0x07, 0xC7, 0xC7, 0xC3, 0xE3, 0xE0, 0xF9, 0xE0, 0x7D, 0xF0, 0x1F,
0xF0, 0x0F, 0xF8, 0x03, 0xFC, 0x00, 0xFC, 0x00, 0x7E, 0x00, 0x3E, 0x01, 0x3F, 0x01, 0xFF, 0x00,
0xFF, 0x00, 0x7F, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x0F, 0x00, 0x0F, 0xFE, 0x01, 0xFF, 0xF8, 0x3F,
0xFF, 0xC7, 0xEF, 0xFE, 0xF8, 0xF3, 0xEF, 0x8F, 0x1F, 0xF0, 0xF1, 0xFF, 0x0F, 0x1F, 0xF8, 0xF1,
0xFF, 0x8F, 0x3E, 0x7E, 0xF7, 0xE7, 0xFF, 0xFC, 0x3F, 0xFF, 0x80, 0xFF, 0xF0, 0x00, 0xF0, 0x00,
0x0F, 0x00, 0xFC, 0x1F, 0x3F, 0x1F, 0x8F, 0x8F, 0x87, 0xEF, 0x81, 0xFF, 0xC0, 0x7F, 0xC0, 0x3F,
0xC0, 0x0F, 0xE0, 0x03, 0xE0, 0x03, 0xF8, 0x03, 0xFE, 0x03, 0xFF, 0x81, 0xF7, 0xC1, 0xF3, 0xF1,
0xF8, 0xFC, 0xF8, 0x3E, 0xF8, 0x1F, 0x80, 0xF0, 0x3E, 0x3C, 0x0F, 0x8F, 0x03, 0xE3, 0xC0, 0xF8,
0xF0, 0x3E, 0x3C, 0x0F, 0x8F, 0x03, 0xE3, 0xC0, 0xF8, 0xF0, 0x3E, 0x3C, 0x0F, 0x8F, 0x03, 0xE3,
0xC0, 0xF8, 0xF0, 0x3E, 0x3C, 0x0F, 0x8F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xC0, 0x01, 0xF0,
0x00, 0x7C, 0x00, 0x1F, 0x00, 0x07, 0xC0, 0x01, 0xF0, 0xF0, 0x3F, 0xC0, 0xFF, 0x03, 0xFC, 0x0F,
0xF0, 0x3F, 0xC0, 0xFF, 0x83, 0xFF, 0x1F, 0xFF, 0xFD, 0xFF, 0xF3, 0xFF, 0xC0, 0x0F, 0x00, 0x3C,
0x00, 0xF0, 0x03, 0xC0, 0x0F, 0x00, 0x3C, 0xF0, 0xF8, 0x7F, 0xC3, 0xE1, 0xFF, 0x0F, 0x87, 0xFC,
0x3E, 0x1F, 0xF0, 0xF8, 0x7F, 0xC3, 0xE1, 0xFF, 0x0F, 0x87, 0xFC, 0x3E, 0x1F, 0xF0, 0xF8, 0x7F,
0xC3, 0xE1, 0xFF, 0x0F, 0x87, 0xFC, 0x3E, 0x1F, 0xF0, 0xF8, 0x7F, 0xC3, 0xE1, 0xFF, 0xFF, 0xFF,
0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFC, 0xF0, 0xF8, 0x7C, 0x78, 0x7C, 0x3E, 0x3C, 0x3E, 0x1F, 0x1E,
0x1F, 0x0F, 0x8F, 0x0F, 0x87, 0xC7, 0x87, 0xC3, 0xE3, 0xC3, 0xE1, 0xF1, 0xE1, 0xF0, 0xF8, 0xF0,
0xF8, 0x7C, 0x78, 0x7C, 0x3E, 0x3C, 0x3E, 0x1F, 0x1E, 0x1F, 0x0F, 0x8F, 0x0F, 0x87, 0xC7, 0x87,
0xC3, 0xE3, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x80, 0x00, 0x07, 0xC0, 0x00,
0x03, 0xE0, 0x00, 0x01, 0xF0, 0x00, 0x00, 0xF8, 0x00, 0x00, 0x7C, 0xFF, 0x80, 0x1F, 0xF0, 0x03,
0xFE, 0x00, 0x07, 0xC0, 0x00, 0xF8, 0x00, 0x1F, 0x00, 0x03, 0xFF, 0x80, 0x7F, 0xFC, 0x0F, 0xFF,
0xC1, 0xF3, 0xF8, 0x3E, 0x0F, 0x07, 0xC1, 0xF0, 0xF8, 0x3C, 0x1F, 0x1F, 0x83, 0xFF, 0xF0, 0x7F,
0xFC, 0x07, 0xFE, 0x00, 0xF0, 0x01, 0xFF, 0x00, 0x1F, 0xF0, 0x01, 0xFF, 0x00, 0x1F, 0xF0, 0x01,
Aleo, Noto Sans, Open Dyslexic fonts (#163) ## Summary * Swap out Bookerly font due to licensing issues, replace default font with Aleo * I did a bunch of searching around for a nice replacement font, and this trumped several other like Literata, Merriwether, Vollkorn, etc * Add Noto Sans, and Open Dyslexic as font options * They can be selected in the settings screen * Add font size options (Small, Medium, Large, Extra Large) * Adjustable in settings * Swap out uses of reader font in headings and replaced with slightly larger Ubuntu font * Replaced PixelArial14 font as it was difficult to track down, replace with Space Grotesk * Remove auto formatting on generated font files * Massively speeds up formatting step now that there is a lot more CPP font source * Include fonts with their licenses in the repo ## Additional Context Line compression setting will follow | Font | Small | Medium | Large | X Large | | --- | --- | --- | --- | --- | | Aleo | ![IMG_5704](https://github.com/user-attachments/assets/7acb054f-ddef-4080-b3c8-590cfaf13115) | ![IMG_5705](https://github.com/user-attachments/assets/d4819036-5c89-486e-92c3-86094fa4d89a) | ![IMG_5706](https://github.com/user-attachments/assets/35caf622-d126-4396-9c3e-f927eba1e1f4) | ![IMG_5707](https://github.com/user-attachments/assets/af32370a-6244-400f-bea9-5c27db040b5b) | | Noto Sans | ![IMG_5708](https://github.com/user-attachments/assets/1f9264a5-c069-4e22-9099-a082bfcaabc5) | ![IMG_5709](https://github.com/user-attachments/assets/ef6b07fe-8d87-403a-b152-05f50b69b78e) | ![IMG_5710](https://github.com/user-attachments/assets/112a5d20-262c-4dc0-b67d-980b237e4607) | ![IMG_5711](https://github.com/user-attachments/assets/d25e0e1d-2ace-450d-96dd-618e4efd4805) | | Open Dyslexic | ![IMG_5712](https://github.com/user-attachments/assets/ead64690-f261-4fae-a4a2-0becd1162e2d) | ![IMG_5713](https://github.com/user-attachments/assets/59d60f7d-5142-4591-96b0-c04e0a4c6436) | ![IMG_5714](https://github.com/user-attachments/assets/bb6652cd-1790-46a3-93ea-2b8f70d0d36d) | ![IMG_5715](https://github.com/user-attachments/assets/496e7eb4-c81a-4232-83e9-9ba9148fdea4) |
2025-12-30 18:21:47 +10:00
0xFF, 0x00, 0x1F, 0xFF, 0xC1, 0xFF, 0xFF, 0x1F, 0xFF, 0xF9, 0xFF, 0x3F, 0x9F, 0xF0, 0xF9, 0xFF,
feat: Vietnamese glyphs support (#1147) ## Summary * **What is the goal of this PR?** Add Vietnamese glyphs support for the reader's built-in fonts, enabling proper rendering of Vietnamese text in EPUB content. * **What changes are included?** - Added 3 new Unicode intervals to `fontconvert.py` covering Vietnamese characters: - **Latin Extended-B** (Vietnamese subset only): `U+01A0–U+01B0` — Ơ/ơ, Ư/ư - **Vietnamese Extended**: `U+1EA0–U+1EF9` — All precomposed Vietnamese characters with tone marks (Ả, Ấ, Ầ, Ẩ, Ẫ, Ậ, Ắ, …, Ỹ) - Re-generated all 54 built-in font header files (Bookerly, Noto Sans, OpenDyslexic, Ubuntu across all sizes and styles) to include the new Vietnamese glyphs. ## Additional Context * **Scope**: This PR only covers the **reader** fonts. The outer UI still uses the Ubuntu font which does not fully support Vietnamese — UI and i18n will be addressed in a follow-up PR (per discussion in PR #1124). * **Memory impact**: | Metric | Before | After | Delta | |---|---|---|---| | Flash Data (`.rodata`) | 2,971,028 B | 3,290,748 B | **+319,720 B (+10.8%)** | | Total image size | 4,663,235 B | 4,982,955 B | **+319,720 B (+6.9%)** | | Flash usage | 69.1% | 74.0% | **+4.9 pp** | | RAM usage | 29.0% | 29.0% | **No change** | * **Risk**: Low — this is a data-only change (font glyph tables in `.rodata`). No logic changes, no RAM impact. Flash headroom remains comfortable at 74%. --- ### AI Usage Did you use AI tools to help write this code? _**PARTIALLY**_ AI was used to identify the minimal set of Unicode ranges needed for Vietnamese support and to assist with the PR description. --------- Co-authored-by: danoooob <danoooob@example.com>
2026-02-25 00:21:39 +07:00
0x07, 0x9F, 0xF0, 0xF9, 0xFF, 0x1F, 0x9F, 0xFF, 0xF9, 0xFF, 0xFF, 0x1F, 0xFF, 0xC1, 0xF0, 0xF0,
0x03, 0xC0, 0x0F, 0x00, 0x3C, 0x00, 0xF0, 0x03, 0xC0, 0x0F, 0xFC, 0x3F, 0xFC, 0xFF, 0xFB, 0xCF,
0xEF, 0x07, 0xFC, 0x1F, 0xF0, 0x7F, 0xC7, 0xEF, 0xFF, 0xBF, 0xFC, 0xFF, 0xC0, 0x7F, 0xC1, 0xFF,
0xE3, 0xFF, 0xE3, 0x8F, 0xE0, 0x07, 0xC0, 0x07, 0xC0, 0x0F, 0x8F, 0xFF, 0x1F, 0xFE, 0x3F, 0xFC,
0x00, 0xF8, 0x01, 0xF0, 0x07, 0xCF, 0x3F, 0xBF, 0xFE, 0x7F, 0xF8, 0x7F, 0xC0, 0xF0, 0x0F, 0xE0,
0xF0, 0x3F, 0xF8, 0xF0, 0x7F, 0xFC, 0xF0, 0xFC, 0xFE, 0xF0, 0xF8, 0x3E, 0xF1, 0xF0, 0x1F, 0xF1,
0xF0, 0x1F, 0xFF, 0xE0, 0x1F, 0xFF, 0xE0, 0x1F, 0xFF, 0xE0, 0x1F, 0xF1, 0xF0, 0x1F, 0xF1, 0xF0,
0x1F, 0xF1, 0xF8, 0x3E, 0xF0, 0xFC, 0xFE, 0xF0, 0x7F, 0xFC, 0xF0, 0x3F, 0xF8, 0xF0, 0x1F, 0xE0,
0x0F, 0xFC, 0x7F, 0xFC, 0xFF, 0xFB, 0xF9, 0xF7, 0xC3, 0xEF, 0x07, 0xDF, 0x0F, 0xBF, 0x1F, 0x7F,
0xFE, 0x7F, 0xFC, 0x7F, 0xF8, 0xF9, 0xF3, 0xE3, 0xEF, 0x87, 0xDF, 0x0F, 0xFC, 0x1F, 0xF8, 0x3E,
0x3F, 0xC1, 0xFF, 0x8F, 0xFC, 0x63, 0xE0, 0x0F, 0x8F, 0xFD, 0xFF, 0xEF, 0xFF, 0x7C, 0xFB, 0xE7,
0xDF, 0xFE, 0xFF, 0xF3, 0xFF, 0x00, 0x01, 0xF0, 0x7F, 0x87, 0xFE, 0x7F, 0xC7, 0xC0, 0x3C, 0x03,
0xFF, 0x1F, 0xFE, 0xFF, 0xF7, 0xEF, 0xFC, 0x3F, 0xE0, 0xFF, 0x07, 0xFC, 0x3F, 0xE3, 0xFF, 0xBF,
0x7F, 0xF1, 0xFF, 0x07, 0xF0, 0xFF, 0xE7, 0xFF, 0xBF, 0xFD, 0xF1, 0xFF, 0x8F, 0x7F, 0xFB, 0xFF,
0xDF, 0xFF, 0xF8, 0xFF, 0xC7, 0xFF, 0xFF, 0xFF, 0xE7, 0xFE, 0x00, 0xFF, 0xDF, 0xFB, 0xFF, 0x7C,
0x0F, 0x81, 0xF0, 0x3E, 0x07, 0xC0, 0xF8, 0x1F, 0x03, 0xE0, 0x7C, 0x0F, 0x80, 0x0F, 0xFE, 0x07,
0xFF, 0x03, 0xFF, 0x83, 0xE7, 0xC1, 0xF3, 0xE0, 0xF9, 0xF0, 0x78, 0xF8, 0x3C, 0x7C, 0x1E, 0x3E,
0x1F, 0x1F, 0x3F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x80, 0x3F, 0xC0, 0x1F, 0xE0, 0x0F, 0xF0,
0x07, 0x80, 0x1F, 0xC1, 0xFF, 0x1F, 0xFD, 0xFB, 0xEF, 0x8F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xF8,
0x07, 0xE3, 0x9F, 0xFC, 0x7F, 0xE1, 0xFF, 0x00, 0xFC, 0xF8, 0xFB, 0xE7, 0xCF, 0x8F, 0xBE, 0xF8,
0x3F, 0xFF, 0xC1, 0xFF, 0xFC, 0x07, 0xFF, 0xC0, 0x1F, 0xFC, 0x01, 0xFF, 0xF0, 0x1F, 0xFF, 0xC1,
0xFF, 0xDF, 0x0F, 0xBE, 0xFC, 0xF9, 0xF3, 0xEF, 0x8F, 0x8F, 0x80, 0x7F, 0xC7, 0xFE, 0x7F, 0xE7,
0x3E, 0x01, 0xE3, 0xFE, 0x3F, 0xE3, 0xFE, 0x01, 0xF7, 0x1F, 0x7F, 0xF7, 0xFE, 0x7F, 0xC0, 0xF8,
0x7F, 0xC7, 0xFE, 0x7F, 0xF7, 0xFF, 0xBF, 0xFF, 0xFF, 0xFF, 0xFF, 0xEF, 0xFE, 0x7F, 0xF3, 0xFF,
0x1F, 0xF0, 0xFF, 0x87, 0x80, 0x18, 0xE1, 0xEF, 0x0F, 0xF8, 0x3F, 0x80, 0xF8, 0x00, 0x00, 0x00,
0x1F, 0x0F, 0xF8, 0xFF, 0xCF, 0xFE, 0xFF, 0xF7, 0xFF, 0xFF, 0xFF, 0xFF, 0xFD, 0xFF, 0xCF, 0xFE,
0x7F, 0xE3, 0xFE, 0x1F, 0xF0, 0xF0, 0xF8, 0xFB, 0xE7, 0xCF, 0xBE, 0x3F, 0xF0, 0xFF, 0x83, 0xFC,
0x0F, 0xF8, 0x3F, 0xF0, 0xFF, 0xC3, 0xEF, 0x8F, 0x9F, 0x3E, 0x7E, 0xF8, 0xF8, 0x0F, 0xFC, 0x3F,
0xF0, 0xFF, 0xC3, 0xCF, 0x0F, 0x3C, 0x7C, 0xF1, 0xF3, 0xC7, 0xCF, 0x1E, 0x3D, 0xF8, 0xFF, 0xC3,
0xFE, 0x0F, 0xF0, 0x3C, 0x78, 0x0F, 0x3E, 0x0F, 0x9F, 0x07, 0xCF, 0xC7, 0xE7, 0xE3, 0xF3, 0xFB,
0xF9, 0xFF, 0xFF, 0xFF, 0xFF, 0xFB, 0xEF, 0xFD, 0xF7, 0xFE, 0x73, 0xFF, 0x01, 0xFF, 0x80, 0xF8,
0xF8, 0xF7, 0xC7, 0xBE, 0x3D, 0xF1, 0xEF, 0x8F, 0x7F, 0xFB, 0xFF, 0xDF, 0xFE, 0xF8, 0xF7, 0xC7,
0xBE, 0x3D, 0xF1, 0xEF, 0x8F, 0x00, 0x1F, 0xC0, 0xFF, 0x87, 0xFF, 0x3F, 0x7E, 0xF8, 0xFB, 0xC1,
0xEF, 0x07, 0xBC, 0x1E, 0xF8, 0xFB, 0xF7, 0xE7, 0xFF, 0x0F, 0xF8, 0x1F, 0xC0, 0xFF, 0xF7, 0xFF,
0xBF, 0xFD, 0xF1, 0xEF, 0x8F, 0x7C, 0x7B, 0xE3, 0xDF, 0x1E, 0xF8, 0xF7, 0xC7, 0xBE, 0x3D, 0xF1,
0xEF, 0x8F, 0x00, 0x7F, 0xC7, 0xFF, 0x3F, 0xFD, 0xF3, 0xFF, 0x8F, 0xFC, 0x3F, 0xE1, 0xFF, 0x0F,
0xF8, 0xFF, 0xEF, 0xFF, 0xFD, 0xFF, 0xEF, 0xFC, 0x7C, 0x03, 0xE0, 0x1F, 0x00, 0xF8, 0x07, 0xC0,
0x00, 0x1F, 0xE7, 0xFD, 0xFF, 0x7E, 0x6F, 0x81, 0xE0, 0x3C, 0x07, 0x80, 0xF8, 0x1F, 0x8D, 0xFF,
0x9F, 0xF1, 0xFE, 0xFF, 0xFF, 0xFF, 0xFF, 0xFE, 0x1F, 0x00, 0xF8, 0x07, 0xC0, 0x3E, 0x01, 0xF0,
0x0F, 0x80, 0x7C, 0x03, 0xE0, 0x1F, 0x00, 0xF8, 0x00, 0xF8, 0x7F, 0xE1, 0xE7, 0x87, 0x9F, 0x3E,
0x7C, 0xF0, 0xF3, 0xC3, 0xFF, 0x0F, 0xF8, 0x1F, 0xE0, 0x7F, 0x80, 0xFC, 0x03, 0xF0, 0x07, 0x80,
0x3E, 0x05, 0xF0, 0x3F, 0xC0, 0xFE, 0x03, 0xF0, 0x00, 0x01, 0xE0, 0x00, 0x78, 0x00, 0x1E, 0x00,
0x07, 0x80, 0x01, 0xE0, 0x00, 0x78, 0x00, 0xFF, 0xC0, 0xFF, 0xFC, 0x7F, 0xFF, 0xBF, 0xFF, 0xEF,
0x9E, 0x7F, 0xC7, 0x9F, 0xF1, 0xE3, 0xFC, 0x79, 0xFF, 0x9E, 0x7F, 0xFF, 0xBE, 0x7F, 0xFF, 0x8F,
0xFF, 0xC0, 0xFF, 0xC0, 0x07, 0x80, 0x01, 0xE0, 0x00, 0x78, 0x00, 0x1E, 0x00, 0x07, 0x80, 0xF8,
0x79, 0xF3, 0xE3, 0xFF, 0x0F, 0xF8, 0x1F, 0xE0, 0x3F, 0x00, 0xF8, 0x03, 0xF0, 0x1F, 0xE0, 0xFF,
0xC7, 0xCF, 0x1E, 0x3E, 0xF8, 0x7C, 0xF8, 0xF1, 0xF1, 0xE3, 0xE3, 0xC7, 0xC7, 0x8F, 0x8F, 0x1F,
0x1E, 0x3E, 0x3C, 0x7C, 0x78, 0xF8, 0xF1, 0xF1, 0xE3, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xE0, 0x03,
0xC0, 0x07, 0x80, 0x0F, 0x00, 0x1E, 0xF1, 0xFF, 0x1F, 0xF1, 0xFF, 0x1F, 0xF1, 0xFF, 0x9F, 0xFF,
0xF7, 0xFF, 0x3F, 0xF0, 0x1F, 0x01, 0xF0, 0x1F, 0x01, 0xF0, 0xF8, 0xF1, 0xFF, 0x1E, 0x3F, 0xE3,
0xC7, 0xFC, 0x78, 0xFF, 0x8F, 0x1F, 0xF1, 0xE3, 0xFE, 0x3C, 0x7F, 0xC7, 0x8F, 0xF8, 0xF1, 0xFF,
0x1E, 0x3F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFE, 0xF8, 0xF1, 0xE7, 0xC7, 0x8F, 0x3E, 0x3C,
0x79, 0xF1, 0xE3, 0xCF, 0x8F, 0x1E, 0x7C, 0x78, 0xF3, 0xE3, 0xC7, 0x9F, 0x1E, 0x3C, 0xF8, 0xF1,
0xE7, 0xC7, 0x8F, 0x3F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x80, 0x00, 0x3C, 0x00, 0x01,
0xE0, 0x00, 0x0F, 0x00, 0x00, 0x78, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0x1F, 0x00, 0x1F, 0xF8,
0x1F, 0xFC, 0x1F, 0xFE, 0x1F, 0x3E, 0x1F, 0x1E, 0x1F, 0x3E, 0x1F, 0xFE, 0x1F, 0xFC, 0x1F, 0xF8,
0xF8, 0x03, 0xFE, 0x00, 0xFF, 0x80, 0x3F, 0xE0, 0x0F, 0xFF, 0xC3, 0xFF, 0xF8, 0xFF, 0xFF, 0x3F,
0xE7, 0xCF, 0xF8, 0xFB, 0xFE, 0x7C, 0xFF, 0xFF, 0x3F, 0xFF, 0xCF, 0x7F, 0xC3, 0xC0, 0xF8, 0x07,
0xC0, 0x3E, 0x01, 0xF0, 0x0F, 0xFC, 0x7F, 0xFB, 0xFF, 0xDF, 0x3E, 0xF8, 0xFF, 0xCF, 0xBF, 0xFD,
0xFF, 0xE7, 0xFC, 0x00, 0x7F, 0x83, 0xFF, 0x1F, 0xF8, 0xE7, 0xE0, 0x0F, 0x0F, 0xF8, 0x7F, 0xE3,
0xFE, 0x00, 0xF3, 0x9F, 0x9F, 0xF8, 0xFF, 0xC7, 0xF8, 0x00, 0xF8, 0x3F, 0x8F, 0x87, 0xFC, 0xF8,
0xFF, 0xEF, 0x9F, 0xBE, 0xF9, 0xF1, 0xFF, 0xFE, 0x1F, 0xFF, 0xE1, 0xFF, 0xFE, 0x1F, 0xF9, 0xF1,
0xFF, 0x9F, 0xBE, 0xF8, 0xFF, 0xEF, 0x87, 0xFC, 0xF8, 0x3F, 0x80, 0x1F, 0xF9, 0xFF, 0xDF, 0xFE,
0xF8, 0xF7, 0xC7, 0xBF, 0xFC, 0xFF, 0xE3, 0xFF, 0x1E, 0x79, 0xF3, 0xCF, 0x1E, 0xF8, 0xF7, 0x87,
0x80, 0x0C, 0x00, 0xF0, 0x07, 0xC0, 0x1F, 0x00, 0x78, 0x01, 0x80, 0x00, 0x03, 0xF8, 0x3F, 0xE3,
0xFF, 0xBF, 0x7D, 0xF1, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x00, 0xFC, 0x73, 0xFF, 0x8F, 0xFC,
0x3F, 0xE0, 0x39, 0xE3, 0xEF, 0x1F, 0x78, 0x73, 0xC0, 0x00, 0x00, 0x00, 0x7F, 0x07, 0xFC, 0x7F,
0xF7, 0xEF, 0xBE, 0x3F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xE0, 0x1F, 0x8E, 0x7F, 0xF1, 0xFF, 0x87,
0xFC, 0x3C, 0x00, 0xF0, 0x0F, 0xFC, 0x3F, 0xF0, 0x3C, 0x00, 0xF0, 0x03, 0xFE, 0x0F, 0xFC, 0x3F,
0xF8, 0xF3, 0xE3, 0xC7, 0xCF, 0x1F, 0x3C, 0x7C, 0xF1, 0xF3, 0xC7, 0xCF, 0x1F, 0x3C, 0x7C, 0xF1,
0xF3, 0xC7, 0xC0, 0x1F, 0x00, 0x7C, 0x0F, 0xE0, 0x3F, 0x80, 0xFC, 0x06, 0x01, 0xE0, 0x3E, 0x0F,
0x01, 0xC0, 0x10, 0x00, 0x07, 0xFE, 0xFF, 0xDF, 0xFB, 0xE0, 0x7C, 0x0F, 0x81, 0xF0, 0x3E, 0x07,
0xC0, 0xF8, 0x1F, 0x03, 0xE0, 0x7C, 0x00, 0x0F, 0xF0, 0xFF, 0x8F, 0xFC, 0xFC, 0xE7, 0x80, 0x3F,
0xE1, 0xFF, 0x0F, 0xF8, 0x78, 0x03, 0xF3, 0x8F, 0xFC, 0x7F, 0xF0, 0xFF, 0x00, 0x1F, 0xE3, 0xFE,
0x7F, 0xC7, 0xCC, 0x7F, 0x07, 0xFE, 0x7F, 0xE3, 0xFE, 0x03, 0xE7, 0x1E, 0x7F, 0xE7, 0xFC, 0x7F,
0x80, 0x7F, 0xFE, 0xF0, 0x03, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFE, 0x71, 0xCF, 0x7D,
0xEF, 0xB8, 0xE0, 0x00, 0x00, 0x07, 0xC0, 0xF8, 0x1F, 0x03, 0xE0, 0x7C, 0x0F, 0x81, 0xF0, 0x3E,
0x07, 0xC0, 0xF8, 0x1F, 0x03, 0xE0, 0x7C, 0x00, 0x0F, 0x1F, 0x1F, 0x0F, 0x00, 0x00, 0x1F, 0x1F,
0x1F, 0x1F, 0x1F, 0x1F, 0x1F, 0x1F, 0x1F, 0x1F, 0x1F, 0x1F, 0x1F, 0x1F, 0x1F, 0xFE, 0xFE, 0xFC,
0x0F, 0xFC, 0x00, 0x3F, 0xF0, 0x00, 0xFF, 0xC0, 0x03, 0xCF, 0x00, 0x0F, 0x3C, 0x00, 0x7C, 0xFF,
0xC1, 0xF3, 0xFF, 0x87, 0xCF, 0xFF, 0x1E, 0x3C, 0x7D, 0xF8, 0xF1, 0xFF, 0xC3, 0xFF, 0xFE, 0x0F,
0xFE, 0xF0, 0x3F, 0xF0, 0xF8, 0xF0, 0x0F, 0x8F, 0x00, 0xF8, 0xF0, 0x0F, 0x8F, 0x00, 0xF8, 0xF0,
0x0F, 0xFF, 0xFC, 0xFF, 0xFF, 0xEF, 0xFF, 0xFF, 0xF8, 0xF9, 0xFF, 0x8F, 0x1F, 0xF8, 0xFF, 0xFF,
0x8F, 0xFE, 0xF8, 0xFF, 0xC0, 0x3C, 0x00, 0xF0, 0x0F, 0xFC, 0x3F, 0xF0, 0x3C, 0x00, 0xF0, 0x03,
0xFE, 0x0F, 0xFC, 0x3F, 0xF8, 0xF3, 0xE3, 0xC7, 0xCF, 0x1F, 0x3C, 0x7C, 0xF1, 0xF3, 0xC7, 0xCF,
0x1F, 0x3C, 0x7C, 0xF1, 0xF3, 0xC7, 0xC0, 0x01, 0x80, 0x0F, 0x00, 0x7C, 0x03, 0xE0, 0x0F, 0x00,
0x18, 0x00, 0x00, 0x3E, 0x3E, 0xF9, 0xF3, 0xEF, 0x8F, 0xFC, 0x3F, 0xE0, 0xFF, 0x03, 0xFE, 0x0F,
0xFC, 0x3F, 0xF0, 0xFB, 0xE3, 0xE7, 0xCF, 0x9F, 0xBE, 0x3E, 0x0C, 0x00, 0xF0, 0x07, 0xC0, 0x1F,
0x00, 0x78, 0x01, 0x80, 0x00, 0x1F, 0x0F, 0xF8, 0xFF, 0xCF, 0xFE, 0xFF, 0xF7, 0xFF, 0xFF, 0xFF,
0xFF, 0xFD, 0xFF, 0xCF, 0xFE, 0x7F, 0xE3, 0xFE, 0x1F, 0xF0, 0xF0, 0x18, 0xE0, 0xF7, 0x83, 0xFE,
0x07, 0xF0, 0x0F, 0x80, 0x00, 0x00, 0x00, 0x3E, 0x1F, 0xF8, 0x79, 0xE1, 0xE7, 0xCF, 0x9F, 0x3C,
0x3C, 0xF0, 0xFF, 0xC3, 0xFE, 0x07, 0xF8, 0x1F, 0xE0, 0x3F, 0x00, 0xFC, 0x01, 0xE0, 0x0F, 0x81,
0x7C, 0x0F, 0xF0, 0x3F, 0x80, 0xFC, 0x00, 0xF8, 0xF7, 0xC7, 0xBE, 0x3D, 0xF1, 0xEF, 0x8F, 0x7C,
0x7B, 0xE3, 0xDF, 0x1E, 0xF8, 0xF7, 0xC7, 0xBF, 0xFD, 0xFF, 0xEF, 0xFF, 0x07, 0x80, 0x3C, 0x01,
0xE0, 0x0F, 0x00, 0x0F, 0x80, 0x03, 0xE0, 0x0F, 0xFF, 0x83, 0xFF, 0xE0, 0xFF, 0xF8, 0x03, 0xE0,
0x00, 0xF8, 0x00, 0x3F, 0xF0, 0x0F, 0xFF, 0x03, 0xFF, 0xE0, 0xF9, 0xF8, 0x3E, 0x1F, 0x0F, 0x87,
0xC3, 0xE1, 0xF0, 0xF8, 0x7C, 0x3E, 0x7E, 0x0F, 0xFF, 0x83, 0xFF, 0xC0, 0xFF, 0xC0, 0x1E, 0x00,
0x3C, 0x00, 0x78, 0x00, 0xF0, 0x01, 0xE0, 0x03, 0xC0, 0x3F, 0xFC, 0x7F, 0xF8, 0xFF, 0xF0, 0x3C,
0x00, 0x78, 0x00, 0xFF, 0xC1, 0xFF, 0xC3, 0xFF, 0xC7, 0x8F, 0x8F, 0x1F, 0x1F, 0xFE, 0x3F, 0xF8,
0x7F, 0xE0, 0x07, 0xF8, 0x07, 0xFF, 0x83, 0xFF, 0xF1, 0xFC, 0xFC, 0x7C, 0x0F, 0xBE, 0x03, 0xEF,
0x80, 0x7F, 0xFF, 0xBF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xDF, 0xFF, 0xE0, 0x1E, 0x7C, 0x0F, 0x9F,
0xCF, 0xE3, 0xFF, 0xF0, 0x7F, 0xF8, 0x07, 0xF8, 0x00, 0x1F, 0xC0, 0xFF, 0x87, 0xFF, 0x3F, 0x7E,
0xF8, 0x7B, 0xFD, 0xEF, 0xFF, 0xBD, 0xFE, 0xF8, 0x7B, 0xF7, 0xE7, 0xFF, 0x0F, 0xF8, 0x1F, 0xC0,
0xF8, 0x03, 0xF7, 0xC0, 0x3F, 0x9F, 0x03, 0xFC, 0xF8, 0x1F, 0x47, 0xC1, 0xF0, 0x1F, 0x0F, 0x80,
0xF8, 0x78, 0x03, 0xC7, 0xC0, 0x1F, 0x3E, 0x00, 0xF9, 0xE0, 0x03, 0xFF, 0x00, 0x1F, 0xF0, 0x00,
0x7F, 0x80, 0x03, 0xFC, 0x00, 0x0F, 0xC0, 0x00, 0x7E, 0x00, 0x03, 0xE0, 0x00, 0xF8, 0x3E, 0xF8,
0x7E, 0x78, 0x7E, 0x7C, 0xF8, 0x7C, 0xF0, 0x3C, 0xF0, 0x3F, 0xE0, 0x1F, 0xE0, 0x1F, 0xE0, 0x1F,
0xC0, 0x0F, 0xC0, 0x0F, 0x80, 0x07, 0x80, 0x1E, 0x70, 0x07, 0xBC, 0x00, 0xFF, 0x00, 0x3F, 0x80,
0x07, 0xC0, 0x00, 0x00, 0x00, 0x00, 0x03, 0xC0, 0x78, 0xF0, 0x3E, 0x3C, 0x1F, 0x8F, 0x0F, 0xE3,
0xC7, 0xF8, 0xF1, 0xFE, 0x3C, 0xFF, 0x8F, 0x7D, 0xE3, 0xFE, 0x78, 0xFF, 0x9E, 0x3F, 0xC7, 0x8F,
0xE1, 0xE3, 0xF8, 0x78, 0xFC, 0x1E, 0x3E, 0x07, 0xFF, 0x81, 0xFF, 0xC0, 0x7F, 0x00, 0x07, 0x80,
0x01, 0xE0, 0x00, 0xF8, 0x00, 0x3C, 0x00, 0x06, 0x00, 0x38, 0xE0, 0x7B, 0xC0, 0xFF, 0x80, 0xFE,
0x00, 0xF8, 0x00, 0x00, 0x00, 0x00, 0x78, 0x7C, 0xF1, 0xF9, 0xE3, 0xF3, 0xCF, 0xE7, 0xBF, 0xCF,
0xFF, 0x9F, 0xFF, 0x3F, 0xFE, 0x7F, 0x7C, 0xFC, 0xF9, 0xF9, 0xFF, 0xE3, 0xFF, 0x87, 0xE0, 0x03,
0xC0, 0x0F, 0x80, 0x1E, 0x00, 0x18, 0x3C, 0x00, 0xFF, 0x80, 0xFF, 0x80, 0xFF, 0x80, 0x3C, 0x00,
0x3C, 0x00, 0x3F, 0xF8, 0x3F, 0xFC, 0x3F, 0xFE, 0x3C, 0x7E, 0x3C, 0x1F, 0x3C, 0x1F, 0x3C, 0x1F,
0x3C, 0x7E, 0x3F, 0xFE, 0x3F, 0xFC, 0x3F, 0xF0, 0x7C, 0x01, 0xF0, 0x0F, 0xF8, 0x3F, 0xE0, 0x7C,
0x01, 0xFF, 0x87, 0xFF, 0x9F, 0xFE, 0x7C, 0xFD, 0xF1, 0xF7, 0xCF, 0xDF, 0xFE, 0x7F, 0xF8, 0xFF,
0x80, 0xFF, 0xE3, 0xFF, 0xCF, 0xFF, 0xBC, 0x7F, 0xF0, 0x7F, 0xDD, 0xFF, 0x7F, 0xFD, 0xFE, 0xFF,
0xFB, 0xFF, 0xCF, 0xFE, 0x3C, 0x3C, 0xF0, 0xF3, 0xC1, 0x8F, 0x00, 0x3C, 0x00, 0xF0, 0x00, 0x7F,
0xC3, 0xFF, 0xCF, 0xFF, 0x3E, 0x7E, 0xF8, 0xFB, 0xE1, 0xFF, 0x87, 0xFE, 0xDF, 0xFF, 0xFB, 0xFF,
0xEF, 0xFF, 0xBF, 0xFC, 0xFF, 0xF3, 0xE3, 0xCF, 0x87, 0x3E, 0x1C, 0xF8, 0x03, 0xE0, 0x00, 0x00,
0xF0, 0x0F, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xF0, 0x0F, 0x00, 0xF0, 0x0F, 0x00, 0xF0, 0x0F,
0x00, 0xF0, 0x0F, 0x00, 0xF0, 0x0F, 0x00, 0xF0, 0x0F, 0x00, 0xF0, 0x0F, 0x00, 0x01, 0xC0, 0x38,
0x07, 0x7F, 0xEF, 0xFD, 0xFF, 0xBE, 0x07, 0xC0, 0xF8, 0x1F, 0x03, 0xE0, 0x7C, 0x0F, 0x81, 0xF0,
0x3E, 0x07, 0xC0, 0x3F, 0xFE, 0x7F, 0xFC, 0xFF, 0xF9, 0xF0, 0x03, 0xE0, 0x07, 0xC0, 0x0F, 0x80,
0x7F, 0xF0, 0xFF, 0xE1, 0xFF, 0xC0, 0xF8, 0x01, 0xF0, 0x03, 0xE0, 0x07, 0xC0, 0x0F, 0x80, 0x1F,
0x00, 0x3E, 0x00, 0x3F, 0xF3, 0xFF, 0x3F, 0xF3, 0xC0, 0x3C, 0x03, 0xC0, 0xFF, 0xCF, 0xFC, 0x3C,
0x03, 0xC0, 0x3C, 0x03, 0xC0, 0x3C, 0x00, 0xFF, 0xF3, 0xFF, 0xCF, 0xFF, 0x3C, 0x00, 0xF0, 0x03,
0xC0, 0x0F, 0xFC, 0x3F, 0xFC, 0xFF, 0xFB, 0xC7, 0xEF, 0x07, 0xFC, 0x1F, 0xF0, 0x3F, 0xC0, 0xFF,
0x03, 0xFC, 0x1F, 0xF0, 0x7C, 0x01, 0xF0, 0x1F, 0x81, 0xFC, 0x07, 0xF0, 0x1F, 0x00, 0xFF, 0xE7,
0xFF, 0x3F, 0xF9, 0xF0, 0x0F, 0x80, 0x7F, 0xE3, 0xFF, 0x9F, 0xFE, 0xF9, 0xF7, 0xC7, 0xBE, 0x3F,
0xF0, 0xFF, 0x8F, 0x80, 0x7C, 0x07, 0xC0, 0xFE, 0x07, 0xE0, 0x3E, 0x00, 0xFC, 0x3E, 0x1F, 0x1F,
0x8F, 0x8F, 0xC3, 0xE3, 0xE7, 0xE0, 0xFC, 0xFB, 0xF0, 0x1F, 0xBE, 0xF8, 0x03, 0xFF, 0xFC, 0x00,
0x7F, 0xFF, 0x00, 0x0F, 0xFF, 0x80, 0x03, 0xFF, 0xC0, 0x00, 0xFF, 0xF8, 0x00, 0x7F, 0xFF, 0x00,
0x3E, 0xFF, 0xE0, 0x1F, 0x3E, 0xF8, 0x0F, 0xCF, 0x9F, 0x07, 0xE3, 0xE3, 0xF9, 0xF0, 0xF8, 0xFE,
0xF8, 0x3E, 0x1F, 0x80, 0x00, 0x01, 0xE0, 0x00, 0x00, 0x78, 0x00, 0x00, 0x1E, 0x00, 0x00, 0x07,
0x80, 0xFC, 0xF8, 0xF9, 0xF3, 0xE7, 0xC3, 0xEF, 0xBE, 0x07, 0xFF, 0xF8, 0x1F, 0xFF, 0xC0, 0x3F,
0xFE, 0x00, 0x7F, 0xF0, 0x03, 0xFF, 0xE0, 0x1F, 0xFF, 0xC0, 0xFF, 0xFF, 0x83, 0xEF, 0xBF, 0xDF,
0x3E, 0x7F, 0xF8, 0xF8, 0xFC, 0x00, 0x00, 0xF0, 0x00, 0x03, 0xC0, 0x00, 0x0F, 0x00, 0x00, 0x3C,
0x3F, 0xE0, 0xFF, 0xE1, 0xFF, 0xE1, 0xC7, 0xE0, 0x07, 0xC0, 0x0F, 0x80, 0x7E, 0x0F, 0xFC, 0x1F,
0xF0, 0x3F, 0xF8, 0x03, 0xF0, 0x01, 0xE0, 0x03, 0xCF, 0x1F, 0x9F, 0xFF, 0x7F, 0xFC, 0x3F, 0xF0,
0x0F, 0x00, 0x1F, 0x00, 0x1E, 0x00, 0xFC, 0x01, 0xF0, 0x00, 0x7F, 0xC7, 0xFE, 0x7F, 0xE7, 0x3E,
0x01, 0xE3, 0xFE, 0x3F, 0xE3, 0xFE, 0x01, 0xF7, 0x1F, 0x7F, 0xF7, 0xFE, 0x7F, 0xC0, 0xF0, 0x0F,
0x01, 0x78, 0x1F, 0x81, 0xF0, 0xF0, 0x7C, 0xF0, 0xFC, 0xF1, 0xF8, 0xF3, 0xF0, 0xF7, 0xE0, 0xFF,
0xC0, 0xFF, 0x80, 0xFF, 0x00, 0xFF, 0x80, 0xFF, 0xC0, 0xFF, 0xC0, 0xF7, 0xE0, 0xF3, 0xF0, 0xF1,
0xF8, 0xF0, 0xFF, 0xF0, 0x7F, 0xF0, 0x7F, 0x00, 0x0F, 0x00, 0x0F, 0x00, 0x0F, 0x00, 0x0F, 0x00,
0x0F, 0xF8, 0xFB, 0xE7, 0xCF, 0xBE, 0x3F, 0xF0, 0xFF, 0x83, 0xFC, 0x0F, 0xF8, 0x3F, 0xF0, 0xFF,
0xC3, 0xEF, 0x8F, 0x9F, 0xFE, 0x3F, 0xF8, 0xFC, 0x00, 0xF0, 0x03, 0xC0, 0x0F, 0x00, 0x3C, 0xF0,
0x0F, 0xBC, 0x07, 0xEF, 0x01, 0xF3, 0xDC, 0xF8, 0xF7, 0x7C, 0x3D, 0xFE, 0x0F, 0x7F, 0x83, 0xFF,
0xC0, 0xFF, 0xF0, 0x3F, 0xFE, 0x0F, 0x7F, 0xC3, 0xDF, 0xF0, 0xF7, 0x7E, 0x3D, 0xCF, 0xCF, 0x01,
0xF3, 0xC0, 0x7E, 0xF0, 0x0F, 0x80, 0xF8, 0x3F, 0xF8, 0x3E, 0xFF, 0x7C, 0xFF, 0xF8, 0xFF, 0xF0,
0xFF, 0xE0, 0xFF, 0xF0, 0xFF, 0xF0, 0xFF, 0xF8, 0xFF, 0x7C, 0xF8, 0x3E, 0xF8, 0x3E, 0xF8, 0x1F,
0x3E, 0x00, 0x0F, 0x83, 0xEF, 0xF9, 0xFB, 0xFE, 0xFC, 0xFF, 0xFE, 0x0F, 0xBF, 0x03, 0xFF, 0x80,
0xFF, 0xC0, 0x3F, 0xE0, 0x0F, 0xF0, 0x03, 0xFE, 0x00, 0xFF, 0xC0, 0x3F, 0xF8, 0x0F, 0xBF, 0x03,
0xE7, 0xE0, 0xF8, 0xFC, 0x3E, 0x1F, 0x0F, 0x83, 0xE0, 0x7C, 0x01, 0xFE, 0x7F, 0xFD, 0xF7, 0xFF,
0xC7, 0xDF, 0x0F, 0xFC, 0x1F, 0xF0, 0x3F, 0xC0, 0x7F, 0xC0, 0xFF, 0xC1, 0xFF, 0xC3, 0xEF, 0xC7,
0xC7, 0xCF, 0x8F, 0xC0, 0xFF, 0x83, 0xEF, 0xF8, 0x7C, 0xFF, 0x8F, 0x80, 0xF9, 0xF0, 0x0F, 0xBF,
0x00, 0xFF, 0xC0, 0x0F, 0xF8, 0x00, 0xFF, 0x80, 0x0F, 0xFC, 0x00, 0xFF, 0xE0, 0x0F, 0xFE, 0x00,
0xFB, 0xF0, 0x0F, 0x9F, 0x80, 0xF8, 0xFC, 0x0F, 0x87, 0xC0, 0xF8, 0x3E, 0x0F, 0x83, 0xF0, 0xFF,
0x1F, 0x7F, 0x9F, 0x3F, 0xDF, 0x03, 0xFF, 0x01, 0xFF, 0x00, 0xFF, 0x00, 0x7F, 0xC0, 0x3F, 0xF0,
0x1F, 0xFC, 0x0F, 0xBE, 0x07, 0xCF, 0x83, 0xE7, 0xE1, 0xF1, 0xF0, 0xF0, 0x3E, 0x3C, 0x0F, 0x8F,
0x03, 0xE3, 0xC0, 0xF8, 0xF0, 0x3E, 0x3C, 0x0F, 0x8F, 0x03, 0xE3, 0xFF, 0xF8, 0xFF, 0xFE, 0x3F,
0xFF, 0x8F, 0x03, 0xE3, 0xC0, 0xF8, 0xF0, 0x3E, 0x3C, 0x0F, 0x8F, 0x03, 0xFF, 0xC0, 0xFF, 0xF0,
0x3F, 0xC0, 0x00, 0xF0, 0x00, 0x3C, 0x00, 0x0F, 0x00, 0x03, 0xC0, 0x00, 0xF0, 0xF8, 0xF1, 0xF1,
0xE3, 0xE3, 0xC7, 0xC7, 0x8F, 0x8F, 0x1F, 0xFE, 0x3F, 0xFC, 0x7F, 0xF8, 0xF8, 0xF1, 0xF1, 0xE3,
0xE3, 0xFF, 0xC7, 0xFF, 0x8F, 0xE0, 0x03, 0xC0, 0x07, 0x80, 0x0F, 0x00, 0x1E, 0xF0, 0x3F, 0xFE,
0x07, 0xFF, 0xC0, 0xFF, 0xF8, 0x1F, 0x0F, 0x03, 0xE1, 0xE0, 0x7C, 0x3C, 0x0F, 0x87, 0xFF, 0xF0,
0xFF, 0xFE, 0x1F, 0xFF, 0xC3, 0xC0, 0xF8, 0x78, 0x1F, 0x0F, 0x03, 0xE1, 0xE0, 0x7C, 0x3C, 0x0F,
0x87, 0x81, 0xF0, 0xF0, 0x3E, 0x00, 0xF8, 0xFE, 0xF8, 0xFE, 0xF8, 0xFE, 0xF8, 0xF0, 0xF8, 0xF0,
0xFF, 0xF0, 0xFF, 0xF0, 0xFF, 0xF0, 0xF8, 0xF0, 0xF8, 0xF0, 0xF8, 0xF0, 0xF8, 0xF0, 0xF8, 0xF0,
0xFF, 0xFE, 0x00, 0x7F, 0xFF, 0x00, 0x3F, 0xFF, 0x80, 0x1E, 0x07, 0xC0, 0x0F, 0x03, 0xE0, 0x07,
0x81, 0xF0, 0x03, 0xC0, 0xFF, 0xE1, 0xE0, 0x7F, 0xF8, 0xF0, 0x3F, 0xFE, 0x78, 0x1F, 0x3F, 0xBC,
0x0F, 0x83, 0xDE, 0x07, 0xC1, 0xFF, 0x03, 0xE0, 0xFF, 0x81, 0xF0, 0x3F, 0xC0, 0xF8, 0x3F, 0xE0,
0x7C, 0x1F, 0xF0, 0x3E, 0x0F, 0x80, 0x00, 0x07, 0x80, 0x00, 0x0F, 0xC0, 0x00, 0x1F, 0xC0, 0x00,
0x0F, 0xC0, 0x00, 0x0F, 0xC0, 0xFF, 0xF0, 0x0F, 0xFF, 0x00, 0xFF, 0xF0, 0x0F, 0x8F, 0x00, 0xF8,
0xF0, 0x0F, 0x8F, 0xF8, 0xF8, 0xFF, 0xEF, 0x8F, 0xFE, 0xF8, 0xFB, 0xFF, 0x8F, 0x0F, 0xF8, 0xF0,
0xFF, 0x8F, 0x0F, 0xF8, 0xF0, 0xF0, 0x00, 0x0F, 0x00, 0x01, 0xF0, 0x00, 0xFE, 0x00, 0x0F, 0xE0,
0x00, 0xFC, 0x07, 0xFC, 0x03, 0xFF, 0x80, 0xFF, 0xE0, 0x3F, 0x8C, 0x07, 0xC0, 0x01, 0xF0, 0xFE,
0x3E, 0x3F, 0xE7, 0xCF, 0xFE, 0xF9, 0xF7, 0xDF, 0x3C, 0x7B, 0xEF, 0x8F, 0x7D, 0xF1, 0xE7, 0xFE,
0x7C, 0xFF, 0xFF, 0x8F, 0xFF, 0xE0, 0xFF, 0xF8, 0x07, 0xFC, 0x00, 0x1F, 0xE0, 0x01, 0xFF, 0x00,
0x0F, 0xE0, 0x00, 0x7C, 0x1F, 0xC0, 0x7F, 0x81, 0xFF, 0x07, 0xE6, 0x0F, 0x1F, 0x9E, 0x7F, 0xBD,
0xFF, 0x7B, 0xDE, 0xF7, 0x9D, 0xFF, 0x79, 0xFF, 0xF1, 0xFF, 0xC1, 0xFF, 0x00, 0x7F, 0x00, 0x7F,
0x00, 0x7E, 0x00, 0x3C, 0x07, 0xFC, 0x3F, 0xFC, 0xFF, 0xF3, 0xF8, 0xE7, 0xC0, 0x1F, 0x00, 0x3E,
0x00, 0x7C, 0x00, 0xF8, 0x01, 0xF0, 0x03, 0xE0, 0x07, 0xC0, 0x07, 0xC0, 0x0F, 0xE3, 0x8F, 0xFF,
0x8F, 0xFF, 0x07, 0xFC, 0x03, 0x80, 0x07, 0x80, 0x07, 0x00, 0x7E, 0x00, 0xF8, 0x00, 0x1F, 0xE7,
0xFD, 0xFF, 0x7E, 0x6F, 0x81, 0xE0, 0x3C, 0x07, 0x80, 0xF8, 0x1F, 0x8D, 0xFF, 0x9F, 0xF0, 0xFE,
0x1E, 0x01, 0xE0, 0x3C, 0x1F, 0x83, 0xE0, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xF8, 0x3E, 0x00, 0x7C,
0x00, 0xF8, 0x01, 0xF0, 0x03, 0xE0, 0x07, 0xC0, 0x0F, 0x80, 0x1F, 0x00, 0x3E, 0x00, 0x7C, 0x00,
0xF8, 0x01, 0xFE, 0x03, 0xFC, 0x07, 0xF8, 0x00, 0xF0, 0x01, 0xE0, 0x03, 0xC0, 0x07, 0x80, 0x0F,
0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xFE, 0x1F, 0x00, 0xF8, 0x07, 0xC0, 0x3E, 0x01, 0xF0, 0x0F, 0x80,
0x7C, 0x03, 0xF8, 0x1F, 0xC0, 0xFE, 0x00, 0xF0, 0x07, 0x80, 0x3C, 0x01, 0xE0, 0xF8, 0x1F, 0xBE,
0x0F, 0x9F, 0x0F, 0x87, 0xC7, 0xC3, 0xE7, 0xC0, 0xFB, 0xE0, 0x7F, 0xE0, 0x1F, 0xF0, 0x07, 0xF0,
0x03, 0xF0, 0x00, 0xF8, 0x00, 0x7C, 0x00, 0x3E, 0x00, 0x1F, 0x00, 0x0F, 0x80, 0x07, 0xC0, 0x03,
0xE0, 0x00, 0xF8, 0x7F, 0xE1, 0xE7, 0x8F, 0x9F, 0x3E, 0x7C, 0xF0, 0xF7, 0xC3, 0xFF, 0x07, 0xF8,
0x1F, 0xE0, 0x7F, 0x00, 0xFC, 0x03, 0xE0, 0x07, 0x80, 0x1E, 0x00, 0x78, 0x01, 0xE0, 0x07, 0x80,
0x1E, 0x00, 0xF8, 0x1F, 0xBE, 0x0F, 0x9F, 0x0F, 0x87, 0xC7, 0xC3, 0xE7, 0xC0, 0xFB, 0xE0, 0x7F,
0xE0, 0x1F, 0xF0, 0x07, 0xF0, 0x03, 0xF0, 0x07, 0xFF, 0x03, 0xFF, 0x81, 0xFF, 0xC0, 0x1F, 0x00,
0x0F, 0x80, 0x07, 0xC0, 0x03, 0xE0, 0x00, 0xF8, 0x7F, 0xE1, 0xE7, 0x8F, 0x9F, 0x3E, 0x7C, 0xF0,
0xF7, 0xC3, 0xFF, 0x07, 0xF8, 0x1F, 0xE0, 0x7F, 0x00, 0xFC, 0x0F, 0xFC, 0x3F, 0xF0, 0x1E, 0x00,
0x78, 0x01, 0xE0, 0x07, 0x80, 0x1E, 0x00, 0xFC, 0x1F, 0x1F, 0x8F, 0xC3, 0xE3, 0xE0, 0xFD, 0xF0,
0x1F, 0xFC, 0x03, 0xFE, 0x00, 0xFF, 0x00, 0x1F, 0xC0, 0x03, 0xE0, 0x01, 0xFC, 0x00, 0xFF, 0x80,
0x7F, 0xF0, 0x1F, 0x7C, 0x0F, 0x9F, 0x87, 0xE3, 0xFD, 0xF0, 0x7F, 0xF8, 0x1F, 0xC0, 0x01, 0xF0,
0x00, 0x7C, 0x00, 0x1F, 0x00, 0x07, 0xC0, 0x01, 0xF0, 0xF8, 0x78, 0xF9, 0xF0, 0xFF, 0xC1, 0xFF,
0x01, 0xFE, 0x01, 0xF8, 0x03, 0xF0, 0x07, 0xE0, 0x1F, 0xE0, 0x7F, 0xE1, 0xF3, 0xFB, 0xC7, 0xFF,
0x87, 0xE0, 0x03, 0xC0, 0x07, 0x80, 0x0F, 0x00, 0x1E, 0xFF, 0xFD, 0xF1, 0xFF, 0xFB, 0xE3, 0xFF,
0xF7, 0xC0, 0x3C, 0x0F, 0x80, 0x78, 0x1F, 0x00, 0xF0, 0x3E, 0x01, 0xE0, 0x7C, 0x03, 0xC0, 0xF8,
0x07, 0x81, 0xF0, 0x0F, 0x03, 0xE0, 0x1E, 0x07, 0xC0, 0x3C, 0x0F, 0x80, 0x78, 0x1F, 0x00, 0xF0,
0x3E, 0x01, 0xFF, 0xFF, 0x83, 0xFF, 0xFF, 0x07, 0xFF, 0xFE, 0x00, 0x00, 0x3C, 0x00, 0x00, 0x78,
0x00, 0x00, 0xF0, 0x00, 0x01, 0xE0, 0x00, 0x03, 0xC0, 0xFF, 0xDE, 0x7F, 0xEF, 0x3F, 0xF7, 0x87,
0xC3, 0xC3, 0xE1, 0xE1, 0xF0, 0xF0, 0xF8, 0x78, 0x7C, 0x3C, 0x3E, 0x1E, 0x1F, 0x0F, 0x0F, 0xFF,
0xE7, 0xFF, 0xF3, 0xFF, 0xF8, 0x00, 0x3C, 0x00, 0x1E, 0x00, 0x0F, 0x00, 0x07, 0x80, 0xF8, 0x3E,
0x7C, 0x1F, 0x3E, 0x0F, 0x9F, 0x07, 0xCF, 0x83, 0xE7, 0xC1, 0xF3, 0xE0, 0xF9, 0xF8, 0x7C, 0x7F,
0xFE, 0x3F, 0xFF, 0x07, 0xFF, 0x80, 0x07, 0xC0, 0x03, 0xE0, 0x01, 0xF0, 0x00, 0xFE, 0x00, 0x7F,
0x00, 0x3F, 0x80, 0x07, 0xC0, 0x03, 0xE0, 0x01, 0xF0, 0x00, 0xF8, 0x00, 0x7C, 0xF8, 0xF1, 0xF1,
0xE3, 0xE3, 0xC7, 0xC7, 0x8F, 0x8F, 0x1F, 0x9E, 0x1F, 0xFC, 0x3F, 0xF8, 0x3F, 0xF0, 0x01, 0xE0,
0x03, 0xF8, 0x07, 0xF0, 0x0F, 0xE0, 0x03, 0xC0, 0x07, 0x80, 0x0F, 0x00, 0x1E, 0xF8, 0x3F, 0xE0,
0xFF, 0x83, 0xFE, 0x0F, 0xF8, 0x3F, 0xEE, 0xFF, 0xBB, 0xFF, 0xEF, 0x7F, 0xFD, 0xFF, 0xF1, 0xFF,
0xC0, 0xEF, 0x03, 0xBC, 0x0E, 0xF0, 0x03, 0xC0, 0x0F, 0x00, 0x3C, 0xF8, 0x7F, 0xC3, 0xFE, 0x1F,
0xF0, 0xFF, 0xB7, 0xFF, 0xBD, 0xFF, 0xEF, 0xFF, 0x3F, 0xF8, 0x1B, 0xC0, 0xDE, 0x00, 0xF0, 0x07,
0x80, 0xF0, 0x03, 0xC0, 0x0F, 0x00, 0x3C, 0x00, 0xF0, 0x03, 0xFF, 0x8F, 0xFF, 0xBF, 0xFF, 0xF8,
0xFF, 0xC1, 0xFF, 0x03, 0xFC, 0x0F, 0xF0, 0x3F, 0xC0, 0xFF, 0x03, 0xFC, 0x0F, 0xF0, 0x3C, 0x78,
0x07, 0xC0, 0x3E, 0x01, 0xF0, 0x0F, 0x80, 0x7C, 0x03, 0xFF, 0x1F, 0xFC, 0xFF, 0xF7, 0xCF, 0xBE,
0x3D, 0xF1, 0xEF, 0x8F, 0x7C, 0x7B, 0xE3, 0xDF, 0x1E, 0xF8, 0xF7, 0xC7, 0xBE, 0x3C, 0x00, 0x7F,
0x80, 0x07, 0xFE, 0x00, 0x7F, 0xF8, 0x07, 0xE7, 0xEF, 0x7E, 0x1F, 0x7B, 0xE0, 0x7F, 0xFF, 0x03,
0xFF, 0xFF, 0xFF, 0x7F, 0xFF, 0xF8, 0xFF, 0xFF, 0xC1, 0xF0, 0x00, 0x0F, 0x80, 0x00, 0x7C, 0x00,
0x01, 0xFC, 0xF0, 0x07, 0xFF, 0xC0, 0x1F, 0xFE, 0x00, 0x7F, 0xC0, 0x01, 0xFC, 0x71, 0xFF, 0x3D,
0xFF, 0xDF, 0xFB, 0xEF, 0xF8, 0xFF, 0xFF, 0xFD, 0xFF, 0xFE, 0x7F, 0xFF, 0x0F, 0x80, 0x07, 0xE3,
0x81, 0xFF, 0xC0, 0x7F, 0xE0, 0x1F, 0xF0, 0x00, 0x7F, 0x80, 0x07, 0xFE, 0x00, 0x7F, 0xF8, 0x07,
0xE7, 0xEF, 0x7E, 0x1F, 0x7B, 0xE0, 0x7F, 0xFF, 0x03, 0xFF, 0xFF, 0xFF, 0x7F, 0xFF, 0xF8, 0xFF,
0xFF, 0xC1, 0xF0, 0x00, 0x0F, 0x80, 0x00, 0x7C, 0x00, 0x01, 0xFC, 0xF0, 0x0F, 0xFF, 0xC0, 0x1F,
0xFE, 0x00, 0x7F, 0xE0, 0x00, 0xF0, 0x00, 0x07, 0x80, 0x00, 0x3C, 0x00, 0x01, 0xE0, 0x00, 0x01,
0xFC, 0x71, 0xFF, 0x3D, 0xFF, 0xDF, 0xFB, 0xEF, 0xF8, 0xFF, 0xFF, 0xFD, 0xFF, 0xFE, 0x7F, 0xFF,
0x0F, 0x80, 0x07, 0xE3, 0x81, 0xFF, 0xC0, 0x7F, 0xE0, 0x1F, 0xF0, 0x03, 0xC0, 0x01, 0xE0, 0x00,
0xF0, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xF0, 0x00, 0xE3, 0x00, 0x00, 0x7B, 0xC0,
0x00, 0x3F, 0xE0, 0x00, 0x0F, 0xE0, 0x00, 0x03, 0xE0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01,
0xF8, 0x7C, 0x3E, 0x7E, 0x3E, 0x3F, 0x1F, 0x1F, 0x3F, 0x0F, 0xCF, 0xBF, 0x03, 0xF7, 0xDF, 0x00,
0xFF, 0xFF, 0x00, 0x3F, 0xFF, 0x80, 0x0F, 0xFF, 0x80, 0x07, 0xFF, 0x80, 0x03, 0xFF, 0xE0, 0x03,
0xFF, 0xF8, 0x03, 0xEF, 0xFE, 0x03, 0xE7, 0xDF, 0x83, 0xF3, 0xE7, 0xC3, 0xF1, 0xF1, 0xF1, 0xF0,
0xF8, 0xFD, 0xF0, 0x7C, 0x3E, 0x01, 0x8C, 0x00, 0x1E, 0xF0, 0x00, 0xFF, 0x80, 0x03, 0xF8, 0x00,
0x0F, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1F, 0x9F, 0x1F, 0x7C, 0xF9, 0xF1, 0xF7, 0xDF, 0x07,
0xFF, 0xF8, 0x3F, 0xFF, 0x80, 0xFF, 0xF8, 0x03, 0xFF, 0x80, 0x3F, 0xFE, 0x03, 0xFF, 0xF8, 0x3F,
0xFB, 0xE1, 0xF7, 0xDF, 0x9F, 0x3E, 0x7D, 0xF1, 0xF1, 0xF0, 0xF0, 0x7D, 0xE1, 0xF3, 0xC7, 0xE7,
0x9F, 0x8F, 0x7E, 0x1E, 0xF8, 0x3F, 0xE0, 0x7F, 0xE0, 0xFF, 0xF1, 0xFF, 0xF3, 0xCF, 0xF7, 0x83,
0xEF, 0x03, 0xDE, 0x07, 0xBC, 0x0F, 0x78, 0x1E, 0xF0, 0x3C, 0x00, 0xF8, 0x07, 0xF0, 0x3F, 0xC0,
0x7F, 0x00, 0xFC, 0x00, 0xF8, 0xFF, 0xCF, 0xBE, 0xF9, 0xFF, 0x8F, 0xF8, 0x7F, 0xE3, 0xFF, 0x9F,
0xFE, 0xF9, 0xF7, 0xC7, 0xFE, 0x1F, 0xF0, 0xFF, 0x87, 0x80, 0x7C, 0x07, 0xC0, 0xFE, 0x07, 0xE0,
0x3E, 0x00, 0x07, 0xFF, 0xC0, 0x3F, 0xFE, 0x01, 0xFF, 0xF0, 0x0F, 0x8F, 0x80, 0x7C, 0x7C, 0x03,
0xE3, 0xE0, 0x1E, 0x1F, 0x00, 0xF0, 0xF8, 0x07, 0x87, 0xC0, 0x3C, 0x3E, 0x03, 0xE1, 0xF0, 0x1F,
0x0F, 0x81, 0xF0, 0x7C, 0x3F, 0x83, 0xE3, 0xF8, 0x1F, 0xFF, 0x80, 0xFE, 0xF0, 0x07, 0xF0, 0x00,
0x07, 0x80, 0x00, 0x7C, 0x00, 0x03, 0xC0, 0x00, 0x3E, 0x00, 0x00, 0xE0, 0x0F, 0xFC, 0x07, 0xFE,
0x03, 0xFF, 0x01, 0xE7, 0x80, 0xF3, 0xC0, 0xF9, 0xE0, 0x7C, 0xF0, 0x3E, 0x78, 0x1E, 0x3C, 0x3F,
0x1E, 0x3F, 0x0F, 0xFF, 0x07, 0xFF, 0x03, 0xF0, 0x00, 0x78, 0x00, 0x7C, 0x00, 0x3C, 0x00, 0x0C,
0x00, 0xF0, 0x3F, 0xE0, 0x7F, 0xC0, 0xFF, 0x81, 0xFF, 0x03, 0xFE, 0x07, 0xFC, 0x0F, 0xFF, 0xFF,
0xFF, 0xFF, 0xFF, 0xFF, 0xC0, 0xFF, 0x81, 0xFF, 0x03, 0xFE, 0x07, 0xFC, 0x0F, 0xF8, 0x1F, 0xF0,
0x3E, 0x00, 0x7C, 0x00, 0xF8, 0x0F, 0xE0, 0x1F, 0xC0, 0x3F, 0x00, 0xF8, 0xFF, 0xC7, 0xFE, 0x3F,
0xF1, 0xFF, 0x8F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xF8, 0xFF, 0xC7, 0xFE, 0x3F, 0xF1, 0xFF, 0x8F,
0x80, 0x7C, 0x03, 0xC0, 0xFE, 0x07, 0xF0, 0x3F, 0x00, 0xF0, 0x3E, 0x3C, 0x0F, 0x8F, 0x03, 0xE3,
0xC0, 0xF8, 0xF0, 0x3E, 0x3C, 0x0F, 0x8F, 0x03, 0xE3, 0xFF, 0xF8, 0xFF, 0xFE, 0x3F, 0xFF, 0x8F,
0x03, 0xE3, 0xC0, 0xF8, 0xF0, 0x3E, 0x3C, 0x0F, 0x8F, 0x03, 0xFB, 0xC0, 0xFE, 0xF0, 0x3F, 0x80,
0x03, 0xE0, 0x00, 0xF8, 0x00, 0x7C, 0x00, 0x1E, 0x00, 0x03, 0x80, 0xF8, 0xF1, 0xF1, 0xE3, 0xE3,
0xC7, 0xC7, 0x8F, 0x8F, 0x1F, 0xFE, 0x3F, 0xFC, 0x7F, 0xF8, 0xF8, 0xF1, 0xF1, 0xE3, 0xE3, 0xF7,
0xC7, 0xEF, 0x8F, 0xC0, 0x07, 0x80, 0x1E, 0x00, 0x3C, 0x00, 0x30, 0xF0, 0x3F, 0xC0, 0xFF, 0x03,
0xFC, 0x0F, 0xF0, 0x3F, 0xC0, 0xFF, 0x83, 0xFF, 0x1F, 0xFF, 0xFD, 0xFF, 0xF3, 0xFF, 0xC0, 0x0F,
0x00, 0x3C, 0x00, 0xF0, 0x1F, 0xC0, 0x7F, 0x01, 0xFC, 0x07, 0x80, 0x1E, 0x00, 0x78, 0x01, 0xE0,
0x07, 0x80, 0xF1, 0xFF, 0x1F, 0xF1, 0xFF, 0x1F, 0xF9, 0xFF, 0xFF, 0x7F, 0xF3, 0xFF, 0x01, 0xF0,
0x1F, 0x07, 0xF0, 0x7F, 0x07, 0xF0, 0x78, 0x07, 0x80, 0x78, 0x07, 0x80, 0x7C, 0x03, 0xE0, 0xFC,
0x07, 0xC1, 0xF8, 0x1F, 0x83, 0xF8, 0x3F, 0x07, 0xF0, 0xFE, 0x0F, 0xF1, 0xFE, 0x1F, 0xE7, 0xFC,
0x3F, 0xEF, 0xF8, 0x7B, 0xDF, 0xF0, 0xF7, 0xFB, 0xE1, 0xE7, 0xF7, 0xC7, 0xCF, 0xC7, 0x8F, 0x9F,
0x8F, 0x1F, 0x1F, 0x1E, 0x3E, 0x3C, 0x3F, 0xFC, 0x00, 0x7F, 0xF8, 0x00, 0xFE, 0x00, 0x00, 0x78,
0x00, 0x01, 0xF0, 0x00, 0x03, 0xC0, 0x00, 0x07, 0x80, 0x00, 0x06, 0x00, 0x78, 0x1F, 0x0F, 0x83,
0xE1, 0xF0, 0xFC, 0x3F, 0x1F, 0x8F, 0xE7, 0xF1, 0xFE, 0xFE, 0x3F, 0xFF, 0xC7, 0xBF, 0xF8, 0xF7,
0xEF, 0x1E, 0x7D, 0xE3, 0xCF, 0x3F, 0xF8, 0x07, 0xFF, 0x00, 0xFE, 0x00, 0x07, 0x80, 0x00, 0xF0,
0x00, 0x3C, 0x00, 0x03, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xF8,
0x07, 0x38, 0x03, 0xDE, 0x00, 0x7F, 0x80, 0x1F, 0xE0, 0x03, 0xF0, 0x00, 0x00, 0x00, 0x00, 0x00,
0x07, 0x80, 0x03, 0xF0, 0x00, 0xFC, 0x00, 0x7F, 0x80, 0x1F, 0xE0, 0x0F, 0xFC, 0x03, 0xCF, 0x01,
0xF3, 0xE0, 0x78, 0xF8, 0x1E, 0x1E, 0x0F, 0xFF, 0xC3, 0xFF, 0xF0, 0xFF, 0xFE, 0x7C, 0x0F, 0x9F,
0x03, 0xEF, 0x80, 0x7F, 0xE0, 0x1F, 0x1C, 0xE1, 0xE7, 0x87, 0xF8, 0x3F, 0xC0, 0xFC, 0x00, 0x00,
0x00, 0x07, 0xF8, 0x3F, 0xF1, 0xFF, 0x8C, 0x7C, 0x01, 0xF1, 0xFF, 0xBF, 0xFD, 0xFF, 0xEF, 0x9F,
0x7C, 0xFB, 0xFF, 0xDF, 0xFE, 0x7F, 0xE0, 0x0F, 0x38, 0x03, 0xDF, 0x00, 0xF7, 0xC0, 0x3C, 0xE0,
0x00, 0x00, 0x00, 0x00, 0x00, 0x1E, 0x00, 0x0F, 0xC0, 0x03, 0xF0, 0x01, 0xFE, 0x00, 0x7F, 0x80,
0x3F, 0xF0, 0x0F, 0x3C, 0x07, 0xCF, 0x81, 0xE3, 0xE0, 0x78, 0x78, 0x3F, 0xFF, 0x0F, 0xFF, 0xC3,
0xFF, 0xF9, 0xF0, 0x3E, 0x7C, 0x0F, 0xBE, 0x01, 0xFF, 0x80, 0x7C, 0x3C, 0xE1, 0xEF, 0x8F, 0x7C,
0x79, 0xC0, 0x00, 0x00, 0x00, 0xFF, 0x07, 0xFE, 0x3F, 0xF1, 0x8F, 0x80, 0x3E, 0x3F, 0xF7, 0xFF,
0xBF, 0xFD, 0xF3, 0xEF, 0x9F, 0x7F, 0xFB, 0xFF, 0xCF, 0xFC, 0x00, 0x3F, 0xFF, 0x00, 0x7F, 0xFF,
0x00, 0x7F, 0xFF, 0x00, 0xFF, 0x00, 0x01, 0xFF, 0x00, 0x01, 0xEF, 0x00, 0x03, 0xEF, 0x00, 0x07,
0xCF, 0xFE, 0x07, 0xCF, 0xFE, 0x0F, 0x8F, 0xFE, 0x0F, 0xFF, 0x00, 0x1F, 0xFF, 0x00, 0x3F, 0xFF,
0x00, 0x3E, 0x0F, 0x00, 0x7C, 0x0F, 0xFF, 0x7C, 0x0F, 0xFF, 0xF8, 0x0F, 0xFF, 0x3F, 0xCF, 0xC1,
0xFF, 0xFF, 0x0F, 0xFF, 0xFC, 0x63, 0xFB, 0xF0, 0x0F, 0x87, 0x8F, 0xFF, 0xFD, 0xFF, 0xFF, 0xEF,
0xFF, 0xFF, 0x7C, 0xF8, 0x03, 0xE3, 0xF3, 0x9F, 0xFF, 0xFC, 0xFF, 0xFF, 0xE3, 0xFF, 0xFF, 0x00,
0x39, 0xC3, 0xCF, 0x0F, 0xF0, 0x7F, 0x81, 0xF8, 0x00, 0x00, 0x00, 0x1F, 0xFE, 0xFF, 0xF7, 0xFF,
0xBC, 0x01, 0xE0, 0x0F, 0x00, 0x78, 0x03, 0xFF, 0x9F, 0xFC, 0xFF, 0xE7, 0x80, 0x3C, 0x01, 0xE0,
0x0F, 0x00, 0x7F, 0xFF, 0xFF, 0xFF, 0xFF, 0x18, 0xC1, 0xEF, 0x0F, 0xF8, 0x3F, 0x80, 0xF8, 0x00,
0x00, 0x00, 0x03, 0xF8, 0x3F, 0xE3, 0xFF, 0xBF, 0x7D, 0xF1, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
0x00, 0xFC, 0x73, 0xFF, 0x8F, 0xFC, 0x3F, 0xE0, 0x1F, 0xF0, 0x7F, 0xF8, 0x7F, 0xFC, 0x38, 0xFE,
0x00, 0x1F, 0x00, 0x1F, 0x00, 0x1F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xF8, 0x1F, 0xF8, 0x1F,
0x7C, 0x3F, 0x7E, 0x7E, 0x3F, 0xFC, 0x1F, 0xF8, 0x0F, 0xF0, 0x7F, 0x83, 0xFF, 0x1F, 0xFC, 0xE7,
0xE0, 0x0F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xF0, 0xFF, 0xCF, 0x9F, 0xFC, 0xFF, 0xC1, 0xF8, 0x00,
0x1E, 0x70, 0x1E, 0xF8, 0x1E, 0xF8, 0x1E, 0x70, 0x00, 0x00, 0x00, 0x00, 0x1F, 0xF0, 0x7F, 0xF8,
0x7F, 0xFC, 0x38, 0xFE, 0x00, 0x1F, 0x00, 0x1F, 0x00, 0x1F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
0xF8, 0x1F, 0xF8, 0x1F, 0x7C, 0x3F, 0x7E, 0x7E, 0x3F, 0xFC, 0x1F, 0xF8, 0x0F, 0xF0, 0x39, 0xE3,
0xEF, 0x1F, 0x78, 0x73, 0xC0, 0x00, 0x00, 0x01, 0xFE, 0x0F, 0xFC, 0x7F, 0xF3, 0x9F, 0x80, 0x3F,
0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xC3, 0xFF, 0x3E, 0x7F, 0xF3, 0xFF, 0x07, 0xE0, 0x00, 0xE7, 0x80,
0x00, 0xFB, 0xC0, 0x00, 0x7D, 0xE0, 0x00, 0x1C, 0xF0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03,
0xF0, 0xF8, 0x7C, 0xFC, 0x7C, 0x7E, 0x3E, 0x3E, 0x7E, 0x1F, 0x9F, 0x7E, 0x07, 0xEF, 0xBE, 0x01,
0xFF, 0xFE, 0x00, 0x7F, 0xFF, 0x00, 0x1F, 0xFF, 0x00, 0x0F, 0xFF, 0x00, 0x07, 0xFF, 0xC0, 0x07,
0xFF, 0xF0, 0x07, 0xDF, 0xFC, 0x07, 0xCF, 0xBF, 0x07, 0xE7, 0xCF, 0x87, 0xE3, 0xE3, 0xE3, 0xE1,
0xF1, 0xFB, 0xE0, 0xF8, 0x7C, 0x03, 0xCE, 0x00, 0x1E, 0xF8, 0x00, 0xF7, 0xC0, 0x07, 0x9C, 0x00,
0x00, 0x00, 0x00, 0x00, 0x03, 0xF3, 0xE3, 0xEF, 0x9F, 0x3E, 0x3E, 0xFB, 0xE0, 0xFF, 0xFF, 0x07,
0xFF, 0xF0, 0x1F, 0xFF, 0x00, 0x7F, 0xF0, 0x07, 0xFF, 0xC0, 0x7F, 0xFF, 0x07, 0xFF, 0x7C, 0x3E,
0xFB, 0xF3, 0xE7, 0xCF, 0xBE, 0x3E, 0x3E, 0x3C, 0xF0, 0x79, 0xE0, 0xF3, 0xC1, 0xE7, 0x80, 0x00,
0x00, 0x00, 0x0F, 0xF8, 0x3F, 0xF8, 0x7F, 0xF8, 0x71, 0xF8, 0x01, 0xF0, 0x03, 0xE0, 0x1F, 0x83,
0xFF, 0x07, 0xFC, 0x0F, 0xFE, 0x00, 0xFC, 0x00, 0x78, 0x00, 0xF3, 0xC7, 0xE7, 0xFF, 0xDF, 0xFF,
0x0F, 0xFC, 0x00, 0x79, 0xC7, 0xBE, 0x7B, 0xE7, 0x9C, 0x00, 0x00, 0x00, 0x7F, 0xC7, 0xFE, 0x7F,
0xE7, 0x3E, 0x01, 0xE3, 0xFE, 0x3F, 0xE3, 0xFE, 0x01, 0xF7, 0x1F, 0x7F, 0xF7, 0xFE, 0x7F, 0xC0,
0x7F, 0xFD, 0xFF, 0xF7, 0xFF, 0xC0, 0x7E, 0x03, 0xF0, 0x1F, 0x80, 0xFC, 0x03, 0xFC, 0x0F, 0xF8,
0x07, 0xF0, 0x07, 0xC0, 0x0F, 0x00, 0x7D, 0xE3, 0xF7, 0xFF, 0xBF, 0xFE, 0x3F, 0xE0, 0xFF, 0xFF,
0xFF, 0xFF, 0xF0, 0x3E, 0x07, 0xC0, 0x7C, 0x0F, 0x81, 0xF0, 0x1F, 0xC1, 0xFE, 0x03, 0xF0, 0x1F,
0x00, 0xF0, 0x0F, 0x63, 0xFF, 0xFF, 0xFF, 0xEF, 0xF8, 0x1F, 0xF0, 0x3F, 0xE0, 0x7F, 0xC0, 0x00,
0x00, 0x00, 0x00, 0x00, 0x3C, 0x07, 0xF8, 0x1F, 0xF0, 0x7F, 0xE1, 0xFF, 0xC7, 0xFF, 0x8F, 0xFF,
0x3F, 0xFE, 0xFB, 0xFF, 0xE7, 0xFF, 0xCF, 0xFF, 0x1F, 0xFC, 0x3F, 0xF8, 0x7F, 0xE0, 0xFF, 0x81,
0xFF, 0x03, 0xFC, 0x07, 0x80, 0x3F, 0xE1, 0xFF, 0x0F, 0xF8, 0x00, 0x00, 0x00, 0x00, 0x03, 0xE1,
0xFF, 0x1F, 0xF9, 0xFF, 0xDF, 0xFE, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xBF, 0xF9, 0xFF, 0xCF, 0xFC,
0x7F, 0xC3, 0xFE, 0x1E, 0x1E, 0x70, 0x3D, 0xF0, 0x7B, 0xE0, 0xF3, 0x80, 0x00, 0x00, 0x00, 0x3C,
0x07, 0xF8, 0x1F, 0xF0, 0x7F, 0xE1, 0xFF, 0xC7, 0xFF, 0x8F, 0xFF, 0x3F, 0xFE, 0xFB, 0xFF, 0xE7,
0xFF, 0xCF, 0xFF, 0x1F, 0xFC, 0x3F, 0xF8, 0x7F, 0xE0, 0xFF, 0x81, 0xFF, 0x03, 0xFC, 0x07, 0x80,
0x3C, 0xE1, 0xE7, 0x8F, 0x3C, 0x79, 0xC0, 0x00, 0x00, 0x03, 0xE1, 0xFF, 0x1F, 0xF9, 0xFF, 0xDF,
0xFE, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xBF, 0xF9, 0xFF, 0xCF, 0xFC, 0x7F, 0xC3, 0xFE, 0x1E, 0x0F,
0x38, 0x03, 0xCF, 0x00, 0xF3, 0xC0, 0x3C, 0xF0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7F, 0x80, 0x7F,
0xF8, 0x3F, 0xFF, 0x1F, 0xCF, 0xC7, 0xC0, 0xFB, 0xE0, 0x3E, 0xF8, 0x07, 0xFE, 0x01, 0xFF, 0x80,
0x7F, 0xE0, 0x1F, 0xF8, 0x07, 0xFE, 0x03, 0xE7, 0xC0, 0xF9, 0xFC, 0xFE, 0x3F, 0xFF, 0x07, 0xFF,
0x80, 0x7F, 0x80, 0x3C, 0xE0, 0xF7, 0xC3, 0xDF, 0x0F, 0x38, 0x00, 0x00, 0x00, 0x01, 0xFC, 0x0F,
0xF8, 0x7F, 0xF3, 0xF7, 0xEF, 0x8F, 0xBC, 0x1E, 0xF0, 0x7B, 0xC1, 0xEF, 0x8F, 0xBF, 0x7E, 0x7F,
0xF0, 0xFF, 0x81, 0xFC, 0x00, 0x07, 0xF8, 0x07, 0xFF, 0x83, 0xFF, 0xF1, 0xFC, 0xFC, 0x7C, 0x0F,
0xBE, 0x03, 0xEF, 0x80, 0x7F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x80, 0x7F, 0xE0, 0x3E,
0x7C, 0x0F, 0x9F, 0xCF, 0xE3, 0xFF, 0xF0, 0x7F, 0xF8, 0x07, 0xF8, 0x00, 0x1F, 0xC0, 0xFF, 0x87,
0xFF, 0x3F, 0x7E, 0xF0, 0x7B, 0xFF, 0xEF, 0xFF, 0xBC, 0x1E, 0xF8, 0xFB, 0xF7, 0xE7, 0xFF, 0x0F,
0xF8, 0x1F, 0xC0, 0x0F, 0x38, 0x03, 0xCF, 0x00, 0xF3, 0xC0, 0x3C, 0xF0, 0x00, 0x00, 0x00, 0x00,
0x00, 0x7F, 0x80, 0x7F, 0xF8, 0x3F, 0xFF, 0x1F, 0xCF, 0xC7, 0xC0, 0xFB, 0xE0, 0x3E, 0xF8, 0x07,
0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xF8, 0x07, 0xFE, 0x03, 0xE7, 0xC0, 0xF9, 0xFC, 0xFE,
0x3F, 0xFF, 0x07, 0xFF, 0x80, 0x7F, 0x80, 0x39, 0xE1, 0xF7, 0x87, 0xDE, 0x0E, 0x78, 0x00, 0x00,
0x00, 0x01, 0xFC, 0x0F, 0xF8, 0x7F, 0xF3, 0xF7, 0xEF, 0x07, 0xBF, 0xFE, 0xFF, 0xFB, 0xC1, 0xEF,
0x8F, 0xBF, 0x7E, 0x7F, 0xF0, 0xFF, 0x81, 0xFC, 0x00, 0x3C, 0xE0, 0x7B, 0xE0, 0xF7, 0xC1, 0xE7,
0x00, 0x00, 0x00, 0x00, 0x1F, 0xF0, 0x7F, 0xF8, 0xFF, 0xF8, 0xE3, 0xF8, 0x01, 0xF0, 0x01, 0xF0,
0x03, 0xE3, 0xFF, 0xC7, 0xFF, 0x8F, 0xFF, 0x00, 0x3E, 0x00, 0x7C, 0x01, 0xF3, 0xCF, 0xEF, 0xFF,
0x9F, 0xFE, 0x1F, 0xF0, 0x00, 0x39, 0xE3, 0xEF, 0x1F, 0x78, 0x73, 0xC0, 0x00, 0x00, 0x01, 0xFE,
0x0F, 0xFC, 0x7F, 0xE3, 0x9F, 0x80, 0x3C, 0x3F, 0xE1, 0xFF, 0x8F, 0xF8, 0x03, 0xCE, 0x7E, 0x7F,
0xE3, 0xFF, 0x1F, 0xE0, 0x0F, 0xF8, 0x07, 0xFC, 0x03, 0xFE, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x03, 0xE0, 0x7C, 0xF8, 0x3E, 0x7C, 0x1F, 0x1F, 0x1F, 0x0F, 0x8F, 0x83, 0xE7, 0x81, 0xF7, 0xC0,
0x7F, 0xC0, 0x3F, 0xE0, 0x0F, 0xF0, 0x03, 0xF0, 0x01, 0xF8, 0x00, 0xF8, 0x04, 0xFC, 0x07, 0xFC,
0x03, 0xFC, 0x01, 0xFC, 0x00, 0x1F, 0xE0, 0x7F, 0x81, 0xFE, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0F,
0x87, 0xFE, 0x1E, 0x78, 0x79, 0xF3, 0xE7, 0xCF, 0x0F, 0x3C, 0x3F, 0xF0, 0xFF, 0x81, 0xFE, 0x07,
0xF8, 0x0F, 0xC0, 0x3F, 0x00, 0x78, 0x03, 0xE0, 0x5F, 0x03, 0xFC, 0x0F, 0xE0, 0x3F, 0x00, 0x0E,
0x38, 0x07, 0xBE, 0x03, 0xDF, 0x01, 0xC7, 0x00, 0x00, 0x00, 0x00, 0x03, 0xE0, 0x7C, 0xF8, 0x3E,
0x7C, 0x1F, 0x1F, 0x1F, 0x0F, 0x8F, 0x83, 0xE7, 0x81, 0xF7, 0xC0, 0x7F, 0xC0, 0x3F, 0xE0, 0x0F,
0xF0, 0x03, 0xF0, 0x01, 0xF8, 0x00, 0xF8, 0x04, 0xFC, 0x07, 0xFC, 0x03, 0xFC, 0x01, 0xFC, 0x00,
0x3C, 0xE0, 0xF7, 0xC3, 0xDF, 0x0F, 0x38, 0x00, 0x00, 0x00, 0x0F, 0x87, 0xFE, 0x1E, 0x78, 0x79,
0xF3, 0xE7, 0xCF, 0x0F, 0x3C, 0x3F, 0xF0, 0xFF, 0x81, 0xFE, 0x07, 0xF8, 0x0F, 0xC0, 0x3F, 0x00,
0x78, 0x03, 0xE0, 0x5F, 0x03, 0xFC, 0x0F, 0xE0, 0x3F, 0x00, 0x03, 0x18, 0x01, 0xCE, 0x01, 0xEF,
0x00, 0xE7, 0x80, 0xF7, 0x80, 0x73, 0x80, 0x00, 0x01, 0xF0, 0x3E, 0x7C, 0x1F, 0x3E, 0x0F, 0x8F,
0x8F, 0x87, 0xC7, 0xC1, 0xF3, 0xC0, 0xFB, 0xE0, 0x3F, 0xE0, 0x1F, 0xF0, 0x07, 0xF8, 0x01, 0xF8,
0x00, 0xFC, 0x00, 0x7C, 0x02, 0x7E, 0x03, 0xFE, 0x01, 0xFE, 0x00, 0xFE, 0x00, 0x06, 0x30, 0x3D,
0xE0, 0xF7, 0x87, 0xBC, 0x3D, 0xE0, 0x63, 0x00, 0x00, 0x3E, 0x1F, 0xF8, 0x79, 0xE1, 0xE7, 0xCF,
0x9F, 0x3C, 0x3C, 0xF0, 0xFF, 0xC3, 0xFE, 0x07, 0xF8, 0x1F, 0xE0, 0x3F, 0x00, 0xFC, 0x01, 0xE0,
0x0F, 0x81, 0x7C, 0x0F, 0xF0, 0x3F, 0x80, 0xFC, 0x00, 0x1C, 0xF0, 0xF3, 0xC3, 0xCF, 0x0F, 0x3C,
0x00, 0x00, 0x00, 0x0F, 0x03, 0xFC, 0x0F, 0xF0, 0x3F, 0xC0, 0xFF, 0x03, 0xFC, 0x0F, 0xF8, 0x3F,
0xF1, 0xFF, 0xFF, 0xDF, 0xFF, 0x3F, 0xFC, 0x00, 0xF0, 0x03, 0xC0, 0x0F, 0x00, 0x3C, 0x00, 0xF0,
0x03, 0xC0, 0x79, 0xC7, 0xBE, 0x7B, 0xE7, 0x9C, 0x00, 0x00, 0x00, 0xF1, 0xFF, 0x1F, 0xF1, 0xFF,
0x1F, 0xF1, 0xFF, 0x9F, 0xFF, 0xF7, 0xFF, 0x3F, 0xF0, 0x1F, 0x01, 0xF0, 0x1F, 0x01, 0xF0, 0xFF,
0xFF, 0xFF, 0xFF, 0xFF, 0x00, 0xF0, 0x0F, 0x00, 0xF0, 0x0F, 0x00, 0xF0, 0x0F, 0x00, 0xF0, 0x0F,
0x00, 0xF0, 0x0F, 0x00, 0xFE, 0x0F, 0xE0, 0xFE, 0x01, 0xE0, 0x1E, 0x01, 0xE0, 0x1E, 0x01, 0xE0,
0xFF, 0xDF, 0xFB, 0xFF, 0x7C, 0x0F, 0x81, 0xF0, 0x3E, 0x07, 0xC0, 0xF8, 0x1F, 0x03, 0xF8, 0x7F,
0x0F, 0xE0, 0x3C, 0x07, 0x80, 0xF0, 0x1E, 0x00, 0x07, 0x9C, 0x00, 0x7B, 0xE0, 0x07, 0xBE, 0x00,
0x79, 0xC0, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x01, 0xFF, 0x00, 0x1F, 0xF0, 0x01, 0xFF, 0x00,
0x1F, 0xF0, 0x01, 0xFF, 0x00, 0x1F, 0xFF, 0xC1, 0xFF, 0xFF, 0x1F, 0xFF, 0xF9, 0xFF, 0x3F, 0x9F,
0xF0, 0xF9, 0xFF, 0x07, 0x9F, 0xF0, 0xF9, 0xFF, 0x1F, 0x9F, 0xFF, 0xF9, 0xFF, 0xFF, 0x1F, 0xFF,
0xC1, 0xF0, 0x07, 0x3C, 0x03, 0xEF, 0x00, 0xFB, 0xC0, 0x1C, 0xF0, 0x00, 0x00, 0x00, 0x00, 0x0F,
0x80, 0x3F, 0xE0, 0x0F, 0xF8, 0x03, 0xFE, 0x00, 0xFF, 0xFC, 0x3F, 0xFF, 0x8F, 0xFF, 0xF3, 0xFE,
0x7C, 0xFF, 0x8F, 0xBF, 0xE7, 0xCF, 0xFF, 0xF3, 0xFF, 0xFC, 0xF7, 0xFC, 0x3C, 0x03, 0x00, 0x03,
0xC0, 0x01, 0xF0, 0x00, 0x7C, 0x00, 0x1E, 0x00, 0x06, 0x00, 0x00, 0x01, 0xF0, 0x3F, 0x7C, 0x1F,
0x3E, 0x1F, 0x0F, 0x8F, 0x87, 0xCF, 0x81, 0xF7, 0xC0, 0xFF, 0xC0, 0x3F, 0xE0, 0x0F, 0xE0, 0x07,
0xE0, 0x01, 0xF0, 0x00, 0xF8, 0x00, 0x7C, 0x00, 0x3E, 0x00, 0x1F, 0x00, 0x0F, 0x80, 0x07, 0xC0,
0x0C, 0x00, 0x78, 0x01, 0xF0, 0x03, 0xE0, 0x07, 0x80, 0x0C, 0x00, 0x00, 0x3E, 0x1F, 0xF8, 0x79,
0xE1, 0xE7, 0xCF, 0x9F, 0x3C, 0x3C, 0xF0, 0xFF, 0xC3, 0xFE, 0x07, 0xF8, 0x1F, 0xE0, 0x3F, 0x00,
0xFC, 0x01, 0xE0, 0x0F, 0x81, 0x7C, 0x0F, 0xF0, 0x3F, 0x80, 0xFC, 0x00, 0xFF, 0xFF, 0xFF, 0xFF,
0xFE, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xE0, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
0xFF, 0xFF, 0xFF, 0xFF, 0xE0, 0x7B, 0xFD, 0xEF, 0x7B, 0xC0, 0x79, 0xE7, 0x9E, 0x7B, 0xCF, 0x00,
0x79, 0xE7, 0x9E, 0x7B, 0xCF, 0x00, 0x79, 0xDE, 0xFF, 0x3F, 0xDE, 0xF7, 0xBD, 0xEF, 0x78, 0x7B,
0xEF, 0x7D, 0xEF, 0xBD, 0xE7, 0xBD, 0xE7, 0xBC, 0xE0, 0x7B, 0xEF, 0x7D, 0xEF, 0xBD, 0xE7, 0xBD,
0xE7, 0xBC, 0xE0, 0x0F, 0x00, 0xF0, 0x0F, 0x00, 0xF0, 0x0F, 0x0F, 0xFF, 0xFF, 0xFF, 0xFF, 0x0F,
0x00, 0xF0, 0x0F, 0x00, 0xF0, 0x0F, 0x00, 0xF0, 0x0F, 0x00, 0xF0, 0x0F, 0x00, 0xF0, 0x0F, 0x00,
0x70, 0x07, 0x00, 0x0F, 0x00, 0xF0, 0x0F, 0x00, 0xF0, 0x0F, 0x0F, 0xFF, 0xFF, 0xFF, 0xFF, 0x0F,
0x00, 0xF0, 0x0F, 0x00, 0xF0, 0xFF, 0xFF, 0xFF, 0xFF, 0xF0, 0xF0, 0x0F, 0x00, 0xF0, 0x0F, 0x00,
0x70, 0x07, 0x00, 0x3E, 0x3F, 0x9F, 0xCF, 0xE7, 0xF3, 0xF8, 0xF8, 0x78, 0x38, 0x3D, 0xF0, 0xF8,
0x7F, 0xE1, 0xF0, 0xFF, 0xC3, 0xE1, 0xF7, 0x83, 0x83, 0xC0, 0x3F, 0x03, 0xC0, 0x00, 0x3F, 0xC3,
0xE0, 0x00, 0x1E, 0xF1, 0xE0, 0x00, 0x0E, 0x79, 0xE0, 0x00, 0x07, 0x1C, 0xF0, 0x00, 0x03, 0x9E,
0xF0, 0x00, 0x01, 0xEF, 0xF8, 0x00, 0x00, 0xFF, 0x78, 0x00, 0x00, 0x3F, 0x7D, 0xF8, 0x7E, 0x00,
0x3D, 0xFE, 0x7F, 0x80, 0x3D, 0xEF, 0x7B, 0xC0, 0x1E, 0xF3, 0xBC, 0xE0, 0x1E, 0x71, 0xDC, 0x70,
0x1F, 0x3C, 0xEF, 0x38, 0x0F, 0x1E, 0xF7, 0xBC, 0x0F, 0x87, 0xF9, 0xFE, 0x07, 0x81, 0xF8, 0x7E,
0x00, 0x00, 0x0E, 0x1F, 0x3E, 0x7C, 0x7C, 0xF8, 0x7C, 0x7C, 0x3E, 0x1F, 0x0E, 0x08, 0x10, 0x78,
0x78, 0x7C, 0x3E, 0x3E, 0x1F, 0x3E, 0x3E, 0x7C, 0x78, 0x78, 0x10, 0x00, 0x78, 0x01, 0xE0, 0x0F,
0x80, 0x3C, 0x01, 0xF0, 0x07, 0x80, 0x3C, 0x00, 0xF0, 0x07, 0x80, 0x1E, 0x00, 0xF0, 0x03, 0xC0,
0x1E, 0x00, 0x78, 0x03, 0xC0, 0x0F, 0x00, 0x78, 0x01, 0xE0, 0x00, 0x3E, 0x3F, 0xBD, 0xFE, 0x7E,
0x3F, 0x1F, 0xCF, 0xEF, 0x7F, 0x1F, 0x00, 0x0F, 0x0F, 0x87, 0xC7, 0xE7, 0x73, 0xBB, 0xFF, 0xFF,
0x07, 0x03, 0x80, 0x7F, 0x3F, 0x9C, 0x0E, 0x07, 0xE3, 0xF8, 0x3C, 0x8E, 0x7F, 0x7F, 0x00, 0x0F,
0x1F, 0x9F, 0x8F, 0x07, 0xF7, 0xFB, 0xDE, 0xEF, 0x7F, 0x1F, 0x00, 0xFF, 0xFF, 0xC3, 0xC1, 0xE1,
0xE0, 0xF0, 0x70, 0x78, 0x3C, 0x1E, 0x00, 0x3F, 0x3F, 0xBD, 0xEE, 0xE7, 0xF3, 0xFB, 0xDF, 0xEF,
0xFF, 0xBF, 0x80, 0x3E, 0x3F, 0xBD, 0xDE, 0xF7, 0xFB, 0xFC, 0x1C, 0x3E, 0x7E, 0x3E, 0x00, 0x3E,
0x3F, 0xBD, 0xFE, 0x7E, 0x3F, 0x1F, 0xCF, 0xEF, 0x7F, 0x1F, 0x00, 0x1E, 0xFD, 0xFB, 0xF0, 0xE1,
0xC3, 0x87, 0x0E, 0x1C, 0x7E, 0x7F, 0x9B, 0xC1, 0xE1, 0xF1, 0xF1, 0xF0, 0xF0, 0x7F, 0x7F, 0x80,
0x7E, 0xFF, 0x6F, 0x0F, 0x3E, 0x3F, 0x0F, 0x47, 0xFF, 0xFE, 0x0F, 0x0F, 0x87, 0xC7, 0xE7, 0x73,
0xBB, 0xFF, 0xFF, 0x07, 0x03, 0x80, 0x7F, 0x3F, 0x9C, 0x0E, 0x07, 0xE3, 0xF8, 0x3C, 0x8E, 0x7F,
0x7F, 0x00, 0x0F, 0x1F, 0x9F, 0x8F, 0x07, 0xF7, 0xFB, 0xDE, 0xEF, 0x7F, 0x1F, 0x00, 0xFF, 0xFF,
0xC3, 0xC1, 0xE1, 0xE0, 0xF0, 0x70, 0x78, 0x3C, 0x1E, 0x00, 0x3F, 0x3F, 0xBD, 0xEE, 0xE7, 0xF3,
0xFB, 0xDF, 0xEF, 0xFF, 0xBF, 0x80, 0x3E, 0x3F, 0xBD, 0xDE, 0xF7, 0xFB, 0xFC, 0x1C, 0x3E, 0x7E,
0x3E, 0x00, 0x07, 0xF8, 0x3F, 0xE1, 0xFF, 0x87, 0xC4, 0x3E, 0x00, 0xF0, 0x0F, 0xFE, 0x3F, 0xF8,
0x7C, 0x01, 0xF0, 0x0F, 0xFE, 0x3F, 0xF0, 0x3C, 0x00, 0xFC, 0xE1, 0xFF, 0x87, 0xFE, 0x07, 0xF8,
0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xC1, 0xE0, 0x07, 0xB0, 0x1F, 0xC0, 0x7F, 0x07, 0xF8, 0x3F, 0x80,
0xFF, 0xC1, 0x7F, 0x01, 0xFC, 0x3F, 0xC0, 0xFE, 0x01, 0xF8, 0x01, 0xE0, 0x07, 0x80, 0x1F, 0xE0,
0xFF, 0xC3, 0xFF, 0x06, 0x3E, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xC3, 0xF8, 0x1F, 0x83, 0xFF, 0xFF,
0xFF, 0xFF, 0xFF, 0x7C, 0x01, 0xF9, 0xC3, 0xFF, 0x8F, 0xFE, 0x0F, 0xF0, 0xFF, 0xFF, 0xFF, 0xFF,
0xFF, 0xC1, 0xF8, 0x01, 0xE3, 0xFF, 0xEF, 0xFF, 0x80, 0xF8, 0x0F, 0xE3, 0xFF, 0x0F, 0xF8, 0x3F,
0xC0, 0xFC, 0x01, 0xF8, 0x01, 0xF0, 0x03, 0xE0, 0x07, 0xC0, 0x1F, 0xC0, 0x7F, 0xE0, 0x7F, 0xE0,
0xCF, 0xC0, 0x07, 0xC0, 0x07, 0x83, 0xFF, 0x0F, 0xFE, 0x3F, 0xFC, 0xFC, 0xF9, 0xE0, 0xF3, 0xC1,
0xE7, 0x83, 0xCF, 0x0F, 0x9F, 0x3E, 0x3F, 0xFC, 0x3F, 0xF0, 0x3F, 0x80, 0x03, 0xE0, 0x00, 0xF8,
0x00, 0x7F, 0x00, 0x1F, 0xC0, 0x07, 0xF8, 0x03, 0xFE, 0x00, 0xF7, 0xC0, 0x7D, 0xF0, 0x1E, 0x3C,
0x07, 0x8F, 0x83, 0xE3, 0xE0, 0xF0, 0x7C, 0x7C, 0x1F, 0x1F, 0x03, 0xC7, 0xFF, 0xFB, 0xFF, 0xFE,
0xFF, 0xFF, 0x80, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x81, 0xFF, 0x03, 0xFE, 0x07, 0xFC, 0x0F,
0xF8, 0x1F, 0xF0, 0x3F, 0xE0, 0x7F, 0xC0, 0xFF, 0x81, 0xFF, 0x03, 0xFE, 0x07, 0xFC, 0x0F, 0xF8,
0x1F, 0xF0, 0x3F, 0xE0, 0x7F, 0xC0, 0xFF, 0x81, 0xFF, 0x03, 0xE0, 0xFF, 0xFB, 0xFF, 0xEF, 0xFF,
0x9F, 0x00, 0x3E, 0x00, 0xF8, 0x01, 0xF0, 0x03, 0xE0, 0x0F, 0x80, 0x1F, 0x00, 0xFC, 0x03, 0xE0,
0x1F, 0x00, 0xFC, 0x03, 0xE0, 0x1F, 0x00, 0x7C, 0x03, 0xFF, 0xEF, 0xFF, 0xBF, 0xFE, 0xFF, 0xFF,
0xFF, 0xFF, 0xF0, 0x00, 0x78, 0x01, 0xE0, 0x0F, 0x80, 0x3C, 0x01, 0xF0, 0x07, 0x80, 0x3C, 0x00,
0xF0, 0x07, 0x80, 0x1E, 0x00, 0xF0, 0x03, 0xC0, 0x1E, 0x00, 0x78, 0x03, 0xC0, 0x0F, 0x00, 0x78,
0x01, 0xE0, 0x00, 0x79, 0xFF, 0xDF, 0x78, 0x00, 0x0F, 0x00, 0x0F, 0x00, 0x1E, 0x00, 0x1E, 0x00,
0x1E, 0x00, 0x3C, 0x00, 0x3C, 0x00, 0x3C, 0x1C, 0x78, 0x7E, 0x78, 0x7E, 0x78, 0x7F, 0xF0, 0x7F,
0xF0, 0x0F, 0xF0, 0x07, 0xE0, 0x07, 0xE0, 0x03, 0xE0, 0x03, 0xC0, 0x3E, 0x7C, 0x7F, 0xFE, 0x7F,
0xFE, 0xF7, 0xEE, 0xF7, 0xEE, 0x7F, 0xFE, 0x7F, 0xFE, 0x3E, 0x7C, 0x00, 0x01, 0xF0, 0xFC, 0x7F,
0x1F, 0x07, 0x81, 0xE0, 0x78, 0x1E, 0x07, 0x81, 0xE0, 0x78, 0x1E, 0x07, 0x81, 0xE0, 0x78, 0x1E,
0x07, 0x81, 0xE0, 0x78, 0x3E, 0x3F, 0x8F, 0xC3, 0xE0, 0x00, 0x00, 0x3E, 0x1D, 0xFE, 0xF7, 0xFF,
0xBD, 0xFE, 0x71, 0xF0, 0x00, 0x03, 0xE1, 0xDF, 0xEF, 0x7F, 0xFB, 0xDF, 0xE7, 0x1F, 0x00, 0x00,
0xC0, 0x1E, 0x01, 0xCF, 0xFF, 0xFF, 0xFF, 0xFF, 0x07, 0x00, 0xF0, 0xFF, 0xFF, 0xFF, 0xFF, 0xF3,
0x80, 0x78, 0x03, 0x00, 0x01, 0xF3, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xEF, 0xC0, 0xFF, 0xEF, 0xFF,
0xFF, 0xF3, 0xFF, 0x01, 0xF0, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xF0, 0x78, 0x0F, 0xFC, 0xFF, 0xFF,
0xFF, 0x3F, 0xF0, 0x3F, 0x7F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFC, 0x78, 0x00, 0x00, 0xFF, 0xFF, 0xFF,
0xFF, 0xF0, 0x1F, 0xC7, 0xF1, 0xFE, 0x7F, 0x9F, 0xF3, 0xFC, 0xF9, 0x3F, 0x6F, 0x81, 0xE0, 0x7C,
0x0F, 0x03, 0xFE, 0x7F, 0xDF, 0xF3, 0xFE, 0xFF, 0x9F, 0xF7, 0xC0, 0xF0, 0x3E, 0x07, 0x81, 0xF0,
0x3C, 0x0F, 0x81, 0xE0, 0x7C, 0x0F, 0x03, 0xE0, 0x78, 0x1F, 0x03, 0xC0, 0xF8, 0x1E, 0x07, 0xC0,
0xF0, 0x3E, 0x07, 0x80, 0x1F, 0xDE, 0x3F, 0xDF, 0x7F, 0x9F, 0x7C, 0x9E, 0xF8, 0x00, 0xF8, 0x00,
0xFF, 0x9E, 0xFF, 0x9E, 0xFF, 0x9E, 0xF8, 0x1E, 0xF8, 0x1E, 0xF8, 0x1E, 0xF8, 0x1E, 0xF8, 0x1E,
0xF8, 0x1E, 0xF8, 0x1E, 0xF8, 0x1E, 0xF8, 0x1E, 0xF8, 0x1E, 0x1F, 0xDE, 0x0F, 0xF7, 0x87, 0xF9,
0xE1, 0xF2, 0x78, 0xF8, 0x1E, 0x3E, 0x07, 0x8F, 0xF9, 0xE3, 0xFE, 0x78, 0xFF, 0x9E, 0x3E, 0x07,
0x8F, 0x81, 0xE3, 0xE0, 0x78, 0xF8, 0x1E, 0x3E, 0x07, 0x8F, 0x81, 0xE3, 0xE0, 0x7C, 0xF8, 0x1F,
0xBE, 0x03, 0xEF, 0x80, 0x78, 0x1F, 0xC7, 0xF3, 0xCF, 0xF3, 0xFD, 0xF7, 0xFC, 0xFF, 0x7D, 0xF2,
0x7E, 0x8F, 0xF8, 0x1E, 0x00, 0x3E, 0x07, 0x80, 0x0F, 0xF9, 0xFF, 0x7F, 0xFE, 0x7F, 0xDF, 0xFF,
0x9F, 0xF7, 0xFE, 0x07, 0x81, 0xFF, 0x81, 0xE0, 0x7F, 0xE0, 0x78, 0x1F, 0xF8, 0x1E, 0x07, 0xFE,
0x07, 0x81, 0xFF, 0x81, 0xE0, 0x7F, 0xE0, 0x78, 0x1F, 0xF8, 0x1E, 0x07, 0xFE, 0x07, 0x81, 0xFF,
0x81, 0xE0, 0x7C, 0x1F, 0xC7, 0xF3, 0xC3, 0xFC, 0xFF, 0x7C, 0x7F, 0xCF, 0xF7, 0xC7, 0xC9, 0xFA,
0x7C, 0xF8, 0x1E, 0x07, 0xCF, 0x81, 0xE0, 0x7C, 0xFF, 0x9F, 0xF7, 0xCF, 0xF9, 0xFF, 0x7C, 0xFF,
0x9F, 0xF7, 0xCF, 0x81, 0xE0, 0x7C, 0xF8, 0x1E, 0x07, 0xCF, 0x81, 0xE0, 0x7C, 0xF8, 0x1E, 0x07,
0xCF, 0x81, 0xE0, 0x7C, 0xF8, 0x1E, 0x07, 0xCF, 0x81, 0xE0, 0x7E, 0xF8, 0x1E, 0x03, 0xFF, 0x81,
0xE0, 0x3F, 0xF8, 0x1E, 0x01, 0xE0,
Aleo, Noto Sans, Open Dyslexic fonts (#163) ## Summary * Swap out Bookerly font due to licensing issues, replace default font with Aleo * I did a bunch of searching around for a nice replacement font, and this trumped several other like Literata, Merriwether, Vollkorn, etc * Add Noto Sans, and Open Dyslexic as font options * They can be selected in the settings screen * Add font size options (Small, Medium, Large, Extra Large) * Adjustable in settings * Swap out uses of reader font in headings and replaced with slightly larger Ubuntu font * Replaced PixelArial14 font as it was difficult to track down, replace with Space Grotesk * Remove auto formatting on generated font files * Massively speeds up formatting step now that there is a lot more CPP font source * Include fonts with their licenses in the repo ## Additional Context Line compression setting will follow | Font | Small | Medium | Large | X Large | | --- | --- | --- | --- | --- | | Aleo | ![IMG_5704](https://github.com/user-attachments/assets/7acb054f-ddef-4080-b3c8-590cfaf13115) | ![IMG_5705](https://github.com/user-attachments/assets/d4819036-5c89-486e-92c3-86094fa4d89a) | ![IMG_5706](https://github.com/user-attachments/assets/35caf622-d126-4396-9c3e-f927eba1e1f4) | ![IMG_5707](https://github.com/user-attachments/assets/af32370a-6244-400f-bea9-5c27db040b5b) | | Noto Sans | ![IMG_5708](https://github.com/user-attachments/assets/1f9264a5-c069-4e22-9099-a082bfcaabc5) | ![IMG_5709](https://github.com/user-attachments/assets/ef6b07fe-8d87-403a-b152-05f50b69b78e) | ![IMG_5710](https://github.com/user-attachments/assets/112a5d20-262c-4dc0-b67d-980b237e4607) | ![IMG_5711](https://github.com/user-attachments/assets/d25e0e1d-2ace-450d-96dd-618e4efd4805) | | Open Dyslexic | ![IMG_5712](https://github.com/user-attachments/assets/ead64690-f261-4fae-a4a2-0becd1162e2d) | ![IMG_5713](https://github.com/user-attachments/assets/59d60f7d-5142-4591-96b0-c04e0a4c6436) | ![IMG_5714](https://github.com/user-attachments/assets/bb6652cd-1790-46a3-93ea-2b8f70d0d36d) | ![IMG_5715](https://github.com/user-attachments/assets/496e7eb4-c81a-4232-83e9-9ba9148fdea4) |
2025-12-30 18:21:47 +10:00
};
static const EpdGlyph ubuntu_12_boldGlyphs[] = {
feat: Support for kerning and ligatures (#873) ## Summary **What is the goal of this PR?** Improved typesetting, including [kerning](https://en.wikipedia.org/wiki/Kerning) and [ligatures](https://en.wikipedia.org/wiki/Ligature_(writing)#Latin_alphabet). **What changes are included?** - The script to convert built-in fonts now adds kerning and ligature information to the generated font headers. - Epub page layout calculates proper kerning spaces and makes ligature substitutions according to the selected font. ![3U1B1808](https://github.com/user-attachments/assets/1accb16f-2f1a-41e5-adca-89f1f1348494) ![3U1B1810](https://github.com/user-attachments/assets/2f6bd007-490e-420f-b774-3380b4add7ea) ![3U1B1815](https://github.com/user-attachments/assets/1986bb77-2db0-46e2-a5d6-8315dae9eb19) ## Additional Context - I am not a typography expert. - The implementation has been reworked from the earlier version, so it is no longer necessary to omit Open Dyslexic, and kerning data now covers all fonts, styles, and codepoints for which we include bitmap data. - Claude Opus 4.6 helped with a lot of this. - There's an included test epub document with lots of kerning and ligature examples, shown in the photos. **_After some time to mature, I think this change is in decent shape to merge and get people testing._** After opening this PR I came across #660, which overlaps in adding ligature support. --- ### AI Usage While CrossPoint doesn't have restrictions on AI tools in contributing, please be transparent about their usage as it helps set the right context for reviewers. Did you use AI tools to help write this code? _**YES, Claude Opus 4.6**_ --------- Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-24 02:31:43 -06:00
{ 0, 0, 0, 0, 0, 0, 0 }, // U+0000
{ 0, 0, 0, 0, 0, 0, 0 }, // U+0008
{ 0, 0, 6, 0, 0, 0, 0 }, // U+0009
{ 0, 0, 6, 0, 0, 0, 0 }, // U+000D
{ 0, 0, 0, 0, 0, 0, 0 }, // U+001D
{ 0, 0, 6, 0, 0, 0, 0 }, // U+0020
Aleo, Noto Sans, Open Dyslexic fonts (#163) ## Summary * Swap out Bookerly font due to licensing issues, replace default font with Aleo * I did a bunch of searching around for a nice replacement font, and this trumped several other like Literata, Merriwether, Vollkorn, etc * Add Noto Sans, and Open Dyslexic as font options * They can be selected in the settings screen * Add font size options (Small, Medium, Large, Extra Large) * Adjustable in settings * Swap out uses of reader font in headings and replaced with slightly larger Ubuntu font * Replaced PixelArial14 font as it was difficult to track down, replace with Space Grotesk * Remove auto formatting on generated font files * Massively speeds up formatting step now that there is a lot more CPP font source * Include fonts with their licenses in the repo ## Additional Context Line compression setting will follow | Font | Small | Medium | Large | X Large | | --- | --- | --- | --- | --- | | Aleo | ![IMG_5704](https://github.com/user-attachments/assets/7acb054f-ddef-4080-b3c8-590cfaf13115) | ![IMG_5705](https://github.com/user-attachments/assets/d4819036-5c89-486e-92c3-86094fa4d89a) | ![IMG_5706](https://github.com/user-attachments/assets/35caf622-d126-4396-9c3e-f927eba1e1f4) | ![IMG_5707](https://github.com/user-attachments/assets/af32370a-6244-400f-bea9-5c27db040b5b) | | Noto Sans | ![IMG_5708](https://github.com/user-attachments/assets/1f9264a5-c069-4e22-9099-a082bfcaabc5) | ![IMG_5709](https://github.com/user-attachments/assets/ef6b07fe-8d87-403a-b152-05f50b69b78e) | ![IMG_5710](https://github.com/user-attachments/assets/112a5d20-262c-4dc0-b67d-980b237e4607) | ![IMG_5711](https://github.com/user-attachments/assets/d25e0e1d-2ace-450d-96dd-618e4efd4805) | | Open Dyslexic | ![IMG_5712](https://github.com/user-attachments/assets/ead64690-f261-4fae-a4a2-0becd1162e2d) | ![IMG_5713](https://github.com/user-attachments/assets/59d60f7d-5142-4591-96b0-c04e0a4c6436) | ![IMG_5714](https://github.com/user-attachments/assets/bb6652cd-1790-46a3-93ea-2b8f70d0d36d) | ![IMG_5715](https://github.com/user-attachments/assets/496e7eb4-c81a-4232-83e9-9ba9148fdea4) |
2025-12-30 18:21:47 +10:00
{ 5, 17, 7, 1, 17, 11, 0 }, // !
{ 10, 7, 12, 1, 19, 9, 11 }, // "
{ 16, 17, 17, 1, 17, 34, 20 }, // #
{ 14, 23, 14, 0, 20, 41, 54 }, // $
{ 23, 17, 23, 0, 17, 49, 95 }, // %
{ 18, 17, 18, 0, 17, 39, 144 }, // &
{ 4, 7, 6, 1, 19, 4, 183 }, // '
{ 8, 25, 9, 1, 20, 25, 187 }, // (
{ 8, 25, 9, 0, 20, 25, 212 }, // )
{ 11, 10, 13, 1, 17, 14, 237 }, // *
{ 12, 11, 14, 1, 13, 17, 251 }, // +
{ 6, 8, 6, 0, 4, 6, 268 }, // ,
{ 8, 3, 9, 0, 9, 3, 274 }, // -
{ 6, 5, 6, 0, 5, 4, 277 }, // .
{ 13, 25, 11, -1, 20, 41, 281 }, // /
{ 14, 17, 14, 0, 17, 30, 322 }, // 0
{ 10, 17, 14, 1, 17, 22, 352 }, // 1
{ 13, 17, 14, 0, 17, 28, 374 }, // 2
{ 13, 17, 14, 0, 17, 28, 402 }, // 3
{ 14, 17, 14, 0, 17, 30, 430 }, // 4
{ 13, 17, 14, 0, 17, 28, 460 }, // 5
{ 14, 17, 14, 0, 17, 30, 488 }, // 6
{ 13, 17, 14, 1, 17, 28, 518 }, // 7
{ 14, 17, 14, 0, 17, 30, 546 }, // 8
{ 14, 17, 14, 0, 17, 30, 576 }, // 9
{ 6, 14, 6, 0, 14, 11, 606 }, // :
{ 6, 18, 6, 0, 14, 14, 617 }, // ;
{ 12, 13, 14, 1, 14, 20, 631 }, // <
{ 12, 8, 14, 1, 12, 12, 651 }, // =
{ 12, 13, 14, 1, 14, 20, 663 }, // >
{ 11, 19, 11, 0, 19, 27, 683 }, // ?
{ 23, 22, 24, 1, 18, 64, 710 }, // @
{ 18, 17, 18, 0, 17, 39, 774 }, // A
{ 14, 17, 17, 2, 17, 30, 813 }, // B
{ 15, 17, 16, 1, 17, 32, 843 }, // C
{ 16, 17, 18, 2, 17, 34, 875 }, // D
{ 13, 17, 15, 2, 17, 28, 909 }, // E
{ 12, 17, 14, 2, 17, 26, 937 }, // F
{ 15, 17, 18, 1, 17, 32, 963 }, // G
{ 15, 17, 18, 2, 17, 32, 995 }, // H
{ 4, 17, 8, 2, 17, 9, 1027 }, // I
{ 12, 17, 13, 0, 17, 26, 1036 }, // J
{ 15, 17, 17, 2, 17, 32, 1062 }, // K
{ 12, 17, 14, 2, 17, 26, 1094 }, // L
{ 20, 17, 22, 1, 17, 43, 1120 }, // M
{ 15, 17, 19, 2, 17, 32, 1163 }, // N
{ 18, 17, 20, 1, 17, 39, 1195 }, // O
{ 14, 17, 16, 2, 17, 30, 1234 }, // P
{ 18, 22, 20, 1, 17, 50, 1264 }, // Q
{ 15, 17, 17, 2, 17, 32, 1314 }, // R
{ 14, 17, 15, 0, 17, 30, 1346 }, // S
{ 15, 17, 15, 0, 17, 32, 1376 }, // T
{ 15, 17, 18, 1, 17, 32, 1408 }, // U
{ 18, 17, 18, 0, 17, 39, 1440 }, // V
{ 24, 17, 24, 0, 17, 51, 1479 }, // W
{ 17, 17, 17, 0, 17, 37, 1530 }, // X
{ 17, 17, 17, 0, 17, 37, 1567 }, // Y
{ 15, 17, 15, 0, 17, 32, 1604 }, // Z
{ 8, 25, 9, 2, 20, 25, 1636 }, // [
{ 13, 25, 11, -1, 20, 41, 1661 }, // <backslash>
{ 8, 25, 9, 0, 20, 25, 1702 }, // ]
{ 14, 10, 14, 0, 17, 18, 1727 }, // ^
{ 13, 3, 13, 0, -2, 5, 1745 }, // _
{ 7, 6, 7, 0, 20, 6, 1750 }, // `
{ 13, 13, 14, 0, 13, 22, 1756 }, // a
{ 13, 19, 15, 1, 19, 31, 1778 }, // b
{ 11, 13, 13, 1, 13, 18, 1809 }, // c
{ 13, 19, 15, 1, 19, 31, 1827 }, // d
{ 13, 13, 15, 1, 13, 22, 1858 }, // e
{ 10, 19, 11, 1, 19, 24, 1880 }, // f
{ 13, 18, 15, 1, 13, 30, 1904 }, // g
{ 13, 19, 15, 1, 19, 31, 1934 }, // h
{ 5, 19, 7, 1, 19, 12, 1965 }, // i
{ 8, 24, 7, -2, 19, 24, 1977 }, // j
{ 14, 19, 14, 1, 19, 34, 2001 }, // k
{ 7, 19, 8, 1, 19, 17, 2035 }, // l
{ 19, 13, 22, 1, 13, 31, 2052 }, // m
{ 13, 13, 15, 1, 13, 22, 2083 }, // n
{ 14, 13, 15, 1, 13, 23, 2105 }, // o
{ 13, 18, 15, 1, 13, 30, 2128 }, // p
{ 13, 18, 15, 1, 13, 30, 2158 }, // q
{ 10, 13, 11, 1, 13, 17, 2188 }, // r
{ 12, 13, 12, 0, 13, 20, 2205 }, // s
{ 10, 17, 11, 1, 17, 22, 2225 }, // t
{ 12, 13, 15, 1, 13, 20, 2247 }, // u
{ 14, 13, 14, 0, 13, 23, 2267 }, // v
{ 20, 13, 20, 0, 13, 33, 2290 }, // w
{ 14, 13, 14, 0, 13, 23, 2323 }, // x
{ 14, 18, 14, 0, 13, 32, 2346 }, // y
{ 12, 13, 13, 0, 13, 20, 2378 }, // z
{ 10, 25, 9, 0, 20, 32, 2398 }, // {
{ 4, 25, 8, 2, 20, 13, 2430 }, // |
{ 9, 25, 9, 0, 20, 29, 2443 }, // }
{ 14, 5, 14, 0, 10, 9, 2472 }, // ~
feat: Support for kerning and ligatures (#873) ## Summary **What is the goal of this PR?** Improved typesetting, including [kerning](https://en.wikipedia.org/wiki/Kerning) and [ligatures](https://en.wikipedia.org/wiki/Ligature_(writing)#Latin_alphabet). **What changes are included?** - The script to convert built-in fonts now adds kerning and ligature information to the generated font headers. - Epub page layout calculates proper kerning spaces and makes ligature substitutions according to the selected font. ![3U1B1808](https://github.com/user-attachments/assets/1accb16f-2f1a-41e5-adca-89f1f1348494) ![3U1B1810](https://github.com/user-attachments/assets/2f6bd007-490e-420f-b774-3380b4add7ea) ![3U1B1815](https://github.com/user-attachments/assets/1986bb77-2db0-46e2-a5d6-8315dae9eb19) ## Additional Context - I am not a typography expert. - The implementation has been reworked from the earlier version, so it is no longer necessary to omit Open Dyslexic, and kerning data now covers all fonts, styles, and codepoints for which we include bitmap data. - Claude Opus 4.6 helped with a lot of this. - There's an included test epub document with lots of kerning and ligature examples, shown in the photos. **_After some time to mature, I think this change is in decent shape to merge and get people testing._** After opening this PR I came across #660, which overlaps in adding ligature support. --- ### AI Usage While CrossPoint doesn't have restrictions on AI tools in contributing, please be transparent about their usage as it helps set the right context for reviewers. Did you use AI tools to help write this code? _**YES, Claude Opus 4.6**_ --------- Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-24 02:31:43 -06:00
{ 0, 0, 6, 0, 0, 0, 2481 }, // U+00A0
{ 5, 18, 7, 1, 13, 12, 2481 }, // U+00A1
{ 11, 18, 14, 1, 16, 25, 2493 }, // U+00A2
{ 13, 17, 14, 0, 17, 28, 2518 }, // U+00A3
{ 14, 13, 14, 0, 16, 23, 2546 }, // U+00A4
{ 16, 17, 14, -1, 17, 34, 2569 }, // U+00A5
{ 4, 25, 8, 2, 20, 13, 2603 }, // U+00A6
{ 13, 22, 13, 0, 17, 36, 2616 }, // U+00A7
{ 11, 4, 13, 1, 19, 6, 2652 }, // U+00A8
{ 18, 18, 20, 1, 18, 41, 2658 }, // U+00A9
{ 10, 10, 10, 0, 18, 13, 2699 }, // U+00AA
{ 15, 13, 15, 0, 14, 25, 2712 }, // U+00AB
{ 12, 9, 14, 1, 10, 14, 2737 }, // U+00AC
{ 8, 3, 9, 0, 9, 3, 2751 }, // U+00AD
{ 18, 18, 20, 1, 18, 41, 2754 }, // U+00AE
{ 9, 3, 9, 0, 19, 4, 2795 }, // U+00AF
{ 9, 7, 9, 0, 19, 8, 2799 }, // U+00B0
{ 12, 15, 14, 1, 15, 23, 2807 }, // U+00B1
{ 9, 10, 9, 0, 18, 12, 2830 }, // U+00B2
{ 8, 10, 9, 0, 18, 10, 2842 }, // U+00B3
{ 7, 6, 7, 0, 20, 6, 2852 }, // U+00B4
{ 13, 18, 15, 1, 13, 30, 2858 }, // U+00B5
{ 15, 23, 18, 1, 18, 44, 2888 }, // U+00B6
{ 6, 5, 6, 0, 10, 4, 2932 }, // U+00B7
{ 6, 7, 8, 1, 1, 6, 2936 }, // U+00B8
{ 7, 10, 9, 0, 18, 9, 2942 }, // U+00B9
{ 11, 10, 11, 0, 18, 14, 2951 }, // U+00BA
{ 15, 13, 15, 0, 14, 25, 2965 }, // U+00BB
{ 22, 18, 22, 0, 18, 50, 2990 }, // U+00BC
{ 21, 18, 22, 0, 18, 48, 3040 }, // U+00BD
{ 22, 18, 22, 0, 18, 50, 3088 }, // U+00BE
{ 11, 18, 11, 0, 13, 25, 3138 }, // U+00BF
{ 18, 24, 18, 0, 24, 54, 3163 }, // U+00C0
{ 18, 24, 18, 0, 24, 54, 3217 }, // U+00C1
{ 18, 23, 18, 0, 23, 52, 3271 }, // U+00C2
{ 18, 23, 18, 0, 23, 52, 3323 }, // U+00C3
{ 18, 23, 18, 0, 23, 52, 3375 }, // U+00C4
{ 18, 22, 18, 0, 22, 50, 3427 }, // U+00C5
{ 24, 17, 25, 0, 17, 51, 3477 }, // U+00C6
{ 15, 22, 16, 1, 17, 42, 3528 }, // U+00C7
{ 13, 24, 15, 2, 24, 39, 3570 }, // U+00C8
{ 13, 24, 15, 2, 24, 39, 3609 }, // U+00C9
{ 13, 23, 15, 2, 23, 38, 3648 }, // U+00CA
{ 13, 23, 15, 2, 23, 38, 3686 }, // U+00CB
{ 7, 24, 8, 0, 24, 21, 3724 }, // U+00CC
{ 7, 24, 8, 1, 24, 21, 3745 }, // U+00CD
{ 8, 23, 8, 0, 23, 23, 3766 }, // U+00CE
{ 10, 23, 8, -1, 23, 29, 3789 }, // U+00CF
{ 18, 17, 19, 0, 17, 39, 3818 }, // U+00D0
{ 15, 23, 19, 2, 23, 44, 3857 }, // U+00D1
{ 18, 24, 20, 1, 24, 54, 3901 }, // U+00D2
{ 18, 24, 20, 1, 24, 54, 3955 }, // U+00D3
{ 18, 23, 20, 1, 23, 52, 4009 }, // U+00D4
{ 18, 23, 20, 1, 23, 52, 4061 }, // U+00D5
{ 18, 23, 20, 1, 23, 52, 4113 }, // U+00D6
{ 12, 11, 14, 1, 13, 17, 4165 }, // U+00D7
{ 18, 19, 20, 1, 18, 43, 4182 }, // U+00D8
{ 15, 24, 18, 1, 24, 45, 4225 }, // U+00D9
{ 15, 24, 18, 1, 24, 45, 4270 }, // U+00DA
{ 15, 23, 18, 1, 23, 44, 4315 }, // U+00DB
{ 15, 23, 18, 1, 23, 44, 4359 }, // U+00DC
{ 17, 24, 17, 0, 24, 51, 4403 }, // U+00DD
{ 14, 17, 16, 2, 17, 30, 4454 }, // U+00DE
{ 15, 19, 16, 1, 19, 36, 4484 }, // U+00DF
{ 13, 20, 14, 0, 20, 33, 4520 }, // U+00E0
{ 13, 20, 14, 0, 20, 33, 4553 }, // U+00E1
{ 13, 19, 14, 0, 19, 31, 4586 }, // U+00E2
{ 13, 19, 14, 0, 19, 31, 4617 }, // U+00E3
{ 13, 19, 14, 0, 19, 31, 4648 }, // U+00E4
{ 13, 20, 14, 0, 20, 33, 4679 }, // U+00E5
{ 21, 13, 22, 0, 13, 35, 4712 }, // U+00E6
{ 11, 18, 13, 1, 13, 25, 4747 }, // U+00E7
{ 13, 20, 15, 1, 20, 33, 4772 }, // U+00E8
{ 13, 20, 15, 1, 20, 33, 4805 }, // U+00E9
{ 13, 19, 15, 1, 19, 31, 4838 }, // U+00EA
{ 13, 19, 15, 1, 19, 31, 4869 }, // U+00EB
{ 7, 20, 7, 0, 20, 18, 4900 }, // U+00EC
{ 6, 20, 7, 1, 20, 15, 4918 }, // U+00ED
{ 9, 19, 7, -1, 19, 22, 4933 }, // U+00EE
{ 11, 19, 7, -2, 19, 27, 4955 }, // U+00EF
{ 14, 19, 15, 1, 19, 34, 4982 }, // U+00F0
{ 13, 19, 15, 1, 19, 31, 5016 }, // U+00F1
{ 14, 20, 15, 1, 20, 35, 5047 }, // U+00F2
{ 14, 20, 15, 1, 20, 35, 5082 }, // U+00F3
{ 14, 19, 15, 1, 19, 34, 5117 }, // U+00F4
{ 14, 19, 15, 1, 19, 34, 5151 }, // U+00F5
{ 14, 19, 15, 1, 19, 34, 5185 }, // U+00F6
{ 12, 13, 14, 1, 13, 20, 5219 }, // U+00F7
{ 14, 15, 15, 1, 14, 27, 5239 }, // U+00F8
{ 12, 20, 15, 1, 20, 30, 5266 }, // U+00F9
{ 12, 20, 15, 1, 20, 30, 5296 }, // U+00FA
{ 12, 19, 15, 1, 19, 29, 5326 }, // U+00FB
{ 12, 19, 15, 1, 19, 29, 5355 }, // U+00FC
{ 14, 25, 14, 0, 20, 44, 5384 }, // U+00FD
{ 13, 24, 15, 1, 19, 39, 5428 }, // U+00FE
{ 14, 24, 14, 0, 19, 42, 5467 }, // U+00FF
{ 18, 23, 18, 0, 23, 52, 5509 }, // U+0100
{ 13, 19, 14, 0, 19, 31, 5561 }, // U+0101
{ 18, 23, 18, 0, 23, 52, 5592 }, // U+0102
{ 13, 19, 14, 0, 19, 31, 5644 }, // U+0103
{ 19, 23, 18, 0, 17, 55, 5675 }, // U+0104
{ 13, 19, 14, 0, 13, 31, 5730 }, // U+0105
{ 15, 24, 16, 1, 24, 45, 5761 }, // U+0106
{ 11, 20, 13, 1, 20, 28, 5806 }, // U+0107
{ 15, 23, 16, 1, 23, 44, 5834 }, // U+0108
{ 11, 19, 13, 1, 19, 27, 5878 }, // U+0109
{ 15, 23, 16, 1, 23, 44, 5905 }, // U+010A
{ 11, 19, 13, 1, 19, 27, 5949 }, // U+010B
{ 15, 24, 16, 1, 24, 45, 5976 }, // U+010C
{ 11, 20, 13, 1, 20, 28, 6021 }, // U+010D
{ 16, 24, 18, 2, 24, 48, 6049 }, // U+010E
{ 18, 19, 17, 1, 19, 43, 6097 }, // U+010F
{ 18, 17, 19, 0, 17, 39, 6140 }, // U+0110
{ 14, 19, 15, 1, 19, 34, 6179 }, // U+0111
{ 13, 23, 15, 2, 23, 38, 6213 }, // U+0112
{ 13, 19, 15, 1, 19, 31, 6251 }, // U+0113
{ 13, 23, 15, 2, 23, 38, 6282 }, // U+0114
{ 13, 19, 15, 1, 19, 31, 6320 }, // U+0115
{ 13, 23, 15, 2, 23, 38, 6351 }, // U+0116
{ 13, 19, 15, 1, 19, 31, 6389 }, // U+0117
{ 13, 23, 15, 2, 17, 38, 6420 }, // U+0118
{ 13, 18, 15, 1, 13, 30, 6458 }, // U+0119
{ 13, 24, 15, 2, 24, 39, 6488 }, // U+011A
{ 13, 20, 15, 1, 20, 33, 6527 }, // U+011B
{ 15, 23, 18, 1, 23, 44, 6560 }, // U+011C
{ 13, 24, 15, 1, 19, 39, 6604 }, // U+011D
{ 15, 23, 18, 1, 23, 44, 6643 }, // U+011E
{ 13, 24, 15, 1, 19, 39, 6687 }, // U+011F
{ 15, 23, 18, 1, 23, 44, 6726 }, // U+0120
{ 13, 24, 15, 1, 19, 39, 6770 }, // U+0121
{ 15, 22, 18, 1, 17, 42, 6809 }, // U+0122
{ 13, 25, 15, 1, 20, 41, 6851 }, // U+0123
{ 15, 23, 18, 2, 23, 44, 6892 }, // U+0124
{ 13, 25, 15, 1, 25, 41, 6936 }, // U+0125
{ 19, 17, 19, 0, 17, 41, 6977 }, // U+0126
{ 14, 19, 15, 0, 19, 34, 7018 }, // U+0127
{ 10, 23, 8, -1, 23, 29, 7052 }, // U+0128
{ 10, 19, 7, -1, 19, 24, 7081 }, // U+0129
{ 10, 23, 8, -1, 23, 29, 7105 }, // U+012A
{ 9, 19, 7, -1, 19, 22, 7134 }, // U+012B
{ 9, 23, 8, 0, 23, 26, 7156 }, // U+012C
{ 9, 19, 7, -1, 19, 22, 7182 }, // U+012D
{ 7, 23, 8, 0, 17, 21, 7204 }, // U+012E
{ 6, 25, 7, 0, 19, 19, 7225 }, // U+012F
{ 5, 23, 8, 1, 23, 15, 7244 }, // U+0130
{ 5, 13, 7, 1, 13, 9, 7259 }, // U+0131
{ 18, 17, 21, 2, 17, 39, 7268 }, // U+0132
{ 12, 24, 14, 1, 19, 36, 7307 }, // U+0133
{ 14, 23, 13, 0, 23, 41, 7343 }, // U+0134
{ 10, 24, 7, -2, 19, 30, 7384 }, // U+0135
{ 15, 22, 17, 2, 17, 42, 7414 }, // U+0136
{ 14, 24, 14, 1, 19, 42, 7456 }, // U+0137
{ 14, 13, 15, 1, 13, 23, 7498 }, // U+0138
{ 13, 24, 14, 1, 24, 39, 7521 }, // U+0139
{ 7, 24, 8, 1, 24, 21, 7560 }, // U+013A
{ 12, 22, 14, 2, 17, 33, 7581 }, // U+013B
{ 7, 24, 8, 1, 19, 21, 7614 }, // U+013C
{ 12, 17, 14, 2, 17, 26, 7635 }, // U+013D
{ 10, 19, 9, 1, 19, 24, 7661 }, // U+013E
{ 12, 17, 14, 2, 17, 26, 7685 }, // U+013F
{ 12, 19, 13, 1, 19, 29, 7711 }, // U+0140
{ 15, 17, 15, 0, 17, 32, 7740 }, // U+0141
{ 11, 19, 9, -1, 19, 27, 7772 }, // U+0142
{ 15, 24, 19, 2, 24, 45, 7799 }, // U+0143
{ 13, 20, 15, 1, 20, 33, 7844 }, // U+0144
{ 15, 22, 19, 2, 17, 42, 7877 }, // U+0145
{ 13, 18, 15, 1, 13, 30, 7919 }, // U+0146
{ 15, 24, 19, 2, 24, 45, 7949 }, // U+0147
{ 13, 20, 15, 1, 20, 33, 7994 }, // U+0148
{ 15, 19, 15, -1, 19, 36, 8027 }, // U+0149
{ 15, 22, 19, 2, 17, 42, 8063 }, // U+014A
{ 13, 18, 15, 1, 13, 30, 8105 }, // U+014B
{ 18, 23, 20, 1, 23, 52, 8135 }, // U+014C
{ 14, 19, 15, 1, 19, 34, 8187 }, // U+014D
{ 18, 23, 20, 1, 23, 52, 8221 }, // U+014E
{ 14, 19, 15, 1, 19, 34, 8273 }, // U+014F
{ 18, 24, 20, 1, 24, 54, 8307 }, // U+0150
{ 14, 20, 15, 1, 20, 35, 8361 }, // U+0151
{ 24, 17, 25, 1, 17, 51, 8396 }, // U+0152
{ 22, 13, 23, 1, 13, 36, 8447 }, // U+0153
{ 15, 24, 17, 2, 24, 45, 8483 }, // U+0154
{ 10, 20, 11, 1, 20, 25, 8528 }, // U+0155
{ 15, 22, 17, 2, 17, 42, 8553 }, // U+0156
{ 11, 18, 11, 0, 13, 25, 8595 }, // U+0157
{ 15, 24, 17, 2, 24, 45, 8620 }, // U+0158
{ 10, 20, 11, 1, 20, 25, 8665 }, // U+0159
{ 14, 24, 15, 0, 24, 42, 8690 }, // U+015A
{ 12, 20, 12, 0, 20, 30, 8732 }, // U+015B
{ 14, 23, 15, 0, 23, 41, 8762 }, // U+015C
{ 12, 19, 12, 0, 19, 29, 8803 }, // U+015D
{ 14, 22, 15, 0, 17, 39, 8832 }, // U+015E
{ 12, 18, 12, 0, 13, 27, 8871 }, // U+015F
{ 14, 24, 15, 0, 24, 42, 8898 }, // U+0160
{ 12, 20, 12, 0, 20, 30, 8940 }, // U+0161
{ 15, 23, 15, 0, 17, 44, 8970 }, // U+0162
{ 10, 22, 11, 1, 17, 28, 9014 }, // U+0163
{ 15, 24, 15, 0, 24, 45, 9042 }, // U+0164
{ 10, 19, 11, 1, 19, 24, 9087 }, // U+0165
{ 15, 17, 15, 0, 17, 32, 9111 }, // U+0166
{ 10, 17, 11, 1, 17, 22, 9143 }, // U+0167
{ 15, 23, 18, 1, 23, 44, 9165 }, // U+0168
{ 12, 19, 15, 1, 19, 29, 9209 }, // U+0169
{ 15, 23, 18, 1, 23, 44, 9238 }, // U+016A
{ 12, 19, 15, 1, 19, 29, 9282 }, // U+016B
{ 15, 23, 18, 1, 23, 44, 9311 }, // U+016C
{ 12, 19, 15, 1, 19, 29, 9355 }, // U+016D
{ 15, 23, 18, 1, 23, 44, 9384 }, // U+016E
{ 12, 20, 15, 1, 20, 30, 9428 }, // U+016F
{ 15, 24, 18, 1, 24, 45, 9458 }, // U+0170
{ 13, 20, 15, 1, 20, 33, 9503 }, // U+0171
{ 15, 22, 18, 1, 17, 42, 9536 }, // U+0172
{ 13, 18, 15, 1, 13, 30, 9578 }, // U+0173
{ 24, 23, 24, 0, 23, 69, 9608 }, // U+0174
{ 20, 19, 20, 0, 19, 48, 9677 }, // U+0175
{ 17, 23, 17, 0, 23, 49, 9725 }, // U+0176
{ 14, 24, 14, 0, 19, 42, 9774 }, // U+0177
{ 17, 23, 17, 0, 23, 49, 9816 }, // U+0178
{ 15, 24, 15, 0, 24, 45, 9865 }, // U+0179
{ 12, 20, 13, 0, 20, 30, 9910 }, // U+017A
{ 15, 23, 15, 0, 23, 44, 9940 }, // U+017B
{ 12, 19, 13, 0, 19, 29, 9984 }, // U+017C
{ 15, 24, 15, 0, 24, 45, 10013 }, // U+017D
{ 12, 20, 13, 0, 20, 30, 10058 }, // U+017E
{ 10, 19, 8, 1, 19, 24, 10088 }, // U+017F
feat: Vietnamese glyphs support (#1147) ## Summary * **What is the goal of this PR?** Add Vietnamese glyphs support for the reader's built-in fonts, enabling proper rendering of Vietnamese text in EPUB content. * **What changes are included?** - Added 3 new Unicode intervals to `fontconvert.py` covering Vietnamese characters: - **Latin Extended-B** (Vietnamese subset only): `U+01A0–U+01B0` — Ơ/ơ, Ư/ư - **Vietnamese Extended**: `U+1EA0–U+1EF9` — All precomposed Vietnamese characters with tone marks (Ả, Ấ, Ầ, Ẩ, Ẫ, Ậ, Ắ, …, Ỹ) - Re-generated all 54 built-in font header files (Bookerly, Noto Sans, OpenDyslexic, Ubuntu across all sizes and styles) to include the new Vietnamese glyphs. ## Additional Context * **Scope**: This PR only covers the **reader** fonts. The outer UI still uses the Ubuntu font which does not fully support Vietnamese — UI and i18n will be addressed in a follow-up PR (per discussion in PR #1124). * **Memory impact**: | Metric | Before | After | Delta | |---|---|---|---| | Flash Data (`.rodata`) | 2,971,028 B | 3,290,748 B | **+319,720 B (+10.8%)** | | Total image size | 4,663,235 B | 4,982,955 B | **+319,720 B (+6.9%)** | | Flash usage | 69.1% | 74.0% | **+4.9 pp** | | RAM usage | 29.0% | 29.0% | **No change** | * **Risk**: Low — this is a data-only change (font glyph tables in `.rodata`). No logic changes, no RAM impact. Flash headroom remains comfortable at 74%. --- ### AI Usage Did you use AI tools to help write this code? _**PARTIALLY**_ AI was used to identify the minimal set of Unicode ranges needed for Vietnamese support and to assist with the PR description. --------- Co-authored-by: danoooob <danoooob@example.com>
2026-02-25 00:21:39 +07:00
{ 18, 19, 20, 1, 19, 43, 10112 }, // U+01A0
{ 15, 15, 15, 1, 15, 29, 10155 }, // U+01A1
{ 18, 20, 19, 1, 20, 45, 10184 }, // U+01AF
{ 15, 16, 16, 1, 16, 30, 10229 }, // U+01B0
{ 9, 4, 10, 0, 19, 5, 10259 }, // U+0311
{ 13, 24, 15, 2, 24, 39, 10264 }, // U+0400
{ 13, 23, 15, 2, 23, 38, 10303 }, // U+0401
{ 20, 17, 20, 0, 17, 43, 10341 }, // U+0402
{ 12, 24, 15, 2, 24, 36, 10384 }, // U+0403
{ 16, 17, 17, 1, 17, 34, 10420 }, // U+0404
{ 14, 17, 15, 0, 17, 30, 10454 }, // U+0405
{ 4, 17, 8, 2, 17, 9, 10484 }, // U+0406
{ 10, 23, 8, -1, 23, 29, 10493 }, // U+0407
{ 12, 17, 13, 0, 17, 26, 10522 }, // U+0408
{ 28, 17, 28, 0, 17, 60, 10548 }, // U+0409
{ 24, 17, 27, 2, 17, 51, 10608 }, // U+040A
{ 19, 17, 19, 0, 17, 41, 10659 }, // U+040B
{ 15, 24, 17, 2, 24, 45, 10700 }, // U+040C
{ 15, 24, 19, 2, 24, 45, 10745 }, // U+040D
{ 17, 24, 16, 0, 24, 51, 10790 }, // U+040E
{ 15, 22, 18, 2, 17, 42, 10841 }, // U+040F
{ 18, 17, 18, 0, 17, 39, 10883 }, // U+0410
{ 14, 17, 16, 2, 17, 30, 10922 }, // U+0411
{ 14, 17, 17, 2, 17, 30, 10952 }, // U+0412
{ 12, 17, 15, 2, 17, 26, 10982 }, // U+0413
{ 21, 22, 21, 0, 17, 58, 11008 }, // U+0414
{ 13, 17, 15, 2, 17, 28, 11066 }, // U+0415
{ 25, 17, 25, 0, 17, 54, 11094 }, // U+0416
{ 15, 17, 15, 0, 17, 32, 11148 }, // U+0417
{ 15, 17, 19, 2, 17, 32, 11180 }, // U+0418
{ 15, 24, 19, 2, 24, 45, 11212 }, // U+0419
{ 15, 17, 17, 2, 17, 32, 11257 }, // U+041A
{ 18, 17, 20, 0, 17, 39, 11289 }, // U+041B
{ 20, 17, 22, 1, 17, 43, 11328 }, // U+041C
{ 15, 17, 18, 2, 17, 32, 11371 }, // U+041D
{ 18, 17, 20, 1, 17, 39, 11403 }, // U+041E
{ 15, 17, 18, 2, 17, 32, 11442 }, // U+041F
{ 14, 17, 16, 2, 17, 30, 11474 }, // U+0420
{ 15, 17, 16, 1, 17, 32, 11504 }, // U+0421
{ 15, 17, 15, 0, 17, 32, 11536 }, // U+0422
{ 17, 17, 16, 0, 17, 37, 11568 }, // U+0423
{ 20, 18, 22, 1, 18, 45, 11605 }, // U+0424
{ 17, 17, 17, 0, 17, 37, 11650 }, // U+0425
{ 18, 22, 20, 2, 17, 50, 11687 }, // U+0426
{ 14, 17, 17, 1, 17, 30, 11737 }, // U+0427
{ 22, 17, 26, 2, 17, 47, 11767 }, // U+0428
{ 25, 22, 27, 2, 17, 69, 11814 }, // U+0429
{ 19, 17, 19, 0, 17, 41, 11883 }, // U+042A
{ 20, 17, 23, 2, 17, 43, 11924 }, // U+042B
{ 14, 17, 16, 2, 17, 30, 11967 }, // U+042C
{ 15, 17, 17, 1, 17, 32, 11997 }, // U+042D
{ 24, 17, 27, 2, 17, 51, 12029 }, // U+042E
{ 15, 17, 17, 1, 17, 32, 12080 }, // U+042F
{ 13, 13, 14, 0, 13, 22, 12112 }, // U+0430
{ 13, 19, 15, 1, 19, 31, 12134 }, // U+0431
{ 13, 13, 15, 1, 13, 22, 12165 }, // U+0432
{ 11, 13, 11, 1, 13, 18, 12187 }, // U+0433
{ 17, 17, 17, 0, 13, 37, 12205 }, // U+0434
{ 13, 13, 15, 1, 13, 22, 12242 }, // U+0435
{ 21, 13, 21, 0, 13, 35, 12264 }, // U+0436
{ 12, 13, 12, 0, 13, 20, 12299 }, // U+0437
{ 13, 13, 15, 1, 13, 22, 12319 }, // U+0438
{ 13, 20, 15, 1, 20, 33, 12341 }, // U+0439
{ 14, 13, 15, 1, 13, 23, 12374 }, // U+043A
{ 14, 13, 16, 0, 13, 23, 12397 }, // U+043B
{ 17, 13, 19, 1, 13, 28, 12420 }, // U+043C
{ 13, 13, 15, 1, 13, 22, 12448 }, // U+043D
{ 14, 13, 15, 1, 13, 23, 12470 }, // U+043E
{ 13, 13, 15, 1, 13, 22, 12493 }, // U+043F
{ 13, 18, 15, 1, 13, 30, 12515 }, // U+0440
{ 11, 13, 13, 1, 13, 18, 12545 }, // U+0441
{ 13, 13, 13, 0, 13, 22, 12563 }, // U+0442
{ 14, 18, 14, 0, 13, 32, 12585 }, // U+0443
{ 18, 24, 20, 1, 19, 54, 12617 }, // U+0444
{ 14, 13, 14, 0, 13, 23, 12671 }, // U+0445
{ 15, 17, 16, 1, 13, 32, 12694 }, // U+0446
{ 12, 13, 14, 1, 13, 20, 12726 }, // U+0447
{ 19, 13, 22, 1, 13, 31, 12746 }, // U+0448
{ 21, 17, 22, 1, 13, 45, 12777 }, // U+0449
{ 16, 13, 16, 0, 13, 26, 12822 }, // U+044A
{ 18, 13, 21, 1, 13, 30, 12848 }, // U+044B
{ 13, 13, 14, 1, 13, 22, 12878 }, // U+044C
{ 13, 13, 13, 0, 13, 22, 12900 }, // U+044D
{ 20, 13, 22, 1, 13, 33, 12922 }, // U+044E
{ 13, 13, 15, 0, 13, 22, 12955 }, // U+044F
{ 13, 20, 15, 1, 20, 33, 12977 }, // U+0450
{ 13, 19, 15, 1, 19, 31, 13010 }, // U+0451
{ 14, 24, 15, 0, 19, 42, 13041 }, // U+0452
{ 11, 20, 11, 1, 20, 28, 13083 }, // U+0453
{ 13, 13, 13, 0, 13, 22, 13111 }, // U+0454
{ 12, 13, 12, 0, 13, 20, 13133 }, // U+0455
{ 5, 19, 7, 1, 19, 12, 13153 }, // U+0456
{ 11, 19, 7, -2, 19, 27, 13165 }, // U+0457
{ 8, 24, 7, -2, 19, 24, 13192 }, // U+0458
{ 22, 13, 23, 0, 13, 36, 13216 }, // U+0459
{ 20, 13, 22, 1, 13, 33, 13252 }, // U+045A
{ 14, 19, 15, 0, 19, 34, 13285 }, // U+045B
{ 14, 20, 15, 1, 20, 35, 13319 }, // U+045C
{ 13, 20, 15, 1, 20, 33, 13354 }, // U+045D
{ 14, 25, 14, 0, 20, 44, 13387 }, // U+045E
{ 13, 17, 15, 1, 13, 28, 13431 }, // U+045F
{ 18, 19, 19, 0, 19, 43, 13459 }, // U+0462
{ 15, 19, 16, 0, 19, 36, 13502 }, // U+0463
{ 18, 17, 20, 1, 17, 39, 13538 }, // U+0472
{ 14, 13, 15, 1, 13, 23, 13577 }, // U+0473
{ 21, 17, 20, 0, 17, 45, 13600 }, // U+0474
{ 16, 13, 15, 0, 13, 26, 13645 }, // U+0475
{ 18, 29, 21, 2, 24, 66, 13671 }, // U+048A
{ 15, 24, 16, 1, 20, 45, 13737 }, // U+048B
{ 16, 17, 17, 0, 17, 34, 13782 }, // U+048C
{ 14, 14, 14, 0, 14, 25, 13816 }, // U+048D
{ 14, 17, 16, 2, 17, 30, 13841 }, // U+048E
{ 14, 18, 15, 1, 13, 32, 13871 }, // U+048F
{ 12, 20, 14, 2, 20, 30, 13903 }, // U+0490
{ 11, 16, 12, 1, 16, 22, 13933 }, // U+0491
{ 15, 17, 16, 1, 17, 32, 13955 }, // U+0492
{ 12, 13, 13, 1, 13, 20, 13987 }, // U+0493
{ 14, 22, 17, 2, 17, 39, 14007 }, // U+0494
{ 13, 18, 14, 1, 13, 30, 14046 }, // U+0495
{ 26, 21, 26, 0, 17, 69, 14076 }, // U+0496
{ 22, 17, 22, 0, 13, 47, 14145 }, // U+0497
{ 15, 22, 15, 0, 17, 42, 14192 }, // U+0498
{ 12, 18, 12, 0, 13, 27, 14234 }, // U+0499
{ 16, 22, 18, 2, 17, 44, 14261 }, // U+049A
{ 14, 17, 15, 1, 13, 30, 14305 }, // U+049B
{ 18, 17, 20, 2, 17, 39, 14335 }, // U+049C
{ 16, 13, 17, 1, 13, 26, 14374 }, // U+049D
{ 18, 18, 18, 0, 18, 41, 14400 }, // U+049E
{ 15, 14, 15, 0, 14, 27, 14441 }, // U+049F
{ 20, 17, 20, 0, 17, 43, 14468 }, // U+04A0
{ 17, 13, 16, 0, 13, 28, 14511 }, // U+04A1
{ 18, 22, 20, 2, 17, 50, 14539 }, // U+04A2
{ 15, 17, 16, 1, 13, 32, 14589 }, // U+04A3
{ 19, 17, 21, 2, 17, 41, 14621 }, // U+04A4
{ 16, 13, 16, 1, 13, 26, 14662 }, // U+04A5
{ 25, 22, 28, 2, 17, 69, 14688 }, // U+04A6
{ 20, 18, 22, 1, 13, 45, 14757 }, // U+04A7
{ 19, 21, 20, 1, 17, 50, 14802 }, // U+04A8
{ 15, 17, 16, 1, 13, 32, 14852 }, // U+04A9
{ 15, 22, 16, 1, 17, 42, 14884 }, // U+04AA
{ 11, 18, 13, 1, 13, 25, 14926 }, // U+04AB
{ 15, 22, 15, 0, 17, 42, 14951 }, // U+04AC
{ 13, 17, 13, 0, 13, 28, 14993 }, // U+04AD
{ 17, 17, 17, 0, 17, 37, 15021 }, // U+04AE
{ 14, 18, 14, 0, 13, 32, 15058 }, // U+04AF
{ 17, 17, 17, 0, 17, 37, 15090 }, // U+04B0
{ 14, 18, 14, 0, 13, 32, 15127 }, // U+04B1
{ 18, 22, 18, 0, 17, 50, 15159 }, // U+04B2
{ 15, 17, 15, 0, 13, 32, 15209 }, // U+04B3
{ 23, 22, 23, 0, 17, 64, 15241 }, // U+04B4
{ 17, 17, 17, 0, 13, 37, 15305 }, // U+04B5
{ 17, 22, 18, 1, 17, 47, 15342 }, // U+04B6
{ 15, 17, 15, 0, 13, 32, 15389 }, // U+04B7
{ 14, 17, 17, 1, 17, 30, 15421 }, // U+04B8
{ 13, 13, 14, 0, 13, 22, 15451 }, // U+04B9
{ 14, 17, 18, 2, 17, 30, 15473 }, // U+04BA
{ 13, 19, 15, 1, 19, 31, 15503 }, // U+04BB
{ 21, 17, 22, 0, 17, 45, 15534 }, // U+04BC
{ 17, 13, 18, 0, 13, 28, 15579 }, // U+04BD
{ 21, 21, 22, 0, 17, 56, 15607 }, // U+04BE
{ 17, 16, 18, 0, 13, 34, 15663 }, // U+04BF
{ 4, 17, 8, 2, 17, 9, 15697 }, // U+04C0
{ 25, 24, 25, 0, 24, 75, 15706 }, // U+04C1
{ 21, 20, 21, 0, 20, 53, 15781 }, // U+04C2
{ 15, 22, 18, 2, 17, 42, 15834 }, // U+04C3
{ 13, 18, 14, 1, 13, 30, 15876 }, // U+04C4
{ 21, 22, 21, 0, 17, 58, 15906 }, // U+04C5
{ 17, 17, 17, 0, 13, 37, 15964 }, // U+04C6
{ 15, 22, 18, 2, 17, 42, 16001 }, // U+04C7
{ 13, 18, 15, 1, 13, 30, 16043 }, // U+04C8
{ 18, 22, 20, 2, 17, 50, 16073 }, // U+04C9
{ 15, 17, 16, 1, 13, 32, 16123 }, // U+04CA
{ 14, 22, 17, 1, 17, 39, 16155 }, // U+04CB
{ 12, 17, 14, 1, 13, 26, 16194 }, // U+04CC
{ 23, 22, 24, 1, 17, 64, 16220 }, // U+04CD
{ 19, 17, 20, 1, 13, 41, 16284 }, // U+04CE
{ 5, 17, 7, 1, 17, 11, 16325 }, // U+04CF
{ 18, 24, 18, 0, 24, 54, 16336 }, // U+04D0
{ 13, 20, 14, 0, 20, 33, 16390 }, // U+04D1
{ 18, 23, 18, 0, 23, 52, 16423 }, // U+04D2
{ 13, 19, 14, 0, 19, 31, 16475 }, // U+04D3
{ 24, 17, 25, 0, 17, 51, 16506 }, // U+04D4
{ 21, 13, 22, 0, 13, 35, 16557 }, // U+04D5
{ 13, 24, 15, 2, 24, 39, 16592 }, // U+04D6
{ 13, 20, 15, 1, 20, 33, 16631 }, // U+04D7
{ 16, 17, 18, 1, 17, 34, 16664 }, // U+04D8
{ 13, 13, 15, 1, 13, 22, 16698 }, // U+04D9
{ 16, 23, 18, 1, 23, 46, 16720 }, // U+04DA
{ 13, 19, 15, 1, 19, 31, 16766 }, // U+04DB
{ 25, 23, 25, 0, 23, 72, 16797 }, // U+04DC
{ 21, 19, 21, 0, 19, 50, 16869 }, // U+04DD
{ 15, 23, 15, 0, 23, 44, 16919 }, // U+04DE
{ 12, 19, 12, 0, 19, 29, 16963 }, // U+04DF
{ 14, 17, 15, 0, 17, 30, 16992 }, // U+04E0
{ 12, 18, 13, 0, 13, 27, 17022 }, // U+04E1
{ 15, 23, 19, 2, 23, 44, 17049 }, // U+04E2
{ 13, 19, 15, 1, 19, 31, 17093 }, // U+04E3
{ 15, 23, 19, 2, 23, 44, 17124 }, // U+04E4
{ 13, 19, 15, 1, 19, 31, 17168 }, // U+04E5
{ 18, 23, 20, 1, 23, 52, 17199 }, // U+04E6
{ 14, 19, 15, 1, 19, 34, 17251 }, // U+04E7
{ 18, 17, 20, 1, 17, 39, 17285 }, // U+04E8
{ 14, 13, 15, 1, 13, 23, 17324 }, // U+04E9
{ 18, 23, 20, 1, 23, 52, 17347 }, // U+04EA
{ 14, 19, 15, 1, 19, 34, 17399 }, // U+04EB
{ 15, 23, 17, 1, 23, 44, 17433 }, // U+04EC
{ 13, 19, 13, 0, 19, 31, 17477 }, // U+04ED
{ 17, 23, 16, 0, 23, 49, 17508 }, // U+04EE
{ 14, 24, 14, 0, 19, 42, 17557 }, // U+04EF
{ 17, 23, 16, 0, 23, 49, 17599 }, // U+04F0
{ 14, 24, 14, 0, 19, 42, 17648 }, // U+04F1
{ 17, 24, 16, 0, 24, 51, 17690 }, // U+04F2
{ 14, 25, 14, 0, 20, 44, 17741 }, // U+04F3
{ 14, 23, 17, 1, 23, 41, 17785 }, // U+04F4
{ 12, 19, 14, 1, 19, 29, 17826 }, // U+04F5
{ 12, 22, 15, 2, 17, 33, 17855 }, // U+04F6
{ 11, 17, 11, 1, 13, 24, 17888 }, // U+04F7
{ 20, 23, 23, 2, 23, 58, 17912 }, // U+04F8
{ 18, 19, 21, 1, 19, 43, 17970 }, // U+04F9
{ 17, 24, 17, 0, 24, 51, 18013 }, // U+1EF2
{ 14, 25, 14, 0, 20, 44, 18064 }, // U+1EF3
{ 13, 3, 13, 0, 9, 5, 18108 }, // U+2013
{ 25, 3, 25, 0, 9, 10, 18113 }, // U+2014
{ 25, 3, 25, 0, 9, 10, 18123 }, // U+2015
{ 5, 7, 6, 1, 19, 5, 18133 }, // U+2018
{ 6, 7, 6, 0, 19, 6, 18138 }, // U+2019
{ 6, 7, 6, 0, 4, 6, 18144 }, // U+201A
{ 10, 7, 11, 1, 19, 9, 18150 }, // U+201C
{ 11, 7, 11, 0, 19, 10, 18159 }, // U+201D
{ 11, 7, 11, 0, 4, 10, 18169 }, // U+201E
{ 12, 21, 12, 0, 17, 32, 18179 }, // U+2020
{ 12, 21, 12, 0, 17, 32, 18211 }, // U+2021
{ 9, 7, 9, 0, 12, 8, 18243 }, // U+2022
{ 23, 5, 25, 1, 5, 15, 18251 }, // U+2026
{ 33, 17, 33, 0, 17, 71, 18266 }, // U+2030
{ 8, 13, 8, 0, 14, 13, 18337 }, // U+2039
{ 8, 13, 8, 0, 14, 13, 18350 }, // U+203A
{ 14, 18, 4, -5, 18, 32, 18363 }, // U+2044
{ 9, 10, 9, 0, 18, 12, 18395 }, // U+2070
{ 9, 10, 9, 0, 18, 12, 18407 }, // U+2074
{ 9, 10, 9, 0, 18, 12, 18419 }, // U+2075
{ 9, 10, 9, 0, 18, 12, 18431 }, // U+2076
{ 9, 10, 9, 0, 18, 12, 18443 }, // U+2077
{ 9, 10, 9, 0, 18, 12, 18455 }, // U+2078
{ 9, 10, 9, 0, 18, 12, 18467 }, // U+2079
{ 9, 10, 9, 0, 11, 12, 18479 }, // U+2080
{ 7, 10, 9, 0, 11, 9, 18491 }, // U+2081
{ 9, 10, 9, 0, 11, 12, 18500 }, // U+2082
{ 8, 10, 9, 0, 11, 10, 18512 }, // U+2083
{ 9, 10, 9, 0, 11, 12, 18522 }, // U+2084
{ 9, 10, 9, 0, 11, 12, 18534 }, // U+2085
{ 9, 10, 9, 0, 11, 12, 18546 }, // U+2086
{ 9, 10, 9, 0, 11, 12, 18558 }, // U+2087
{ 9, 10, 9, 0, 11, 12, 18570 }, // U+2088
{ 9, 10, 9, 0, 11, 12, 18582 }, // U+2089
{ 14, 17, 14, 1, 17, 30, 18594 }, // U+20AC
{ 14, 17, 14, 0, 17, 30, 18624 }, // U+20AE
{ 14, 17, 14, 0, 17, 30, 18654 }, // U+20B4
{ 14, 17, 14, 1, 17, 30, 18684 }, // U+20B9
{ 15, 18, 15, 0, 18, 34, 18714 }, // U+2202
{ 18, 17, 17, 0, 17, 39, 18748 }, // U+2206
{ 15, 21, 18, 2, 18, 40, 18787 }, // U+220F
{ 14, 20, 14, 0, 17, 35, 18827 }, // U+2211
{ 12, 3, 14, 1, 9, 5, 18862 }, // U+2212
{ 14, 18, 4, -5, 18, 32, 18867 }, // U+2215
{ 6, 5, 6, 0, 10, 4, 18899 }, // U+2219
{ 16, 18, 15, 0, 18, 36, 18903 }, // U+221A
{ 16, 8, 16, 0, 11, 16, 18939 }, // U+221E
{ 10, 25, 10, 0, 19, 32, 18955 }, // U+222B
{ 14, 11, 14, 0, 13, 20, 18987 }, // U+2248
{ 12, 14, 14, 1, 14, 21, 19007 }, // U+2260
{ 12, 15, 14, 1, 15, 23, 19028 }, // U+2264
{ 12, 15, 14, 1, 15, 23, 19051 }, // U+2265
{ 21, 19, 21, 1, 19, 50, 19074 }, // U+FB00
{ 16, 19, 18, 1, 19, 38, 19124 }, // U+FB01
{ 18, 19, 18, 1, 19, 43, 19162 }, // U+FB02
{ 26, 19, 28, 1, 19, 62, 19205 }, // U+FB03
{ 28, 19, 29, 1, 19, 67, 19267 }, // U+FB04
Aleo, Noto Sans, Open Dyslexic fonts (#163) ## Summary * Swap out Bookerly font due to licensing issues, replace default font with Aleo * I did a bunch of searching around for a nice replacement font, and this trumped several other like Literata, Merriwether, Vollkorn, etc * Add Noto Sans, and Open Dyslexic as font options * They can be selected in the settings screen * Add font size options (Small, Medium, Large, Extra Large) * Adjustable in settings * Swap out uses of reader font in headings and replaced with slightly larger Ubuntu font * Replaced PixelArial14 font as it was difficult to track down, replace with Space Grotesk * Remove auto formatting on generated font files * Massively speeds up formatting step now that there is a lot more CPP font source * Include fonts with their licenses in the repo ## Additional Context Line compression setting will follow | Font | Small | Medium | Large | X Large | | --- | --- | --- | --- | --- | | Aleo | ![IMG_5704](https://github.com/user-attachments/assets/7acb054f-ddef-4080-b3c8-590cfaf13115) | ![IMG_5705](https://github.com/user-attachments/assets/d4819036-5c89-486e-92c3-86094fa4d89a) | ![IMG_5706](https://github.com/user-attachments/assets/35caf622-d126-4396-9c3e-f927eba1e1f4) | ![IMG_5707](https://github.com/user-attachments/assets/af32370a-6244-400f-bea9-5c27db040b5b) | | Noto Sans | ![IMG_5708](https://github.com/user-attachments/assets/1f9264a5-c069-4e22-9099-a082bfcaabc5) | ![IMG_5709](https://github.com/user-attachments/assets/ef6b07fe-8d87-403a-b152-05f50b69b78e) | ![IMG_5710](https://github.com/user-attachments/assets/112a5d20-262c-4dc0-b67d-980b237e4607) | ![IMG_5711](https://github.com/user-attachments/assets/d25e0e1d-2ace-450d-96dd-618e4efd4805) | | Open Dyslexic | ![IMG_5712](https://github.com/user-attachments/assets/ead64690-f261-4fae-a4a2-0becd1162e2d) | ![IMG_5713](https://github.com/user-attachments/assets/59d60f7d-5142-4591-96b0-c04e0a4c6436) | ![IMG_5714](https://github.com/user-attachments/assets/bb6652cd-1790-46a3-93ea-2b8f70d0d36d) | ![IMG_5715](https://github.com/user-attachments/assets/496e7eb4-c81a-4232-83e9-9ba9148fdea4) |
2025-12-30 18:21:47 +10:00
};
static const EpdUnicodeInterval ubuntu_12_boldIntervals[] = {
{ 0x0, 0x0, 0x0 },
{ 0x8, 0x9, 0x1 },
{ 0xD, 0xD, 0x3 },
{ 0x1D, 0x1D, 0x4 },
{ 0x20, 0x7E, 0x5 },
{ 0xA0, 0xFF, 0x64 },
{ 0x100, 0x17F, 0xC4 },
feat: Vietnamese glyphs support (#1147) ## Summary * **What is the goal of this PR?** Add Vietnamese glyphs support for the reader's built-in fonts, enabling proper rendering of Vietnamese text in EPUB content. * **What changes are included?** - Added 3 new Unicode intervals to `fontconvert.py` covering Vietnamese characters: - **Latin Extended-B** (Vietnamese subset only): `U+01A0–U+01B0` — Ơ/ơ, Ư/ư - **Vietnamese Extended**: `U+1EA0–U+1EF9` — All precomposed Vietnamese characters with tone marks (Ả, Ấ, Ầ, Ẩ, Ẫ, Ậ, Ắ, …, Ỹ) - Re-generated all 54 built-in font header files (Bookerly, Noto Sans, OpenDyslexic, Ubuntu across all sizes and styles) to include the new Vietnamese glyphs. ## Additional Context * **Scope**: This PR only covers the **reader** fonts. The outer UI still uses the Ubuntu font which does not fully support Vietnamese — UI and i18n will be addressed in a follow-up PR (per discussion in PR #1124). * **Memory impact**: | Metric | Before | After | Delta | |---|---|---|---| | Flash Data (`.rodata`) | 2,971,028 B | 3,290,748 B | **+319,720 B (+10.8%)** | | Total image size | 4,663,235 B | 4,982,955 B | **+319,720 B (+6.9%)** | | Flash usage | 69.1% | 74.0% | **+4.9 pp** | | RAM usage | 29.0% | 29.0% | **No change** | * **Risk**: Low — this is a data-only change (font glyph tables in `.rodata`). No logic changes, no RAM impact. Flash headroom remains comfortable at 74%. --- ### AI Usage Did you use AI tools to help write this code? _**PARTIALLY**_ AI was used to identify the minimal set of Unicode ranges needed for Vietnamese support and to assist with the PR description. --------- Co-authored-by: danoooob <danoooob@example.com>
2026-02-25 00:21:39 +07:00
{ 0x1A0, 0x1A1, 0x144 },
{ 0x1AF, 0x1B0, 0x146 },
{ 0x311, 0x311, 0x148 },
{ 0x400, 0x45F, 0x149 },
{ 0x462, 0x463, 0x1A9 },
{ 0x472, 0x475, 0x1AB },
{ 0x48A, 0x4F9, 0x1AF },
{ 0x1EF2, 0x1EF3, 0x21F },
{ 0x2013, 0x2015, 0x221 },
{ 0x2018, 0x201A, 0x224 },
{ 0x201C, 0x201E, 0x227 },
{ 0x2020, 0x2022, 0x22A },
{ 0x2026, 0x2026, 0x22D },
{ 0x2030, 0x2030, 0x22E },
{ 0x2039, 0x203A, 0x22F },
{ 0x2044, 0x2044, 0x231 },
{ 0x2070, 0x2070, 0x232 },
{ 0x2074, 0x2079, 0x233 },
{ 0x2080, 0x2089, 0x239 },
{ 0x20AC, 0x20AC, 0x243 },
{ 0x20AE, 0x20AE, 0x244 },
{ 0x20B4, 0x20B4, 0x245 },
{ 0x20B9, 0x20B9, 0x246 },
{ 0x2202, 0x2202, 0x247 },
{ 0x2206, 0x2206, 0x248 },
{ 0x220F, 0x220F, 0x249 },
{ 0x2211, 0x2212, 0x24A },
{ 0x2215, 0x2215, 0x24C },
{ 0x2219, 0x221A, 0x24D },
{ 0x221E, 0x221E, 0x24F },
{ 0x222B, 0x222B, 0x250 },
{ 0x2248, 0x2248, 0x251 },
{ 0x2260, 0x2260, 0x252 },
{ 0x2264, 0x2265, 0x253 },
{ 0xFB00, 0xFB04, 0x255 },
feat: Support for kerning and ligatures (#873) ## Summary **What is the goal of this PR?** Improved typesetting, including [kerning](https://en.wikipedia.org/wiki/Kerning) and [ligatures](https://en.wikipedia.org/wiki/Ligature_(writing)#Latin_alphabet). **What changes are included?** - The script to convert built-in fonts now adds kerning and ligature information to the generated font headers. - Epub page layout calculates proper kerning spaces and makes ligature substitutions according to the selected font. ![3U1B1808](https://github.com/user-attachments/assets/1accb16f-2f1a-41e5-adca-89f1f1348494) ![3U1B1810](https://github.com/user-attachments/assets/2f6bd007-490e-420f-b774-3380b4add7ea) ![3U1B1815](https://github.com/user-attachments/assets/1986bb77-2db0-46e2-a5d6-8315dae9eb19) ## Additional Context - I am not a typography expert. - The implementation has been reworked from the earlier version, so it is no longer necessary to omit Open Dyslexic, and kerning data now covers all fonts, styles, and codepoints for which we include bitmap data. - Claude Opus 4.6 helped with a lot of this. - There's an included test epub document with lots of kerning and ligature examples, shown in the photos. **_After some time to mature, I think this change is in decent shape to merge and get people testing._** After opening this PR I came across #660, which overlaps in adding ligature support. --- ### AI Usage While CrossPoint doesn't have restrictions on AI tools in contributing, please be transparent about their usage as it helps set the right context for reviewers. Did you use AI tools to help write this code? _**YES, Claude Opus 4.6**_ --------- Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-24 02:31:43 -06:00
};
static const EpdKernClassEntry ubuntu_12_boldKernLeftClasses[] = {
{ 0x0022, 1 }, // "
{ 0x0026, 2 }, // &
{ 0x0027, 1 }, // '
{ 0x0028, 3 }, // (
{ 0x0029, 4 }, // )
{ 0x002A, 5 }, // *
{ 0x002C, 6 }, // ,
{ 0x002D, 7 }, // -
{ 0x002E, 6 }, // .
{ 0x002F, 8 }, // /
{ 0x003A, 9 }, // :
{ 0x003B, 9 }, // ;
{ 0x0040, 10 }, // @
{ 0x0041, 11 }, // A
{ 0x0042, 12 }, // B
{ 0x0043, 13 }, // C
{ 0x0044, 14 }, // D
{ 0x0045, 15 }, // E
{ 0x0046, 16 }, // F
{ 0x0047, 17 }, // G
{ 0x0048, 18 }, // H
{ 0x0049, 18 }, // I
{ 0x004A, 19 }, // J
{ 0x004B, 20 }, // K
{ 0x004C, 21 }, // L
{ 0x004D, 22 }, // M
{ 0x004E, 18 }, // N
{ 0x004F, 14 }, // O
{ 0x0050, 23 }, // P
{ 0x0051, 24 }, // Q
{ 0x0052, 25 }, // R
{ 0x0053, 26 }, // S
{ 0x0054, 27 }, // T
{ 0x0055, 28 }, // U
{ 0x0056, 29 }, // V
{ 0x0057, 30 }, // W
{ 0x0058, 31 }, // X
{ 0x0059, 32 }, // Y
{ 0x005A, 33 }, // Z
{ 0x005B, 34 }, // [
{ 0x005C, 35 }, // <backslash>
{ 0x005D, 36 }, // ]
{ 0x0061, 37 }, // a
{ 0x0062, 38 }, // b
{ 0x0063, 39 }, // c
{ 0x0064, 40 }, // d
{ 0x0066, 41 }, // f
{ 0x0067, 42 }, // g
{ 0x0068, 43 }, // h
{ 0x0069, 44 }, // i
{ 0x006A, 45 }, // j
{ 0x006B, 46 }, // k
{ 0x006C, 47 }, // l
{ 0x006D, 43 }, // m
{ 0x006E, 43 }, // n
{ 0x006F, 38 }, // o
{ 0x0070, 38 }, // p
{ 0x0071, 48 }, // q
{ 0x0072, 49 }, // r
{ 0x0073, 50 }, // s
{ 0x0074, 51 }, // t
{ 0x0075, 52 }, // u
{ 0x0076, 53 }, // v
{ 0x0077, 54 }, // w
{ 0x0078, 55 }, // x
{ 0x0079, 53 }, // y
{ 0x007A, 56 }, // z
{ 0x007B, 57 }, // {
{ 0x007D, 58 }, // }
{ 0x00A1, 59 }, // U+00A1
{ 0x00AB, 9 }, // U+00AB
{ 0x00BB, 60 }, // U+00BB
{ 0x00BF, 61 }, // U+00BF
{ 0x00C0, 11 }, // U+00C0
{ 0x00C1, 11 }, // U+00C1
{ 0x00C2, 11 }, // U+00C2
{ 0x00C3, 11 }, // U+00C3
{ 0x00C4, 11 }, // U+00C4
{ 0x00C5, 11 }, // U+00C5
{ 0x00C6, 15 }, // U+00C6
{ 0x00C7, 13 }, // U+00C7
{ 0x00C8, 15 }, // U+00C8
{ 0x00C9, 15 }, // U+00C9
{ 0x00CA, 15 }, // U+00CA
{ 0x00CB, 15 }, // U+00CB
{ 0x00CC, 18 }, // U+00CC
{ 0x00CD, 18 }, // U+00CD
{ 0x00CE, 18 }, // U+00CE
{ 0x00CF, 18 }, // U+00CF
{ 0x00D0, 14 }, // U+00D0
{ 0x00D1, 18 }, // U+00D1
{ 0x00D2, 14 }, // U+00D2
{ 0x00D3, 14 }, // U+00D3
{ 0x00D4, 14 }, // U+00D4
{ 0x00D5, 14 }, // U+00D5
{ 0x00D6, 14 }, // U+00D6
{ 0x00D8, 14 }, // U+00D8
{ 0x00D9, 28 }, // U+00D9
{ 0x00DA, 28 }, // U+00DA
{ 0x00DB, 28 }, // U+00DB
{ 0x00DC, 28 }, // U+00DC
{ 0x00DD, 32 }, // U+00DD
{ 0x00DE, 62 }, // U+00DE
{ 0x00DF, 63 }, // U+00DF
{ 0x00E0, 37 }, // U+00E0
{ 0x00E1, 37 }, // U+00E1
{ 0x00E2, 37 }, // U+00E2
{ 0x00E3, 37 }, // U+00E3
{ 0x00E4, 37 }, // U+00E4
{ 0x00E5, 37 }, // U+00E5
{ 0x00E7, 39 }, // U+00E7
{ 0x00EC, 44 }, // U+00EC
{ 0x00ED, 44 }, // U+00ED
{ 0x00EE, 44 }, // U+00EE
{ 0x00EF, 44 }, // U+00EF
{ 0x00F0, 64 }, // U+00F0
{ 0x00F1, 43 }, // U+00F1
{ 0x00F2, 38 }, // U+00F2
{ 0x00F3, 38 }, // U+00F3
{ 0x00F4, 38 }, // U+00F4
{ 0x00F5, 38 }, // U+00F5
{ 0x00F6, 38 }, // U+00F6
{ 0x00F8, 38 }, // U+00F8
{ 0x00F9, 52 }, // U+00F9
{ 0x00FA, 52 }, // U+00FA
{ 0x00FB, 52 }, // U+00FB
{ 0x00FC, 52 }, // U+00FC
{ 0x00FD, 53 }, // U+00FD
{ 0x00FE, 65 }, // U+00FE
{ 0x00FF, 53 }, // U+00FF
{ 0x0100, 11 }, // U+0100
{ 0x0101, 37 }, // U+0101
{ 0x0102, 11 }, // U+0102
{ 0x0103, 37 }, // U+0103
{ 0x0104, 11 }, // U+0104
{ 0x0105, 37 }, // U+0105
{ 0x0106, 13 }, // U+0106
{ 0x0107, 39 }, // U+0107
{ 0x0108, 13 }, // U+0108
{ 0x0109, 39 }, // U+0109
{ 0x010A, 13 }, // U+010A
{ 0x010B, 39 }, // U+010B
{ 0x010C, 13 }, // U+010C
{ 0x010D, 39 }, // U+010D
{ 0x010E, 14 }, // U+010E
{ 0x010F, 66 }, // U+010F
{ 0x0110, 14 }, // U+0110
{ 0x0111, 40 }, // U+0111
{ 0x0112, 15 }, // U+0112
{ 0x0114, 15 }, // U+0114
{ 0x0116, 15 }, // U+0116
{ 0x0118, 15 }, // U+0118
{ 0x011A, 15 }, // U+011A
{ 0x011C, 17 }, // U+011C
{ 0x011D, 42 }, // U+011D
{ 0x011E, 17 }, // U+011E
{ 0x011F, 42 }, // U+011F
{ 0x0120, 17 }, // U+0120
{ 0x0121, 42 }, // U+0121
{ 0x0122, 17 }, // U+0122
{ 0x0123, 42 }, // U+0123
{ 0x0124, 18 }, // U+0124
{ 0x0125, 43 }, // U+0125
{ 0x0126, 18 }, // U+0126
{ 0x0127, 43 }, // U+0127
{ 0x0128, 18 }, // U+0128
{ 0x0129, 44 }, // U+0129
{ 0x012A, 18 }, // U+012A
{ 0x012B, 44 }, // U+012B
{ 0x012C, 18 }, // U+012C
{ 0x012D, 44 }, // U+012D
{ 0x012E, 18 }, // U+012E
{ 0x012F, 44 }, // U+012F
{ 0x0130, 18 }, // U+0130
{ 0x0131, 44 }, // U+0131
{ 0x0132, 19 }, // U+0132
{ 0x0133, 45 }, // U+0133
{ 0x0134, 19 }, // U+0134
{ 0x0135, 45 }, // U+0135
{ 0x0136, 20 }, // U+0136
{ 0x0137, 46 }, // U+0137
{ 0x0138, 46 }, // U+0138
{ 0x0139, 21 }, // U+0139
{ 0x013A, 47 }, // U+013A
{ 0x013B, 21 }, // U+013B
{ 0x013C, 47 }, // U+013C
{ 0x013D, 21 }, // U+013D
{ 0x013E, 66 }, // U+013E
{ 0x013F, 21 }, // U+013F
{ 0x0140, 47 }, // U+0140
{ 0x0141, 21 }, // U+0141
{ 0x0142, 47 }, // U+0142
{ 0x0143, 18 }, // U+0143
{ 0x0144, 43 }, // U+0144
{ 0x0145, 18 }, // U+0145
{ 0x0146, 43 }, // U+0146
{ 0x0147, 18 }, // U+0147
{ 0x0148, 43 }, // U+0148
{ 0x0149, 43 }, // U+0149
{ 0x014B, 67 }, // U+014B
{ 0x014C, 14 }, // U+014C
{ 0x014D, 38 }, // U+014D
{ 0x014E, 14 }, // U+014E
{ 0x014F, 38 }, // U+014F
{ 0x0150, 14 }, // U+0150
{ 0x0151, 38 }, // U+0151
{ 0x0152, 15 }, // U+0152
{ 0x0154, 25 }, // U+0154
{ 0x0155, 49 }, // U+0155
{ 0x0156, 25 }, // U+0156
{ 0x0157, 49 }, // U+0157
{ 0x0158, 25 }, // U+0158
{ 0x0159, 49 }, // U+0159
{ 0x015A, 26 }, // U+015A
{ 0x015B, 50 }, // U+015B
{ 0x015C, 26 }, // U+015C
{ 0x015D, 50 }, // U+015D
{ 0x015E, 26 }, // U+015E
{ 0x015F, 50 }, // U+015F
{ 0x0160, 26 }, // U+0160
{ 0x0161, 50 }, // U+0161
{ 0x0162, 27 }, // U+0162
{ 0x0163, 51 }, // U+0163
{ 0x0164, 27 }, // U+0164
{ 0x0165, 51 }, // U+0165
{ 0x0166, 27 }, // U+0166
{ 0x0167, 51 }, // U+0167
{ 0x0168, 28 }, // U+0168
{ 0x0169, 52 }, // U+0169
{ 0x016A, 28 }, // U+016A
{ 0x016B, 52 }, // U+016B
{ 0x016C, 28 }, // U+016C
{ 0x016D, 52 }, // U+016D
{ 0x016E, 28 }, // U+016E
{ 0x016F, 52 }, // U+016F
{ 0x0170, 28 }, // U+0170
{ 0x0171, 52 }, // U+0171
{ 0x0172, 28 }, // U+0172
{ 0x0173, 52 }, // U+0173
{ 0x0174, 30 }, // U+0174
{ 0x0175, 54 }, // U+0175
{ 0x0176, 32 }, // U+0176
{ 0x0177, 53 }, // U+0177
{ 0x0178, 32 }, // U+0178
{ 0x0179, 33 }, // U+0179
{ 0x017A, 56 }, // U+017A
{ 0x017B, 33 }, // U+017B
{ 0x017C, 56 }, // U+017C
{ 0x017D, 33 }, // U+017D
{ 0x017E, 56 }, // U+017E
{ 0x017F, 41 }, // U+017F
feat: Vietnamese glyphs support (#1147) ## Summary * **What is the goal of this PR?** Add Vietnamese glyphs support for the reader's built-in fonts, enabling proper rendering of Vietnamese text in EPUB content. * **What changes are included?** - Added 3 new Unicode intervals to `fontconvert.py` covering Vietnamese characters: - **Latin Extended-B** (Vietnamese subset only): `U+01A0–U+01B0` — Ơ/ơ, Ư/ư - **Vietnamese Extended**: `U+1EA0–U+1EF9` — All precomposed Vietnamese characters with tone marks (Ả, Ấ, Ầ, Ẩ, Ẫ, Ậ, Ắ, …, Ỹ) - Re-generated all 54 built-in font header files (Bookerly, Noto Sans, OpenDyslexic, Ubuntu across all sizes and styles) to include the new Vietnamese glyphs. ## Additional Context * **Scope**: This PR only covers the **reader** fonts. The outer UI still uses the Ubuntu font which does not fully support Vietnamese — UI and i18n will be addressed in a follow-up PR (per discussion in PR #1124). * **Memory impact**: | Metric | Before | After | Delta | |---|---|---|---| | Flash Data (`.rodata`) | 2,971,028 B | 3,290,748 B | **+319,720 B (+10.8%)** | | Total image size | 4,663,235 B | 4,982,955 B | **+319,720 B (+6.9%)** | | Flash usage | 69.1% | 74.0% | **+4.9 pp** | | RAM usage | 29.0% | 29.0% | **No change** | * **Risk**: Low — this is a data-only change (font glyph tables in `.rodata`). No logic changes, no RAM impact. Flash headroom remains comfortable at 74%. --- ### AI Usage Did you use AI tools to help write this code? _**PARTIALLY**_ AI was used to identify the minimal set of Unicode ranges needed for Vietnamese support and to assist with the PR description. --------- Co-authored-by: danoooob <danoooob@example.com>
2026-02-25 00:21:39 +07:00
{ 0x01A0, 68 }, // U+01A0
{ 0x0400, 69 }, // U+0400
{ 0x0401, 69 }, // U+0401
{ 0x0402, 70 }, // U+0402
{ 0x0403, 71 }, // U+0403
{ 0x0404, 72 }, // U+0404
{ 0x0405, 73 }, // U+0405
feat: Support for kerning and ligatures (#873) ## Summary **What is the goal of this PR?** Improved typesetting, including [kerning](https://en.wikipedia.org/wiki/Kerning) and [ligatures](https://en.wikipedia.org/wiki/Ligature_(writing)#Latin_alphabet). **What changes are included?** - The script to convert built-in fonts now adds kerning and ligature information to the generated font headers. - Epub page layout calculates proper kerning spaces and makes ligature substitutions according to the selected font. ![3U1B1808](https://github.com/user-attachments/assets/1accb16f-2f1a-41e5-adca-89f1f1348494) ![3U1B1810](https://github.com/user-attachments/assets/2f6bd007-490e-420f-b774-3380b4add7ea) ![3U1B1815](https://github.com/user-attachments/assets/1986bb77-2db0-46e2-a5d6-8315dae9eb19) ## Additional Context - I am not a typography expert. - The implementation has been reworked from the earlier version, so it is no longer necessary to omit Open Dyslexic, and kerning data now covers all fonts, styles, and codepoints for which we include bitmap data. - Claude Opus 4.6 helped with a lot of this. - There's an included test epub document with lots of kerning and ligature examples, shown in the photos. **_After some time to mature, I think this change is in decent shape to merge and get people testing._** After opening this PR I came across #660, which overlaps in adding ligature support. --- ### AI Usage While CrossPoint doesn't have restrictions on AI tools in contributing, please be transparent about their usage as it helps set the right context for reviewers. Did you use AI tools to help write this code? _**YES, Claude Opus 4.6**_ --------- Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-24 02:31:43 -06:00
{ 0x0406, 18 }, // U+0406
{ 0x0407, 18 }, // U+0407
feat: Vietnamese glyphs support (#1147) ## Summary * **What is the goal of this PR?** Add Vietnamese glyphs support for the reader's built-in fonts, enabling proper rendering of Vietnamese text in EPUB content. * **What changes are included?** - Added 3 new Unicode intervals to `fontconvert.py` covering Vietnamese characters: - **Latin Extended-B** (Vietnamese subset only): `U+01A0–U+01B0` — Ơ/ơ, Ư/ư - **Vietnamese Extended**: `U+1EA0–U+1EF9` — All precomposed Vietnamese characters with tone marks (Ả, Ấ, Ầ, Ẩ, Ẫ, Ậ, Ắ, …, Ỹ) - Re-generated all 54 built-in font header files (Bookerly, Noto Sans, OpenDyslexic, Ubuntu across all sizes and styles) to include the new Vietnamese glyphs. ## Additional Context * **Scope**: This PR only covers the **reader** fonts. The outer UI still uses the Ubuntu font which does not fully support Vietnamese — UI and i18n will be addressed in a follow-up PR (per discussion in PR #1124). * **Memory impact**: | Metric | Before | After | Delta | |---|---|---|---| | Flash Data (`.rodata`) | 2,971,028 B | 3,290,748 B | **+319,720 B (+10.8%)** | | Total image size | 4,663,235 B | 4,982,955 B | **+319,720 B (+6.9%)** | | Flash usage | 69.1% | 74.0% | **+4.9 pp** | | RAM usage | 29.0% | 29.0% | **No change** | * **Risk**: Low — this is a data-only change (font glyph tables in `.rodata`). No logic changes, no RAM impact. Flash headroom remains comfortable at 74%. --- ### AI Usage Did you use AI tools to help write this code? _**PARTIALLY**_ AI was used to identify the minimal set of Unicode ranges needed for Vietnamese support and to assist with the PR description. --------- Co-authored-by: danoooob <danoooob@example.com>
2026-02-25 00:21:39 +07:00
{ 0x0408, 74 }, // U+0408
{ 0x0409, 75 }, // U+0409
{ 0x040A, 75 }, // U+040A
{ 0x040B, 76 }, // U+040B
{ 0x040C, 77 }, // U+040C
feat: Support for kerning and ligatures (#873) ## Summary **What is the goal of this PR?** Improved typesetting, including [kerning](https://en.wikipedia.org/wiki/Kerning) and [ligatures](https://en.wikipedia.org/wiki/Ligature_(writing)#Latin_alphabet). **What changes are included?** - The script to convert built-in fonts now adds kerning and ligature information to the generated font headers. - Epub page layout calculates proper kerning spaces and makes ligature substitutions according to the selected font. ![3U1B1808](https://github.com/user-attachments/assets/1accb16f-2f1a-41e5-adca-89f1f1348494) ![3U1B1810](https://github.com/user-attachments/assets/2f6bd007-490e-420f-b774-3380b4add7ea) ![3U1B1815](https://github.com/user-attachments/assets/1986bb77-2db0-46e2-a5d6-8315dae9eb19) ## Additional Context - I am not a typography expert. - The implementation has been reworked from the earlier version, so it is no longer necessary to omit Open Dyslexic, and kerning data now covers all fonts, styles, and codepoints for which we include bitmap data. - Claude Opus 4.6 helped with a lot of this. - There's an included test epub document with lots of kerning and ligature examples, shown in the photos. **_After some time to mature, I think this change is in decent shape to merge and get people testing._** After opening this PR I came across #660, which overlaps in adding ligature support. --- ### AI Usage While CrossPoint doesn't have restrictions on AI tools in contributing, please be transparent about their usage as it helps set the right context for reviewers. Did you use AI tools to help write this code? _**YES, Claude Opus 4.6**_ --------- Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-24 02:31:43 -06:00
{ 0x040D, 18 }, // U+040D
feat: Vietnamese glyphs support (#1147) ## Summary * **What is the goal of this PR?** Add Vietnamese glyphs support for the reader's built-in fonts, enabling proper rendering of Vietnamese text in EPUB content. * **What changes are included?** - Added 3 new Unicode intervals to `fontconvert.py` covering Vietnamese characters: - **Latin Extended-B** (Vietnamese subset only): `U+01A0–U+01B0` — Ơ/ơ, Ư/ư - **Vietnamese Extended**: `U+1EA0–U+1EF9` — All precomposed Vietnamese characters with tone marks (Ả, Ấ, Ầ, Ẩ, Ẫ, Ậ, Ắ, …, Ỹ) - Re-generated all 54 built-in font header files (Bookerly, Noto Sans, OpenDyslexic, Ubuntu across all sizes and styles) to include the new Vietnamese glyphs. ## Additional Context * **Scope**: This PR only covers the **reader** fonts. The outer UI still uses the Ubuntu font which does not fully support Vietnamese — UI and i18n will be addressed in a follow-up PR (per discussion in PR #1124). * **Memory impact**: | Metric | Before | After | Delta | |---|---|---|---| | Flash Data (`.rodata`) | 2,971,028 B | 3,290,748 B | **+319,720 B (+10.8%)** | | Total image size | 4,663,235 B | 4,982,955 B | **+319,720 B (+6.9%)** | | Flash usage | 69.1% | 74.0% | **+4.9 pp** | | RAM usage | 29.0% | 29.0% | **No change** | * **Risk**: Low — this is a data-only change (font glyph tables in `.rodata`). No logic changes, no RAM impact. Flash headroom remains comfortable at 74%. --- ### AI Usage Did you use AI tools to help write this code? _**PARTIALLY**_ AI was used to identify the minimal set of Unicode ranges needed for Vietnamese support and to assist with the PR description. --------- Co-authored-by: danoooob <danoooob@example.com>
2026-02-25 00:21:39 +07:00
{ 0x040E, 78 }, // U+040E
feat: Support for kerning and ligatures (#873) ## Summary **What is the goal of this PR?** Improved typesetting, including [kerning](https://en.wikipedia.org/wiki/Kerning) and [ligatures](https://en.wikipedia.org/wiki/Ligature_(writing)#Latin_alphabet). **What changes are included?** - The script to convert built-in fonts now adds kerning and ligature information to the generated font headers. - Epub page layout calculates proper kerning spaces and makes ligature substitutions according to the selected font. ![3U1B1808](https://github.com/user-attachments/assets/1accb16f-2f1a-41e5-adca-89f1f1348494) ![3U1B1810](https://github.com/user-attachments/assets/2f6bd007-490e-420f-b774-3380b4add7ea) ![3U1B1815](https://github.com/user-attachments/assets/1986bb77-2db0-46e2-a5d6-8315dae9eb19) ## Additional Context - I am not a typography expert. - The implementation has been reworked from the earlier version, so it is no longer necessary to omit Open Dyslexic, and kerning data now covers all fonts, styles, and codepoints for which we include bitmap data. - Claude Opus 4.6 helped with a lot of this. - There's an included test epub document with lots of kerning and ligature examples, shown in the photos. **_After some time to mature, I think this change is in decent shape to merge and get people testing._** After opening this PR I came across #660, which overlaps in adding ligature support. --- ### AI Usage While CrossPoint doesn't have restrictions on AI tools in contributing, please be transparent about their usage as it helps set the right context for reviewers. Did you use AI tools to help write this code? _**YES, Claude Opus 4.6**_ --------- Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-24 02:31:43 -06:00
{ 0x040F, 18 }, // U+040F
feat: Vietnamese glyphs support (#1147) ## Summary * **What is the goal of this PR?** Add Vietnamese glyphs support for the reader's built-in fonts, enabling proper rendering of Vietnamese text in EPUB content. * **What changes are included?** - Added 3 new Unicode intervals to `fontconvert.py` covering Vietnamese characters: - **Latin Extended-B** (Vietnamese subset only): `U+01A0–U+01B0` — Ơ/ơ, Ư/ư - **Vietnamese Extended**: `U+1EA0–U+1EF9` — All precomposed Vietnamese characters with tone marks (Ả, Ấ, Ầ, Ẩ, Ẫ, Ậ, Ắ, …, Ỹ) - Re-generated all 54 built-in font header files (Bookerly, Noto Sans, OpenDyslexic, Ubuntu across all sizes and styles) to include the new Vietnamese glyphs. ## Additional Context * **Scope**: This PR only covers the **reader** fonts. The outer UI still uses the Ubuntu font which does not fully support Vietnamese — UI and i18n will be addressed in a follow-up PR (per discussion in PR #1124). * **Memory impact**: | Metric | Before | After | Delta | |---|---|---|---| | Flash Data (`.rodata`) | 2,971,028 B | 3,290,748 B | **+319,720 B (+10.8%)** | | Total image size | 4,663,235 B | 4,982,955 B | **+319,720 B (+6.9%)** | | Flash usage | 69.1% | 74.0% | **+4.9 pp** | | RAM usage | 29.0% | 29.0% | **No change** | * **Risk**: Low — this is a data-only change (font glyph tables in `.rodata`). No logic changes, no RAM impact. Flash headroom remains comfortable at 74%. --- ### AI Usage Did you use AI tools to help write this code? _**PARTIALLY**_ AI was used to identify the minimal set of Unicode ranges needed for Vietnamese support and to assist with the PR description. --------- Co-authored-by: danoooob <danoooob@example.com>
2026-02-25 00:21:39 +07:00
{ 0x0410, 79 }, // U+0410
{ 0x0411, 70 }, // U+0411
{ 0x0412, 80 }, // U+0412
{ 0x0413, 71 }, // U+0413
{ 0x0414, 81 }, // U+0414
{ 0x0415, 69 }, // U+0415
{ 0x0416, 82 }, // U+0416
{ 0x0417, 83 }, // U+0417
feat: Support for kerning and ligatures (#873) ## Summary **What is the goal of this PR?** Improved typesetting, including [kerning](https://en.wikipedia.org/wiki/Kerning) and [ligatures](https://en.wikipedia.org/wiki/Ligature_(writing)#Latin_alphabet). **What changes are included?** - The script to convert built-in fonts now adds kerning and ligature information to the generated font headers. - Epub page layout calculates proper kerning spaces and makes ligature substitutions according to the selected font. ![3U1B1808](https://github.com/user-attachments/assets/1accb16f-2f1a-41e5-adca-89f1f1348494) ![3U1B1810](https://github.com/user-attachments/assets/2f6bd007-490e-420f-b774-3380b4add7ea) ![3U1B1815](https://github.com/user-attachments/assets/1986bb77-2db0-46e2-a5d6-8315dae9eb19) ## Additional Context - I am not a typography expert. - The implementation has been reworked from the earlier version, so it is no longer necessary to omit Open Dyslexic, and kerning data now covers all fonts, styles, and codepoints for which we include bitmap data. - Claude Opus 4.6 helped with a lot of this. - There's an included test epub document with lots of kerning and ligature examples, shown in the photos. **_After some time to mature, I think this change is in decent shape to merge and get people testing._** After opening this PR I came across #660, which overlaps in adding ligature support. --- ### AI Usage While CrossPoint doesn't have restrictions on AI tools in contributing, please be transparent about their usage as it helps set the right context for reviewers. Did you use AI tools to help write this code? _**YES, Claude Opus 4.6**_ --------- Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-24 02:31:43 -06:00
{ 0x0418, 18 }, // U+0418
{ 0x0419, 18 }, // U+0419
feat: Vietnamese glyphs support (#1147) ## Summary * **What is the goal of this PR?** Add Vietnamese glyphs support for the reader's built-in fonts, enabling proper rendering of Vietnamese text in EPUB content. * **What changes are included?** - Added 3 new Unicode intervals to `fontconvert.py` covering Vietnamese characters: - **Latin Extended-B** (Vietnamese subset only): `U+01A0–U+01B0` — Ơ/ơ, Ư/ư - **Vietnamese Extended**: `U+1EA0–U+1EF9` — All precomposed Vietnamese characters with tone marks (Ả, Ấ, Ầ, Ẩ, Ẫ, Ậ, Ắ, …, Ỹ) - Re-generated all 54 built-in font header files (Bookerly, Noto Sans, OpenDyslexic, Ubuntu across all sizes and styles) to include the new Vietnamese glyphs. ## Additional Context * **Scope**: This PR only covers the **reader** fonts. The outer UI still uses the Ubuntu font which does not fully support Vietnamese — UI and i18n will be addressed in a follow-up PR (per discussion in PR #1124). * **Memory impact**: | Metric | Before | After | Delta | |---|---|---|---| | Flash Data (`.rodata`) | 2,971,028 B | 3,290,748 B | **+319,720 B (+10.8%)** | | Total image size | 4,663,235 B | 4,982,955 B | **+319,720 B (+6.9%)** | | Flash usage | 69.1% | 74.0% | **+4.9 pp** | | RAM usage | 29.0% | 29.0% | **No change** | * **Risk**: Low — this is a data-only change (font glyph tables in `.rodata`). No logic changes, no RAM impact. Flash headroom remains comfortable at 74%. --- ### AI Usage Did you use AI tools to help write this code? _**PARTIALLY**_ AI was used to identify the minimal set of Unicode ranges needed for Vietnamese support and to assist with the PR description. --------- Co-authored-by: danoooob <danoooob@example.com>
2026-02-25 00:21:39 +07:00
{ 0x041A, 77 }, // U+041A
{ 0x041C, 84 }, // U+041C
feat: Support for kerning and ligatures (#873) ## Summary **What is the goal of this PR?** Improved typesetting, including [kerning](https://en.wikipedia.org/wiki/Kerning) and [ligatures](https://en.wikipedia.org/wiki/Ligature_(writing)#Latin_alphabet). **What changes are included?** - The script to convert built-in fonts now adds kerning and ligature information to the generated font headers. - Epub page layout calculates proper kerning spaces and makes ligature substitutions according to the selected font. ![3U1B1808](https://github.com/user-attachments/assets/1accb16f-2f1a-41e5-adca-89f1f1348494) ![3U1B1810](https://github.com/user-attachments/assets/2f6bd007-490e-420f-b774-3380b4add7ea) ![3U1B1815](https://github.com/user-attachments/assets/1986bb77-2db0-46e2-a5d6-8315dae9eb19) ## Additional Context - I am not a typography expert. - The implementation has been reworked from the earlier version, so it is no longer necessary to omit Open Dyslexic, and kerning data now covers all fonts, styles, and codepoints for which we include bitmap data. - Claude Opus 4.6 helped with a lot of this. - There's an included test epub document with lots of kerning and ligature examples, shown in the photos. **_After some time to mature, I think this change is in decent shape to merge and get people testing._** After opening this PR I came across #660, which overlaps in adding ligature support. --- ### AI Usage While CrossPoint doesn't have restrictions on AI tools in contributing, please be transparent about their usage as it helps set the right context for reviewers. Did you use AI tools to help write this code? _**YES, Claude Opus 4.6**_ --------- Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-24 02:31:43 -06:00
{ 0x041D, 18 }, // U+041D
feat: Vietnamese glyphs support (#1147) ## Summary * **What is the goal of this PR?** Add Vietnamese glyphs support for the reader's built-in fonts, enabling proper rendering of Vietnamese text in EPUB content. * **What changes are included?** - Added 3 new Unicode intervals to `fontconvert.py` covering Vietnamese characters: - **Latin Extended-B** (Vietnamese subset only): `U+01A0–U+01B0` — Ơ/ơ, Ư/ư - **Vietnamese Extended**: `U+1EA0–U+1EF9` — All precomposed Vietnamese characters with tone marks (Ả, Ấ, Ầ, Ẩ, Ẫ, Ậ, Ắ, …, Ỹ) - Re-generated all 54 built-in font header files (Bookerly, Noto Sans, OpenDyslexic, Ubuntu across all sizes and styles) to include the new Vietnamese glyphs. ## Additional Context * **Scope**: This PR only covers the **reader** fonts. The outer UI still uses the Ubuntu font which does not fully support Vietnamese — UI and i18n will be addressed in a follow-up PR (per discussion in PR #1124). * **Memory impact**: | Metric | Before | After | Delta | |---|---|---|---| | Flash Data (`.rodata`) | 2,971,028 B | 3,290,748 B | **+319,720 B (+10.8%)** | | Total image size | 4,663,235 B | 4,982,955 B | **+319,720 B (+6.9%)** | | Flash usage | 69.1% | 74.0% | **+4.9 pp** | | RAM usage | 29.0% | 29.0% | **No change** | * **Risk**: Low — this is a data-only change (font glyph tables in `.rodata`). No logic changes, no RAM impact. Flash headroom remains comfortable at 74%. --- ### AI Usage Did you use AI tools to help write this code? _**PARTIALLY**_ AI was used to identify the minimal set of Unicode ranges needed for Vietnamese support and to assist with the PR description. --------- Co-authored-by: danoooob <danoooob@example.com>
2026-02-25 00:21:39 +07:00
{ 0x041E, 85 }, // U+041E
feat: Support for kerning and ligatures (#873) ## Summary **What is the goal of this PR?** Improved typesetting, including [kerning](https://en.wikipedia.org/wiki/Kerning) and [ligatures](https://en.wikipedia.org/wiki/Ligature_(writing)#Latin_alphabet). **What changes are included?** - The script to convert built-in fonts now adds kerning and ligature information to the generated font headers. - Epub page layout calculates proper kerning spaces and makes ligature substitutions according to the selected font. ![3U1B1808](https://github.com/user-attachments/assets/1accb16f-2f1a-41e5-adca-89f1f1348494) ![3U1B1810](https://github.com/user-attachments/assets/2f6bd007-490e-420f-b774-3380b4add7ea) ![3U1B1815](https://github.com/user-attachments/assets/1986bb77-2db0-46e2-a5d6-8315dae9eb19) ## Additional Context - I am not a typography expert. - The implementation has been reworked from the earlier version, so it is no longer necessary to omit Open Dyslexic, and kerning data now covers all fonts, styles, and codepoints for which we include bitmap data. - Claude Opus 4.6 helped with a lot of this. - There's an included test epub document with lots of kerning and ligature examples, shown in the photos. **_After some time to mature, I think this change is in decent shape to merge and get people testing._** After opening this PR I came across #660, which overlaps in adding ligature support. --- ### AI Usage While CrossPoint doesn't have restrictions on AI tools in contributing, please be transparent about their usage as it helps set the right context for reviewers. Did you use AI tools to help write this code? _**YES, Claude Opus 4.6**_ --------- Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-24 02:31:43 -06:00
{ 0x041F, 18 }, // U+041F
feat: Vietnamese glyphs support (#1147) ## Summary * **What is the goal of this PR?** Add Vietnamese glyphs support for the reader's built-in fonts, enabling proper rendering of Vietnamese text in EPUB content. * **What changes are included?** - Added 3 new Unicode intervals to `fontconvert.py` covering Vietnamese characters: - **Latin Extended-B** (Vietnamese subset only): `U+01A0–U+01B0` — Ơ/ơ, Ư/ư - **Vietnamese Extended**: `U+1EA0–U+1EF9` — All precomposed Vietnamese characters with tone marks (Ả, Ấ, Ầ, Ẩ, Ẫ, Ậ, Ắ, …, Ỹ) - Re-generated all 54 built-in font header files (Bookerly, Noto Sans, OpenDyslexic, Ubuntu across all sizes and styles) to include the new Vietnamese glyphs. ## Additional Context * **Scope**: This PR only covers the **reader** fonts. The outer UI still uses the Ubuntu font which does not fully support Vietnamese — UI and i18n will be addressed in a follow-up PR (per discussion in PR #1124). * **Memory impact**: | Metric | Before | After | Delta | |---|---|---|---| | Flash Data (`.rodata`) | 2,971,028 B | 3,290,748 B | **+319,720 B (+10.8%)** | | Total image size | 4,663,235 B | 4,982,955 B | **+319,720 B (+6.9%)** | | Flash usage | 69.1% | 74.0% | **+4.9 pp** | | RAM usage | 29.0% | 29.0% | **No change** | * **Risk**: Low — this is a data-only change (font glyph tables in `.rodata`). No logic changes, no RAM impact. Flash headroom remains comfortable at 74%. --- ### AI Usage Did you use AI tools to help write this code? _**PARTIALLY**_ AI was used to identify the minimal set of Unicode ranges needed for Vietnamese support and to assist with the PR description. --------- Co-authored-by: danoooob <danoooob@example.com>
2026-02-25 00:21:39 +07:00
{ 0x0420, 86 }, // U+0420
{ 0x0421, 72 }, // U+0421
{ 0x0422, 87 }, // U+0422
{ 0x0423, 78 }, // U+0423
{ 0x0424, 88 }, // U+0424
{ 0x0425, 89 }, // U+0425
{ 0x0426, 81 }, // U+0426
feat: Support for kerning and ligatures (#873) ## Summary **What is the goal of this PR?** Improved typesetting, including [kerning](https://en.wikipedia.org/wiki/Kerning) and [ligatures](https://en.wikipedia.org/wiki/Ligature_(writing)#Latin_alphabet). **What changes are included?** - The script to convert built-in fonts now adds kerning and ligature information to the generated font headers. - Epub page layout calculates proper kerning spaces and makes ligature substitutions according to the selected font. ![3U1B1808](https://github.com/user-attachments/assets/1accb16f-2f1a-41e5-adca-89f1f1348494) ![3U1B1810](https://github.com/user-attachments/assets/2f6bd007-490e-420f-b774-3380b4add7ea) ![3U1B1815](https://github.com/user-attachments/assets/1986bb77-2db0-46e2-a5d6-8315dae9eb19) ## Additional Context - I am not a typography expert. - The implementation has been reworked from the earlier version, so it is no longer necessary to omit Open Dyslexic, and kerning data now covers all fonts, styles, and codepoints for which we include bitmap data. - Claude Opus 4.6 helped with a lot of this. - There's an included test epub document with lots of kerning and ligature examples, shown in the photos. **_After some time to mature, I think this change is in decent shape to merge and get people testing._** After opening this PR I came across #660, which overlaps in adding ligature support. --- ### AI Usage While CrossPoint doesn't have restrictions on AI tools in contributing, please be transparent about their usage as it helps set the right context for reviewers. Did you use AI tools to help write this code? _**YES, Claude Opus 4.6**_ --------- Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-24 02:31:43 -06:00
{ 0x0428, 18 }, // U+0428
feat: Vietnamese glyphs support (#1147) ## Summary * **What is the goal of this PR?** Add Vietnamese glyphs support for the reader's built-in fonts, enabling proper rendering of Vietnamese text in EPUB content. * **What changes are included?** - Added 3 new Unicode intervals to `fontconvert.py` covering Vietnamese characters: - **Latin Extended-B** (Vietnamese subset only): `U+01A0–U+01B0` — Ơ/ơ, Ư/ư - **Vietnamese Extended**: `U+1EA0–U+1EF9` — All precomposed Vietnamese characters with tone marks (Ả, Ấ, Ầ, Ẩ, Ẫ, Ậ, Ắ, …, Ỹ) - Re-generated all 54 built-in font header files (Bookerly, Noto Sans, OpenDyslexic, Ubuntu across all sizes and styles) to include the new Vietnamese glyphs. ## Additional Context * **Scope**: This PR only covers the **reader** fonts. The outer UI still uses the Ubuntu font which does not fully support Vietnamese — UI and i18n will be addressed in a follow-up PR (per discussion in PR #1124). * **Memory impact**: | Metric | Before | After | Delta | |---|---|---|---| | Flash Data (`.rodata`) | 2,971,028 B | 3,290,748 B | **+319,720 B (+10.8%)** | | Total image size | 4,663,235 B | 4,982,955 B | **+319,720 B (+6.9%)** | | Flash usage | 69.1% | 74.0% | **+4.9 pp** | | RAM usage | 29.0% | 29.0% | **No change** | * **Risk**: Low — this is a data-only change (font glyph tables in `.rodata`). No logic changes, no RAM impact. Flash headroom remains comfortable at 74%. --- ### AI Usage Did you use AI tools to help write this code? _**PARTIALLY**_ AI was used to identify the minimal set of Unicode ranges needed for Vietnamese support and to assist with the PR description. --------- Co-authored-by: danoooob <danoooob@example.com>
2026-02-25 00:21:39 +07:00
{ 0x0429, 81 }, // U+0429
{ 0x042A, 75 }, // U+042A
feat: Support for kerning and ligatures (#873) ## Summary **What is the goal of this PR?** Improved typesetting, including [kerning](https://en.wikipedia.org/wiki/Kerning) and [ligatures](https://en.wikipedia.org/wiki/Ligature_(writing)#Latin_alphabet). **What changes are included?** - The script to convert built-in fonts now adds kerning and ligature information to the generated font headers. - Epub page layout calculates proper kerning spaces and makes ligature substitutions according to the selected font. ![3U1B1808](https://github.com/user-attachments/assets/1accb16f-2f1a-41e5-adca-89f1f1348494) ![3U1B1810](https://github.com/user-attachments/assets/2f6bd007-490e-420f-b774-3380b4add7ea) ![3U1B1815](https://github.com/user-attachments/assets/1986bb77-2db0-46e2-a5d6-8315dae9eb19) ## Additional Context - I am not a typography expert. - The implementation has been reworked from the earlier version, so it is no longer necessary to omit Open Dyslexic, and kerning data now covers all fonts, styles, and codepoints for which we include bitmap data. - Claude Opus 4.6 helped with a lot of this. - There's an included test epub document with lots of kerning and ligature examples, shown in the photos. **_After some time to mature, I think this change is in decent shape to merge and get people testing._** After opening this PR I came across #660, which overlaps in adding ligature support. --- ### AI Usage While CrossPoint doesn't have restrictions on AI tools in contributing, please be transparent about their usage as it helps set the right context for reviewers. Did you use AI tools to help write this code? _**YES, Claude Opus 4.6**_ --------- Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-24 02:31:43 -06:00
{ 0x042B, 18 }, // U+042B
feat: Vietnamese glyphs support (#1147) ## Summary * **What is the goal of this PR?** Add Vietnamese glyphs support for the reader's built-in fonts, enabling proper rendering of Vietnamese text in EPUB content. * **What changes are included?** - Added 3 new Unicode intervals to `fontconvert.py` covering Vietnamese characters: - **Latin Extended-B** (Vietnamese subset only): `U+01A0–U+01B0` — Ơ/ơ, Ư/ư - **Vietnamese Extended**: `U+1EA0–U+1EF9` — All precomposed Vietnamese characters with tone marks (Ả, Ấ, Ầ, Ẩ, Ẫ, Ậ, Ắ, …, Ỹ) - Re-generated all 54 built-in font header files (Bookerly, Noto Sans, OpenDyslexic, Ubuntu across all sizes and styles) to include the new Vietnamese glyphs. ## Additional Context * **Scope**: This PR only covers the **reader** fonts. The outer UI still uses the Ubuntu font which does not fully support Vietnamese — UI and i18n will be addressed in a follow-up PR (per discussion in PR #1124). * **Memory impact**: | Metric | Before | After | Delta | |---|---|---|---| | Flash Data (`.rodata`) | 2,971,028 B | 3,290,748 B | **+319,720 B (+10.8%)** | | Total image size | 4,663,235 B | 4,982,955 B | **+319,720 B (+6.9%)** | | Flash usage | 69.1% | 74.0% | **+4.9 pp** | | RAM usage | 29.0% | 29.0% | **No change** | * **Risk**: Low — this is a data-only change (font glyph tables in `.rodata`). No logic changes, no RAM impact. Flash headroom remains comfortable at 74%. --- ### AI Usage Did you use AI tools to help write this code? _**PARTIALLY**_ AI was used to identify the minimal set of Unicode ranges needed for Vietnamese support and to assist with the PR description. --------- Co-authored-by: danoooob <danoooob@example.com>
2026-02-25 00:21:39 +07:00
{ 0x042C, 75 }, // U+042C
{ 0x042D, 85 }, // U+042D
{ 0x042E, 85 }, // U+042E
{ 0x0430, 90 }, // U+0430
{ 0x0431, 91 }, // U+0431
{ 0x0432, 90 }, // U+0432
{ 0x0433, 92 }, // U+0433
{ 0x0434, 93 }, // U+0434
{ 0x0435, 94 }, // U+0435
{ 0x0436, 95 }, // U+0436
{ 0x0437, 96 }, // U+0437
{ 0x043A, 97 }, // U+043A
{ 0x043B, 98 }, // U+043B
{ 0x043C, 99 }, // U+043C
{ 0x043D, 98 }, // U+043D
{ 0x043E, 100 }, // U+043E
{ 0x043F, 98 }, // U+043F
{ 0x0440, 101 }, // U+0440
{ 0x0441, 102 }, // U+0441
{ 0x0442, 103 }, // U+0442
{ 0x0443, 104 }, // U+0443
{ 0x0444, 105 }, // U+0444
{ 0x0445, 106 }, // U+0445
{ 0x0446, 93 }, // U+0446
{ 0x0447, 98 }, // U+0447
{ 0x0448, 98 }, // U+0448
{ 0x0449, 93 }, // U+0449
{ 0x044A, 107 }, // U+044A
{ 0x044B, 98 }, // U+044B
{ 0x044C, 107 }, // U+044C
{ 0x044D, 108 }, // U+044D
{ 0x044E, 100 }, // U+044E
{ 0x044F, 98 }, // U+044F
{ 0x0450, 94 }, // U+0450
{ 0x0451, 94 }, // U+0451
{ 0x0452, 109 }, // U+0452
{ 0x0453, 92 }, // U+0453
{ 0x0454, 110 }, // U+0454
{ 0x0455, 111 }, // U+0455
{ 0x0456, 112 }, // U+0456
{ 0x0457, 112 }, // U+0457
{ 0x0458, 113 }, // U+0458
{ 0x0459, 107 }, // U+0459
{ 0x045A, 107 }, // U+045A
{ 0x045B, 114 }, // U+045B
{ 0x045C, 97 }, // U+045C
{ 0x045E, 104 }, // U+045E
{ 0x045F, 98 }, // U+045F
{ 0x0462, 70 }, // U+0462
{ 0x0463, 115 }, // U+0463
{ 0x0472, 85 }, // U+0472
{ 0x0473, 100 }, // U+0473
{ 0x0474, 116 }, // U+0474
{ 0x0475, 117 }, // U+0475
{ 0x048A, 81 }, // U+048A
{ 0x048B, 93 }, // U+048B
{ 0x048C, 75 }, // U+048C
{ 0x048D, 107 }, // U+048D
{ 0x048F, 101 }, // U+048F
{ 0x0490, 71 }, // U+0490
{ 0x0491, 92 }, // U+0491
{ 0x0492, 71 }, // U+0492
{ 0x0493, 92 }, // U+0493
{ 0x0494, 70 }, // U+0494
{ 0x0495, 118 }, // U+0495
{ 0x0496, 82 }, // U+0496
{ 0x0497, 95 }, // U+0497
{ 0x0498, 83 }, // U+0498
{ 0x0499, 96 }, // U+0499
{ 0x049A, 77 }, // U+049A
{ 0x049B, 97 }, // U+049B
{ 0x049C, 77 }, // U+049C
{ 0x049D, 97 }, // U+049D
{ 0x049E, 77 }, // U+049E
{ 0x049F, 97 }, // U+049F
{ 0x04A0, 77 }, // U+04A0
{ 0x04A1, 97 }, // U+04A1
{ 0x04A2, 81 }, // U+04A2
{ 0x04A3, 93 }, // U+04A3
{ 0x04A4, 87 }, // U+04A4
{ 0x04A5, 92 }, // U+04A5
{ 0x04A6, 75 }, // U+04A6
{ 0x04A7, 119 }, // U+04A7
{ 0x04A8, 120 }, // U+04A8
{ 0x04A9, 121 }, // U+04A9
{ 0x04AA, 72 }, // U+04AA
{ 0x04AB, 102 }, // U+04AB
{ 0x04AC, 87 }, // U+04AC
{ 0x04AD, 103 }, // U+04AD
{ 0x04AE, 122 }, // U+04AE
{ 0x04AF, 123 }, // U+04AF
{ 0x04B0, 122 }, // U+04B0
{ 0x04B1, 123 }, // U+04B1
{ 0x04B2, 89 }, // U+04B2
{ 0x04B3, 106 }, // U+04B3
{ 0x04B4, 81 }, // U+04B4
{ 0x04B5, 93 }, // U+04B5
{ 0x04B6, 81 }, // U+04B6
{ 0x04B7, 93 }, // U+04B7
{ 0x04BA, 124 }, // U+04BA
{ 0x04BB, 114 }, // U+04BB
{ 0x04BC, 125 }, // U+04BC
{ 0x04BE, 125 }, // U+04BE
feat: Support for kerning and ligatures (#873) ## Summary **What is the goal of this PR?** Improved typesetting, including [kerning](https://en.wikipedia.org/wiki/Kerning) and [ligatures](https://en.wikipedia.org/wiki/Ligature_(writing)#Latin_alphabet). **What changes are included?** - The script to convert built-in fonts now adds kerning and ligature information to the generated font headers. - Epub page layout calculates proper kerning spaces and makes ligature substitutions according to the selected font. ![3U1B1808](https://github.com/user-attachments/assets/1accb16f-2f1a-41e5-adca-89f1f1348494) ![3U1B1810](https://github.com/user-attachments/assets/2f6bd007-490e-420f-b774-3380b4add7ea) ![3U1B1815](https://github.com/user-attachments/assets/1986bb77-2db0-46e2-a5d6-8315dae9eb19) ## Additional Context - I am not a typography expert. - The implementation has been reworked from the earlier version, so it is no longer necessary to omit Open Dyslexic, and kerning data now covers all fonts, styles, and codepoints for which we include bitmap data. - Claude Opus 4.6 helped with a lot of this. - There's an included test epub document with lots of kerning and ligature examples, shown in the photos. **_After some time to mature, I think this change is in decent shape to merge and get people testing._** After opening this PR I came across #660, which overlaps in adding ligature support. --- ### AI Usage While CrossPoint doesn't have restrictions on AI tools in contributing, please be transparent about their usage as it helps set the right context for reviewers. Did you use AI tools to help write this code? _**YES, Claude Opus 4.6**_ --------- Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-24 02:31:43 -06:00
{ 0x04C0, 18 }, // U+04C0
feat: Vietnamese glyphs support (#1147) ## Summary * **What is the goal of this PR?** Add Vietnamese glyphs support for the reader's built-in fonts, enabling proper rendering of Vietnamese text in EPUB content. * **What changes are included?** - Added 3 new Unicode intervals to `fontconvert.py` covering Vietnamese characters: - **Latin Extended-B** (Vietnamese subset only): `U+01A0–U+01B0` — Ơ/ơ, Ư/ư - **Vietnamese Extended**: `U+1EA0–U+1EF9` — All precomposed Vietnamese characters with tone marks (Ả, Ấ, Ầ, Ẩ, Ẫ, Ậ, Ắ, …, Ỹ) - Re-generated all 54 built-in font header files (Bookerly, Noto Sans, OpenDyslexic, Ubuntu across all sizes and styles) to include the new Vietnamese glyphs. ## Additional Context * **Scope**: This PR only covers the **reader** fonts. The outer UI still uses the Ubuntu font which does not fully support Vietnamese — UI and i18n will be addressed in a follow-up PR (per discussion in PR #1124). * **Memory impact**: | Metric | Before | After | Delta | |---|---|---|---| | Flash Data (`.rodata`) | 2,971,028 B | 3,290,748 B | **+319,720 B (+10.8%)** | | Total image size | 4,663,235 B | 4,982,955 B | **+319,720 B (+6.9%)** | | Flash usage | 69.1% | 74.0% | **+4.9 pp** | | RAM usage | 29.0% | 29.0% | **No change** | * **Risk**: Low — this is a data-only change (font glyph tables in `.rodata`). No logic changes, no RAM impact. Flash headroom remains comfortable at 74%. --- ### AI Usage Did you use AI tools to help write this code? _**PARTIALLY**_ AI was used to identify the minimal set of Unicode ranges needed for Vietnamese support and to assist with the PR description. --------- Co-authored-by: danoooob <danoooob@example.com>
2026-02-25 00:21:39 +07:00
{ 0x04C1, 82 }, // U+04C1
{ 0x04C2, 95 }, // U+04C2
{ 0x04C3, 126 }, // U+04C3
{ 0x04C4, 127 }, // U+04C4
{ 0x04C6, 93 }, // U+04C6
{ 0x04C7, 74 }, // U+04C7
{ 0x04C8, 128 }, // U+04C8
{ 0x04C9, 81 }, // U+04C9
{ 0x04CA, 93 }, // U+04CA
{ 0x04CC, 98 }, // U+04CC
{ 0x04CD, 81 }, // U+04CD
{ 0x04CE, 93 }, // U+04CE
feat: Support for kerning and ligatures (#873) ## Summary **What is the goal of this PR?** Improved typesetting, including [kerning](https://en.wikipedia.org/wiki/Kerning) and [ligatures](https://en.wikipedia.org/wiki/Ligature_(writing)#Latin_alphabet). **What changes are included?** - The script to convert built-in fonts now adds kerning and ligature information to the generated font headers. - Epub page layout calculates proper kerning spaces and makes ligature substitutions according to the selected font. ![3U1B1808](https://github.com/user-attachments/assets/1accb16f-2f1a-41e5-adca-89f1f1348494) ![3U1B1810](https://github.com/user-attachments/assets/2f6bd007-490e-420f-b774-3380b4add7ea) ![3U1B1815](https://github.com/user-attachments/assets/1986bb77-2db0-46e2-a5d6-8315dae9eb19) ## Additional Context - I am not a typography expert. - The implementation has been reworked from the earlier version, so it is no longer necessary to omit Open Dyslexic, and kerning data now covers all fonts, styles, and codepoints for which we include bitmap data. - Claude Opus 4.6 helped with a lot of this. - There's an included test epub document with lots of kerning and ligature examples, shown in the photos. **_After some time to mature, I think this change is in decent shape to merge and get people testing._** After opening this PR I came across #660, which overlaps in adding ligature support. --- ### AI Usage While CrossPoint doesn't have restrictions on AI tools in contributing, please be transparent about their usage as it helps set the right context for reviewers. Did you use AI tools to help write this code? _**YES, Claude Opus 4.6**_ --------- Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-24 02:31:43 -06:00
{ 0x04CF, 18 }, // U+04CF
feat: Vietnamese glyphs support (#1147) ## Summary * **What is the goal of this PR?** Add Vietnamese glyphs support for the reader's built-in fonts, enabling proper rendering of Vietnamese text in EPUB content. * **What changes are included?** - Added 3 new Unicode intervals to `fontconvert.py` covering Vietnamese characters: - **Latin Extended-B** (Vietnamese subset only): `U+01A0–U+01B0` — Ơ/ơ, Ư/ư - **Vietnamese Extended**: `U+1EA0–U+1EF9` — All precomposed Vietnamese characters with tone marks (Ả, Ấ, Ầ, Ẩ, Ẫ, Ậ, Ắ, …, Ỹ) - Re-generated all 54 built-in font header files (Bookerly, Noto Sans, OpenDyslexic, Ubuntu across all sizes and styles) to include the new Vietnamese glyphs. ## Additional Context * **Scope**: This PR only covers the **reader** fonts. The outer UI still uses the Ubuntu font which does not fully support Vietnamese — UI and i18n will be addressed in a follow-up PR (per discussion in PR #1124). * **Memory impact**: | Metric | Before | After | Delta | |---|---|---|---| | Flash Data (`.rodata`) | 2,971,028 B | 3,290,748 B | **+319,720 B (+10.8%)** | | Total image size | 4,663,235 B | 4,982,955 B | **+319,720 B (+6.9%)** | | Flash usage | 69.1% | 74.0% | **+4.9 pp** | | RAM usage | 29.0% | 29.0% | **No change** | * **Risk**: Low — this is a data-only change (font glyph tables in `.rodata`). No logic changes, no RAM impact. Flash headroom remains comfortable at 74%. --- ### AI Usage Did you use AI tools to help write this code? _**PARTIALLY**_ AI was used to identify the minimal set of Unicode ranges needed for Vietnamese support and to assist with the PR description. --------- Co-authored-by: danoooob <danoooob@example.com>
2026-02-25 00:21:39 +07:00
{ 0x04D0, 79 }, // U+04D0
{ 0x04D1, 90 }, // U+04D1
{ 0x04D2, 79 }, // U+04D2
{ 0x04D3, 90 }, // U+04D3
{ 0x04D4, 129 }, // U+04D4
{ 0x04D5, 90 }, // U+04D5
{ 0x04D6, 69 }, // U+04D6
{ 0x04D7, 94 }, // U+04D7
{ 0x04D8, 130 }, // U+04D8
{ 0x04DA, 130 }, // U+04DA
{ 0x04DC, 82 }, // U+04DC
{ 0x04DD, 95 }, // U+04DD
{ 0x04DE, 83 }, // U+04DE
{ 0x04DF, 96 }, // U+04DF
{ 0x04E0, 131 }, // U+04E0
{ 0x04E1, 132 }, // U+04E1
feat: Support for kerning and ligatures (#873) ## Summary **What is the goal of this PR?** Improved typesetting, including [kerning](https://en.wikipedia.org/wiki/Kerning) and [ligatures](https://en.wikipedia.org/wiki/Ligature_(writing)#Latin_alphabet). **What changes are included?** - The script to convert built-in fonts now adds kerning and ligature information to the generated font headers. - Epub page layout calculates proper kerning spaces and makes ligature substitutions according to the selected font. ![3U1B1808](https://github.com/user-attachments/assets/1accb16f-2f1a-41e5-adca-89f1f1348494) ![3U1B1810](https://github.com/user-attachments/assets/2f6bd007-490e-420f-b774-3380b4add7ea) ![3U1B1815](https://github.com/user-attachments/assets/1986bb77-2db0-46e2-a5d6-8315dae9eb19) ## Additional Context - I am not a typography expert. - The implementation has been reworked from the earlier version, so it is no longer necessary to omit Open Dyslexic, and kerning data now covers all fonts, styles, and codepoints for which we include bitmap data. - Claude Opus 4.6 helped with a lot of this. - There's an included test epub document with lots of kerning and ligature examples, shown in the photos. **_After some time to mature, I think this change is in decent shape to merge and get people testing._** After opening this PR I came across #660, which overlaps in adding ligature support. --- ### AI Usage While CrossPoint doesn't have restrictions on AI tools in contributing, please be transparent about their usage as it helps set the right context for reviewers. Did you use AI tools to help write this code? _**YES, Claude Opus 4.6**_ --------- Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-24 02:31:43 -06:00
{ 0x04E2, 18 }, // U+04E2
{ 0x04E4, 18 }, // U+04E4
feat: Vietnamese glyphs support (#1147) ## Summary * **What is the goal of this PR?** Add Vietnamese glyphs support for the reader's built-in fonts, enabling proper rendering of Vietnamese text in EPUB content. * **What changes are included?** - Added 3 new Unicode intervals to `fontconvert.py` covering Vietnamese characters: - **Latin Extended-B** (Vietnamese subset only): `U+01A0–U+01B0` — Ơ/ơ, Ư/ư - **Vietnamese Extended**: `U+1EA0–U+1EF9` — All precomposed Vietnamese characters with tone marks (Ả, Ấ, Ầ, Ẩ, Ẫ, Ậ, Ắ, …, Ỹ) - Re-generated all 54 built-in font header files (Bookerly, Noto Sans, OpenDyslexic, Ubuntu across all sizes and styles) to include the new Vietnamese glyphs. ## Additional Context * **Scope**: This PR only covers the **reader** fonts. The outer UI still uses the Ubuntu font which does not fully support Vietnamese — UI and i18n will be addressed in a follow-up PR (per discussion in PR #1124). * **Memory impact**: | Metric | Before | After | Delta | |---|---|---|---| | Flash Data (`.rodata`) | 2,971,028 B | 3,290,748 B | **+319,720 B (+10.8%)** | | Total image size | 4,663,235 B | 4,982,955 B | **+319,720 B (+6.9%)** | | Flash usage | 69.1% | 74.0% | **+4.9 pp** | | RAM usage | 29.0% | 29.0% | **No change** | * **Risk**: Low — this is a data-only change (font glyph tables in `.rodata`). No logic changes, no RAM impact. Flash headroom remains comfortable at 74%. --- ### AI Usage Did you use AI tools to help write this code? _**PARTIALLY**_ AI was used to identify the minimal set of Unicode ranges needed for Vietnamese support and to assist with the PR description. --------- Co-authored-by: danoooob <danoooob@example.com>
2026-02-25 00:21:39 +07:00
{ 0x04E6, 85 }, // U+04E6
{ 0x04E7, 100 }, // U+04E7
{ 0x04E8, 85 }, // U+04E8
{ 0x04E9, 100 }, // U+04E9
{ 0x04EA, 85 }, // U+04EA
{ 0x04EB, 100 }, // U+04EB
{ 0x04EC, 85 }, // U+04EC
{ 0x04ED, 96 }, // U+04ED
{ 0x04EE, 78 }, // U+04EE
{ 0x04EF, 104 }, // U+04EF
{ 0x04F0, 78 }, // U+04F0
{ 0x04F1, 104 }, // U+04F1
{ 0x04F2, 78 }, // U+04F2
{ 0x04F3, 104 }, // U+04F3
{ 0x04F6, 71 }, // U+04F6
{ 0x04F7, 92 }, // U+04F7
feat: Support for kerning and ligatures (#873) ## Summary **What is the goal of this PR?** Improved typesetting, including [kerning](https://en.wikipedia.org/wiki/Kerning) and [ligatures](https://en.wikipedia.org/wiki/Ligature_(writing)#Latin_alphabet). **What changes are included?** - The script to convert built-in fonts now adds kerning and ligature information to the generated font headers. - Epub page layout calculates proper kerning spaces and makes ligature substitutions according to the selected font. ![3U1B1808](https://github.com/user-attachments/assets/1accb16f-2f1a-41e5-adca-89f1f1348494) ![3U1B1810](https://github.com/user-attachments/assets/2f6bd007-490e-420f-b774-3380b4add7ea) ![3U1B1815](https://github.com/user-attachments/assets/1986bb77-2db0-46e2-a5d6-8315dae9eb19) ## Additional Context - I am not a typography expert. - The implementation has been reworked from the earlier version, so it is no longer necessary to omit Open Dyslexic, and kerning data now covers all fonts, styles, and codepoints for which we include bitmap data. - Claude Opus 4.6 helped with a lot of this. - There's an included test epub document with lots of kerning and ligature examples, shown in the photos. **_After some time to mature, I think this change is in decent shape to merge and get people testing._** After opening this PR I came across #660, which overlaps in adding ligature support. --- ### AI Usage While CrossPoint doesn't have restrictions on AI tools in contributing, please be transparent about their usage as it helps set the right context for reviewers. Did you use AI tools to help write this code? _**YES, Claude Opus 4.6**_ --------- Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-24 02:31:43 -06:00
{ 0x04F8, 18 }, // U+04F8
feat: Vietnamese glyphs support (#1147) ## Summary * **What is the goal of this PR?** Add Vietnamese glyphs support for the reader's built-in fonts, enabling proper rendering of Vietnamese text in EPUB content. * **What changes are included?** - Added 3 new Unicode intervals to `fontconvert.py` covering Vietnamese characters: - **Latin Extended-B** (Vietnamese subset only): `U+01A0–U+01B0` — Ơ/ơ, Ư/ư - **Vietnamese Extended**: `U+1EA0–U+1EF9` — All precomposed Vietnamese characters with tone marks (Ả, Ấ, Ầ, Ẩ, Ẫ, Ậ, Ắ, …, Ỹ) - Re-generated all 54 built-in font header files (Bookerly, Noto Sans, OpenDyslexic, Ubuntu across all sizes and styles) to include the new Vietnamese glyphs. ## Additional Context * **Scope**: This PR only covers the **reader** fonts. The outer UI still uses the Ubuntu font which does not fully support Vietnamese — UI and i18n will be addressed in a follow-up PR (per discussion in PR #1124). * **Memory impact**: | Metric | Before | After | Delta | |---|---|---|---| | Flash Data (`.rodata`) | 2,971,028 B | 3,290,748 B | **+319,720 B (+10.8%)** | | Total image size | 4,663,235 B | 4,982,955 B | **+319,720 B (+6.9%)** | | Flash usage | 69.1% | 74.0% | **+4.9 pp** | | RAM usage | 29.0% | 29.0% | **No change** | * **Risk**: Low — this is a data-only change (font glyph tables in `.rodata`). No logic changes, no RAM impact. Flash headroom remains comfortable at 74%. --- ### AI Usage Did you use AI tools to help write this code? _**PARTIALLY**_ AI was used to identify the minimal set of Unicode ranges needed for Vietnamese support and to assist with the PR description. --------- Co-authored-by: danoooob <danoooob@example.com>
2026-02-25 00:21:39 +07:00
{ 0x04F9, 98 }, // U+04F9
{ 0x1EF2, 32 }, // U+1EF2
{ 0x1EF3, 53 }, // U+1EF3
feat: Support for kerning and ligatures (#873) ## Summary **What is the goal of this PR?** Improved typesetting, including [kerning](https://en.wikipedia.org/wiki/Kerning) and [ligatures](https://en.wikipedia.org/wiki/Ligature_(writing)#Latin_alphabet). **What changes are included?** - The script to convert built-in fonts now adds kerning and ligature information to the generated font headers. - Epub page layout calculates proper kerning spaces and makes ligature substitutions according to the selected font. ![3U1B1808](https://github.com/user-attachments/assets/1accb16f-2f1a-41e5-adca-89f1f1348494) ![3U1B1810](https://github.com/user-attachments/assets/2f6bd007-490e-420f-b774-3380b4add7ea) ![3U1B1815](https://github.com/user-attachments/assets/1986bb77-2db0-46e2-a5d6-8315dae9eb19) ## Additional Context - I am not a typography expert. - The implementation has been reworked from the earlier version, so it is no longer necessary to omit Open Dyslexic, and kerning data now covers all fonts, styles, and codepoints for which we include bitmap data. - Claude Opus 4.6 helped with a lot of this. - There's an included test epub document with lots of kerning and ligature examples, shown in the photos. **_After some time to mature, I think this change is in decent shape to merge and get people testing._** After opening this PR I came across #660, which overlaps in adding ligature support. --- ### AI Usage While CrossPoint doesn't have restrictions on AI tools in contributing, please be transparent about their usage as it helps set the right context for reviewers. Did you use AI tools to help write this code? _**YES, Claude Opus 4.6**_ --------- Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-24 02:31:43 -06:00
{ 0x2013, 7 }, // U+2013
{ 0x2014, 7 }, // U+2014
feat: Vietnamese glyphs support (#1147) ## Summary * **What is the goal of this PR?** Add Vietnamese glyphs support for the reader's built-in fonts, enabling proper rendering of Vietnamese text in EPUB content. * **What changes are included?** - Added 3 new Unicode intervals to `fontconvert.py` covering Vietnamese characters: - **Latin Extended-B** (Vietnamese subset only): `U+01A0–U+01B0` — Ơ/ơ, Ư/ư - **Vietnamese Extended**: `U+1EA0–U+1EF9` — All precomposed Vietnamese characters with tone marks (Ả, Ấ, Ầ, Ẩ, Ẫ, Ậ, Ắ, …, Ỹ) - Re-generated all 54 built-in font header files (Bookerly, Noto Sans, OpenDyslexic, Ubuntu across all sizes and styles) to include the new Vietnamese glyphs. ## Additional Context * **Scope**: This PR only covers the **reader** fonts. The outer UI still uses the Ubuntu font which does not fully support Vietnamese — UI and i18n will be addressed in a follow-up PR (per discussion in PR #1124). * **Memory impact**: | Metric | Before | After | Delta | |---|---|---|---| | Flash Data (`.rodata`) | 2,971,028 B | 3,290,748 B | **+319,720 B (+10.8%)** | | Total image size | 4,663,235 B | 4,982,955 B | **+319,720 B (+6.9%)** | | Flash usage | 69.1% | 74.0% | **+4.9 pp** | | RAM usage | 29.0% | 29.0% | **No change** | * **Risk**: Low — this is a data-only change (font glyph tables in `.rodata`). No logic changes, no RAM impact. Flash headroom remains comfortable at 74%. --- ### AI Usage Did you use AI tools to help write this code? _**PARTIALLY**_ AI was used to identify the minimal set of Unicode ranges needed for Vietnamese support and to assist with the PR description. --------- Co-authored-by: danoooob <danoooob@example.com>
2026-02-25 00:21:39 +07:00
{ 0x2018, 133 }, // U+2018
{ 0x2019, 134 }, // U+2019
{ 0x201A, 135 }, // U+201A
{ 0x201C, 133 }, // U+201C
{ 0x201D, 134 }, // U+201D
{ 0x201E, 135 }, // U+201E
feat: Support for kerning and ligatures (#873) ## Summary **What is the goal of this PR?** Improved typesetting, including [kerning](https://en.wikipedia.org/wiki/Kerning) and [ligatures](https://en.wikipedia.org/wiki/Ligature_(writing)#Latin_alphabet). **What changes are included?** - The script to convert built-in fonts now adds kerning and ligature information to the generated font headers. - Epub page layout calculates proper kerning spaces and makes ligature substitutions according to the selected font. ![3U1B1808](https://github.com/user-attachments/assets/1accb16f-2f1a-41e5-adca-89f1f1348494) ![3U1B1810](https://github.com/user-attachments/assets/2f6bd007-490e-420f-b774-3380b4add7ea) ![3U1B1815](https://github.com/user-attachments/assets/1986bb77-2db0-46e2-a5d6-8315dae9eb19) ## Additional Context - I am not a typography expert. - The implementation has been reworked from the earlier version, so it is no longer necessary to omit Open Dyslexic, and kerning data now covers all fonts, styles, and codepoints for which we include bitmap data. - Claude Opus 4.6 helped with a lot of this. - There's an included test epub document with lots of kerning and ligature examples, shown in the photos. **_After some time to mature, I think this change is in decent shape to merge and get people testing._** After opening this PR I came across #660, which overlaps in adding ligature support. --- ### AI Usage While CrossPoint doesn't have restrictions on AI tools in contributing, please be transparent about their usage as it helps set the right context for reviewers. Did you use AI tools to help write this code? _**YES, Claude Opus 4.6**_ --------- Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-24 02:31:43 -06:00
{ 0x2026, 6 }, // U+2026
{ 0x2039, 9 }, // U+2039
{ 0x203A, 60 }, // U+203A
{ 0xFB00, 41 }, // U+FB00
{ 0xFB01, 44 }, // U+FB01
{ 0xFB02, 47 }, // U+FB02
{ 0xFB03, 44 }, // U+FB03
{ 0xFB04, 47 }, // U+FB04
};
static const EpdKernClassEntry ubuntu_12_boldKernRightClasses[] = {
{ 0x0022, 1 }, // "
{ 0x0026, 2 }, // &
{ 0x0027, 1 }, // '
{ 0x0028, 3 }, // (
{ 0x0029, 4 }, // )
{ 0x002A, 5 }, // *
{ 0x002C, 6 }, // ,
{ 0x002D, 7 }, // -
{ 0x002E, 6 }, // .
{ 0x002F, 8 }, // /
{ 0x003A, 9 }, // :
{ 0x003B, 9 }, // ;
{ 0x003F, 10 }, // ?
{ 0x0040, 11 }, // @
{ 0x0041, 12 }, // A
{ 0x0042, 13 }, // B
{ 0x0043, 14 }, // C
{ 0x0044, 13 }, // D
{ 0x0045, 13 }, // E
{ 0x0046, 13 }, // F
{ 0x0047, 14 }, // G
{ 0x0048, 13 }, // H
{ 0x0049, 13 }, // I
{ 0x004A, 15 }, // J
{ 0x004B, 13 }, // K
{ 0x004C, 13 }, // L
{ 0x004D, 16 }, // M
{ 0x004E, 13 }, // N
{ 0x004F, 17 }, // O
{ 0x0050, 13 }, // P
{ 0x0051, 17 }, // Q
{ 0x0052, 13 }, // R
{ 0x0053, 18 }, // S
{ 0x0054, 19 }, // T
{ 0x0055, 20 }, // U
{ 0x0056, 21 }, // V
{ 0x0057, 22 }, // W
{ 0x0058, 23 }, // X
{ 0x0059, 24 }, // Y
{ 0x005A, 25 }, // Z
{ 0x005B, 26 }, // [
{ 0x005C, 27 }, // <backslash>
{ 0x005D, 28 }, // ]
{ 0x0061, 29 }, // a
{ 0x0062, 30 }, // b
{ 0x0063, 31 }, // c
{ 0x0064, 32 }, // d
{ 0x0065, 31 }, // e
{ 0x0066, 33 }, // f
{ 0x0067, 31 }, // g
{ 0x0068, 30 }, // h
{ 0x0069, 30 }, // i
{ 0x006A, 34 }, // j
{ 0x006B, 30 }, // k
{ 0x006C, 30 }, // l
{ 0x006D, 35 }, // m
{ 0x006E, 35 }, // n
{ 0x006F, 32 }, // o
{ 0x0070, 35 }, // p
{ 0x0071, 31 }, // q
{ 0x0072, 35 }, // r
{ 0x0073, 36 }, // s
{ 0x0074, 37 }, // t
{ 0x0075, 38 }, // u
{ 0x0076, 39 }, // v
{ 0x0077, 40 }, // w
{ 0x0078, 41 }, // x
{ 0x0079, 42 }, // y
{ 0x007A, 43 }, // z
{ 0x007B, 44 }, // {
{ 0x007D, 45 }, // }
{ 0x00AB, 46 }, // U+00AB
{ 0x00BB, 47 }, // U+00BB
{ 0x00C0, 12 }, // U+00C0
{ 0x00C1, 12 }, // U+00C1
{ 0x00C2, 12 }, // U+00C2
{ 0x00C3, 12 }, // U+00C3
{ 0x00C4, 12 }, // U+00C4
{ 0x00C5, 12 }, // U+00C5
{ 0x00C6, 48 }, // U+00C6
{ 0x00C7, 14 }, // U+00C7
{ 0x00C8, 13 }, // U+00C8
{ 0x00C9, 13 }, // U+00C9
{ 0x00CA, 13 }, // U+00CA
{ 0x00CB, 13 }, // U+00CB
{ 0x00CC, 13 }, // U+00CC
{ 0x00CD, 13 }, // U+00CD
{ 0x00CE, 13 }, // U+00CE
{ 0x00CF, 13 }, // U+00CF
{ 0x00D0, 13 }, // U+00D0
{ 0x00D1, 13 }, // U+00D1
{ 0x00D2, 17 }, // U+00D2
{ 0x00D3, 17 }, // U+00D3
{ 0x00D4, 17 }, // U+00D4
{ 0x00D5, 17 }, // U+00D5
{ 0x00D6, 17 }, // U+00D6
{ 0x00D8, 17 }, // U+00D8
{ 0x00D9, 20 }, // U+00D9
{ 0x00DA, 20 }, // U+00DA
{ 0x00DB, 20 }, // U+00DB
{ 0x00DC, 20 }, // U+00DC
{ 0x00DD, 24 }, // U+00DD
{ 0x00DF, 33 }, // U+00DF
{ 0x00E0, 29 }, // U+00E0
{ 0x00E1, 29 }, // U+00E1
{ 0x00E2, 29 }, // U+00E2
{ 0x00E3, 29 }, // U+00E3
{ 0x00E4, 49 }, // U+00E4
{ 0x00E5, 29 }, // U+00E5
{ 0x00E6, 29 }, // U+00E6
{ 0x00E7, 31 }, // U+00E7
{ 0x00E8, 31 }, // U+00E8
{ 0x00E9, 31 }, // U+00E9
{ 0x00EA, 31 }, // U+00EA
{ 0x00EB, 31 }, // U+00EB
{ 0x00EC, 50 }, // U+00EC
{ 0x00ED, 30 }, // U+00ED
{ 0x00EE, 51 }, // U+00EE
{ 0x00EF, 52 }, // U+00EF
{ 0x00F0, 53 }, // U+00F0
{ 0x00F1, 35 }, // U+00F1
{ 0x00F2, 32 }, // U+00F2
{ 0x00F3, 32 }, // U+00F3
{ 0x00F4, 32 }, // U+00F4
{ 0x00F5, 32 }, // U+00F5
{ 0x00F6, 32 }, // U+00F6
{ 0x00F8, 32 }, // U+00F8
{ 0x00F9, 38 }, // U+00F9
{ 0x00FA, 38 }, // U+00FA
{ 0x00FB, 38 }, // U+00FB
{ 0x00FC, 38 }, // U+00FC
{ 0x00FD, 42 }, // U+00FD
{ 0x00FF, 42 }, // U+00FF
{ 0x0100, 12 }, // U+0100
{ 0x0101, 29 }, // U+0101
{ 0x0102, 12 }, // U+0102
{ 0x0103, 29 }, // U+0103
{ 0x0104, 12 }, // U+0104
{ 0x0105, 29 }, // U+0105
{ 0x0106, 14 }, // U+0106
{ 0x0107, 31 }, // U+0107
{ 0x0108, 14 }, // U+0108
{ 0x0109, 31 }, // U+0109
{ 0x010A, 14 }, // U+010A
{ 0x010B, 31 }, // U+010B
{ 0x010C, 14 }, // U+010C
{ 0x010D, 31 }, // U+010D
{ 0x010E, 13 }, // U+010E
{ 0x010F, 32 }, // U+010F
{ 0x0111, 32 }, // U+0111
{ 0x0112, 13 }, // U+0112
{ 0x0113, 31 }, // U+0113
{ 0x0114, 13 }, // U+0114
{ 0x0115, 31 }, // U+0115
{ 0x0116, 13 }, // U+0116
{ 0x0117, 31 }, // U+0117
{ 0x0118, 13 }, // U+0118
{ 0x0119, 31 }, // U+0119
{ 0x011A, 13 }, // U+011A
{ 0x011B, 31 }, // U+011B
{ 0x011C, 14 }, // U+011C
{ 0x011D, 31 }, // U+011D
{ 0x011E, 14 }, // U+011E
{ 0x011F, 31 }, // U+011F
{ 0x0120, 14 }, // U+0120
{ 0x0121, 31 }, // U+0121
{ 0x0122, 14 }, // U+0122
{ 0x0123, 31 }, // U+0123
{ 0x0124, 13 }, // U+0124
{ 0x0125, 30 }, // U+0125
{ 0x0126, 13 }, // U+0126
{ 0x0127, 30 }, // U+0127
{ 0x0128, 13 }, // U+0128
{ 0x0129, 54 }, // U+0129
{ 0x012A, 13 }, // U+012A
{ 0x012B, 55 }, // U+012B
{ 0x012C, 13 }, // U+012C
{ 0x012D, 55 }, // U+012D
{ 0x012E, 13 }, // U+012E
{ 0x012F, 30 }, // U+012F
{ 0x0130, 13 }, // U+0130
{ 0x0131, 30 }, // U+0131
{ 0x0132, 13 }, // U+0132
{ 0x0133, 30 }, // U+0133
{ 0x0134, 15 }, // U+0134
{ 0x0135, 34 }, // U+0135
{ 0x0136, 13 }, // U+0136
{ 0x0137, 30 }, // U+0137
{ 0x0139, 13 }, // U+0139
{ 0x013A, 30 }, // U+013A
{ 0x013B, 13 }, // U+013B
{ 0x013C, 30 }, // U+013C
{ 0x013D, 13 }, // U+013D
{ 0x013E, 30 }, // U+013E
{ 0x013F, 13 }, // U+013F
{ 0x0140, 30 }, // U+0140
{ 0x0141, 13 }, // U+0141
{ 0x0142, 30 }, // U+0142
{ 0x0143, 13 }, // U+0143
{ 0x0144, 35 }, // U+0144
{ 0x0145, 13 }, // U+0145
{ 0x0146, 35 }, // U+0146
{ 0x0147, 13 }, // U+0147
{ 0x0148, 35 }, // U+0148
{ 0x0149, 35 }, // U+0149
{ 0x014A, 56 }, // U+014A
{ 0x014B, 57 }, // U+014B
{ 0x014C, 17 }, // U+014C
{ 0x014D, 32 }, // U+014D
{ 0x014E, 17 }, // U+014E
{ 0x014F, 32 }, // U+014F
{ 0x0150, 17 }, // U+0150
{ 0x0151, 32 }, // U+0151
{ 0x0152, 17 }, // U+0152
{ 0x0153, 32 }, // U+0153
{ 0x0154, 13 }, // U+0154
{ 0x0155, 35 }, // U+0155
{ 0x0156, 13 }, // U+0156
{ 0x0157, 35 }, // U+0157
{ 0x0158, 13 }, // U+0158
{ 0x0159, 35 }, // U+0159
{ 0x015A, 18 }, // U+015A
{ 0x015B, 36 }, // U+015B
{ 0x015C, 18 }, // U+015C
{ 0x015D, 36 }, // U+015D
{ 0x015E, 18 }, // U+015E
{ 0x015F, 36 }, // U+015F
{ 0x0160, 18 }, // U+0160
{ 0x0161, 36 }, // U+0161
{ 0x0162, 19 }, // U+0162
{ 0x0163, 37 }, // U+0163
{ 0x0164, 19 }, // U+0164
{ 0x0165, 37 }, // U+0165
{ 0x0166, 19 }, // U+0166
{ 0x0167, 37 }, // U+0167
{ 0x0168, 20 }, // U+0168
{ 0x0169, 38 }, // U+0169
{ 0x016A, 20 }, // U+016A
{ 0x016B, 38 }, // U+016B
{ 0x016C, 20 }, // U+016C
{ 0x016D, 38 }, // U+016D
{ 0x016E, 20 }, // U+016E
{ 0x016F, 38 }, // U+016F
{ 0x0170, 20 }, // U+0170
{ 0x0171, 38 }, // U+0171
{ 0x0172, 20 }, // U+0172
{ 0x0173, 38 }, // U+0173
{ 0x0174, 22 }, // U+0174
{ 0x0175, 40 }, // U+0175
{ 0x0176, 24 }, // U+0176
{ 0x0177, 42 }, // U+0177
{ 0x0178, 24 }, // U+0178
{ 0x0179, 25 }, // U+0179
{ 0x017A, 43 }, // U+017A
{ 0x017B, 25 }, // U+017B
{ 0x017C, 43 }, // U+017C
{ 0x017D, 25 }, // U+017D
{ 0x017E, 43 }, // U+017E
{ 0x017F, 33 }, // U+017F
feat: Vietnamese glyphs support (#1147) ## Summary * **What is the goal of this PR?** Add Vietnamese glyphs support for the reader's built-in fonts, enabling proper rendering of Vietnamese text in EPUB content. * **What changes are included?** - Added 3 new Unicode intervals to `fontconvert.py` covering Vietnamese characters: - **Latin Extended-B** (Vietnamese subset only): `U+01A0–U+01B0` — Ơ/ơ, Ư/ư - **Vietnamese Extended**: `U+1EA0–U+1EF9` — All precomposed Vietnamese characters with tone marks (Ả, Ấ, Ầ, Ẩ, Ẫ, Ậ, Ắ, …, Ỹ) - Re-generated all 54 built-in font header files (Bookerly, Noto Sans, OpenDyslexic, Ubuntu across all sizes and styles) to include the new Vietnamese glyphs. ## Additional Context * **Scope**: This PR only covers the **reader** fonts. The outer UI still uses the Ubuntu font which does not fully support Vietnamese — UI and i18n will be addressed in a follow-up PR (per discussion in PR #1124). * **Memory impact**: | Metric | Before | After | Delta | |---|---|---|---| | Flash Data (`.rodata`) | 2,971,028 B | 3,290,748 B | **+319,720 B (+10.8%)** | | Total image size | 4,663,235 B | 4,982,955 B | **+319,720 B (+6.9%)** | | Flash usage | 69.1% | 74.0% | **+4.9 pp** | | RAM usage | 29.0% | 29.0% | **No change** | * **Risk**: Low — this is a data-only change (font glyph tables in `.rodata`). No logic changes, no RAM impact. Flash headroom remains comfortable at 74%. --- ### AI Usage Did you use AI tools to help write this code? _**PARTIALLY**_ AI was used to identify the minimal set of Unicode ranges needed for Vietnamese support and to assist with the PR description. --------- Co-authored-by: danoooob <danoooob@example.com>
2026-02-25 00:21:39 +07:00
{ 0x01A0, 17 }, // U+01A0
{ 0x01A1, 32 }, // U+01A1
{ 0x01AF, 20 }, // U+01AF
{ 0x01B0, 38 }, // U+01B0
feat: Support for kerning and ligatures (#873) ## Summary **What is the goal of this PR?** Improved typesetting, including [kerning](https://en.wikipedia.org/wiki/Kerning) and [ligatures](https://en.wikipedia.org/wiki/Ligature_(writing)#Latin_alphabet). **What changes are included?** - The script to convert built-in fonts now adds kerning and ligature information to the generated font headers. - Epub page layout calculates proper kerning spaces and makes ligature substitutions according to the selected font. ![3U1B1808](https://github.com/user-attachments/assets/1accb16f-2f1a-41e5-adca-89f1f1348494) ![3U1B1810](https://github.com/user-attachments/assets/2f6bd007-490e-420f-b774-3380b4add7ea) ![3U1B1815](https://github.com/user-attachments/assets/1986bb77-2db0-46e2-a5d6-8315dae9eb19) ## Additional Context - I am not a typography expert. - The implementation has been reworked from the earlier version, so it is no longer necessary to omit Open Dyslexic, and kerning data now covers all fonts, styles, and codepoints for which we include bitmap data. - Claude Opus 4.6 helped with a lot of this. - There's an included test epub document with lots of kerning and ligature examples, shown in the photos. **_After some time to mature, I think this change is in decent shape to merge and get people testing._** After opening this PR I came across #660, which overlaps in adding ligature support. --- ### AI Usage While CrossPoint doesn't have restrictions on AI tools in contributing, please be transparent about their usage as it helps set the right context for reviewers. Did you use AI tools to help write this code? _**YES, Claude Opus 4.6**_ --------- Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-24 02:31:43 -06:00
{ 0x0402, 58 }, // U+0402
{ 0x0404, 59 }, // U+0404
{ 0x0405, 60 }, // U+0405
{ 0x0408, 61 }, // U+0408
{ 0x0409, 62 }, // U+0409
{ 0x040B, 58 }, // U+040B
{ 0x040E, 63 }, // U+040E
{ 0x0410, 64 }, // U+0410
{ 0x0414, 65 }, // U+0414
{ 0x0416, 66 }, // U+0416
{ 0x0417, 67 }, // U+0417
{ 0x041B, 62 }, // U+041B
{ 0x041C, 68 }, // U+041C
{ 0x041E, 69 }, // U+041E
{ 0x0421, 59 }, // U+0421
{ 0x0422, 58 }, // U+0422
{ 0x0423, 63 }, // U+0423
{ 0x0424, 70 }, // U+0424
{ 0x0425, 71 }, // U+0425
{ 0x0427, 72 }, // U+0427
{ 0x042D, 73 }, // U+042D
{ 0x042F, 74 }, // U+042F
{ 0x0430, 75 }, // U+0430
{ 0x0431, 76 }, // U+0431
{ 0x0432, 77 }, // U+0432
{ 0x0433, 77 }, // U+0433
{ 0x0434, 78 }, // U+0434
{ 0x0435, 79 }, // U+0435
{ 0x0436, 80 }, // U+0436
{ 0x0437, 81 }, // U+0437
{ 0x0438, 77 }, // U+0438
{ 0x0439, 77 }, // U+0439
{ 0x043A, 77 }, // U+043A
{ 0x043B, 82 }, // U+043B
{ 0x043C, 83 }, // U+043C
{ 0x043D, 77 }, // U+043D
{ 0x043E, 84 }, // U+043E
{ 0x043F, 77 }, // U+043F
{ 0x0440, 85 }, // U+0440
{ 0x0441, 79 }, // U+0441
{ 0x0442, 86 }, // U+0442
{ 0x0443, 87 }, // U+0443
{ 0x0444, 88 }, // U+0444
{ 0x0445, 89 }, // U+0445
{ 0x0446, 77 }, // U+0446
{ 0x0447, 90 }, // U+0447
{ 0x0448, 77 }, // U+0448
{ 0x0449, 77 }, // U+0449
{ 0x044A, 91 }, // U+044A
{ 0x044B, 77 }, // U+044B
{ 0x044C, 77 }, // U+044C
{ 0x044D, 92 }, // U+044D
{ 0x044E, 93 }, // U+044E
{ 0x044F, 94 }, // U+044F
{ 0x0450, 79 }, // U+0450
{ 0x0451, 79 }, // U+0451
{ 0x0452, 95 }, // U+0452
{ 0x0453, 77 }, // U+0453
{ 0x0454, 96 }, // U+0454
{ 0x0455, 97 }, // U+0455
{ 0x0457, 98 }, // U+0457
{ 0x0458, 99 }, // U+0458
{ 0x0459, 82 }, // U+0459
{ 0x045A, 77 }, // U+045A
{ 0x045B, 100 }, // U+045B
{ 0x045C, 77 }, // U+045C
{ 0x045D, 77 }, // U+045D
{ 0x045E, 87 }, // U+045E
{ 0x045F, 77 }, // U+045F
{ 0x0462, 58 }, // U+0462
{ 0x0463, 101 }, // U+0463
{ 0x0472, 69 }, // U+0472
{ 0x0473, 84 }, // U+0473
{ 0x0475, 87 }, // U+0475
{ 0x048B, 77 }, // U+048B
{ 0x048D, 102 }, // U+048D
{ 0x048F, 85 }, // U+048F
{ 0x0491, 77 }, // U+0491
{ 0x0493, 77 }, // U+0493
{ 0x0495, 77 }, // U+0495
{ 0x0496, 66 }, // U+0496
{ 0x0497, 80 }, // U+0497
{ 0x0498, 67 }, // U+0498
{ 0x0499, 81 }, // U+0499
{ 0x049B, 77 }, // U+049B
{ 0x049D, 77 }, // U+049D
{ 0x049F, 77 }, // U+049F
{ 0x04A1, 77 }, // U+04A1
{ 0x04A3, 77 }, // U+04A3
{ 0x04A5, 77 }, // U+04A5
{ 0x04A7, 77 }, // U+04A7
{ 0x04A8, 59 }, // U+04A8
{ 0x04A9, 103 }, // U+04A9
{ 0x04AA, 59 }, // U+04AA
{ 0x04AB, 79 }, // U+04AB
{ 0x04AC, 58 }, // U+04AC
{ 0x04AD, 86 }, // U+04AD
{ 0x04AE, 104 }, // U+04AE
{ 0x04AF, 101 }, // U+04AF
{ 0x04B0, 104 }, // U+04B0
{ 0x04B1, 101 }, // U+04B1
{ 0x04B2, 71 }, // U+04B2
{ 0x04B3, 89 }, // U+04B3
{ 0x04B4, 58 }, // U+04B4
{ 0x04B5, 86 }, // U+04B5
{ 0x04B6, 72 }, // U+04B6
{ 0x04B7, 90 }, // U+04B7
{ 0x04B8, 72 }, // U+04B8
{ 0x04B9, 90 }, // U+04B9
{ 0x04BC, 105 }, // U+04BC
{ 0x04BD, 106 }, // U+04BD
{ 0x04BE, 105 }, // U+04BE
{ 0x04BF, 106 }, // U+04BF
{ 0x04C1, 66 }, // U+04C1
{ 0x04C2, 80 }, // U+04C2
{ 0x04C4, 77 }, // U+04C4
{ 0x04C5, 62 }, // U+04C5
{ 0x04C6, 82 }, // U+04C6
{ 0x04C8, 77 }, // U+04C8
{ 0x04CA, 77 }, // U+04CA
{ 0x04CB, 72 }, // U+04CB
{ 0x04CC, 90 }, // U+04CC
{ 0x04CE, 83 }, // U+04CE
{ 0x04D0, 64 }, // U+04D0
{ 0x04D1, 75 }, // U+04D1
{ 0x04D2, 64 }, // U+04D2
{ 0x04D3, 75 }, // U+04D3
{ 0x04D4, 107 }, // U+04D4
{ 0x04D5, 108 }, // U+04D5
{ 0x04D7, 79 }, // U+04D7
{ 0x04D8, 109 }, // U+04D8
{ 0x04D9, 110 }, // U+04D9
{ 0x04DA, 109 }, // U+04DA
{ 0x04DB, 110 }, // U+04DB
{ 0x04DC, 66 }, // U+04DC
{ 0x04DD, 80 }, // U+04DD
{ 0x04DE, 67 }, // U+04DE
{ 0x04DF, 81 }, // U+04DF
{ 0x04E0, 111 }, // U+04E0
{ 0x04E1, 112 }, // U+04E1
{ 0x04E3, 77 }, // U+04E3
{ 0x04E5, 77 }, // U+04E5
{ 0x04E6, 69 }, // U+04E6
{ 0x04E7, 84 }, // U+04E7
{ 0x04E8, 69 }, // U+04E8
{ 0x04E9, 84 }, // U+04E9
{ 0x04EA, 69 }, // U+04EA
{ 0x04EB, 84 }, // U+04EB
{ 0x04EC, 73 }, // U+04EC
{ 0x04ED, 81 }, // U+04ED
{ 0x04EE, 63 }, // U+04EE
{ 0x04EF, 87 }, // U+04EF
{ 0x04F0, 63 }, // U+04F0
{ 0x04F1, 87 }, // U+04F1
{ 0x04F2, 63 }, // U+04F2
{ 0x04F3, 87 }, // U+04F3
{ 0x04F4, 72 }, // U+04F4
{ 0x04F5, 90 }, // U+04F5
{ 0x04F7, 77 }, // U+04F7
{ 0x04F9, 77 }, // U+04F9
feat: Vietnamese glyphs support (#1147) ## Summary * **What is the goal of this PR?** Add Vietnamese glyphs support for the reader's built-in fonts, enabling proper rendering of Vietnamese text in EPUB content. * **What changes are included?** - Added 3 new Unicode intervals to `fontconvert.py` covering Vietnamese characters: - **Latin Extended-B** (Vietnamese subset only): `U+01A0–U+01B0` — Ơ/ơ, Ư/ư - **Vietnamese Extended**: `U+1EA0–U+1EF9` — All precomposed Vietnamese characters with tone marks (Ả, Ấ, Ầ, Ẩ, Ẫ, Ậ, Ắ, …, Ỹ) - Re-generated all 54 built-in font header files (Bookerly, Noto Sans, OpenDyslexic, Ubuntu across all sizes and styles) to include the new Vietnamese glyphs. ## Additional Context * **Scope**: This PR only covers the **reader** fonts. The outer UI still uses the Ubuntu font which does not fully support Vietnamese — UI and i18n will be addressed in a follow-up PR (per discussion in PR #1124). * **Memory impact**: | Metric | Before | After | Delta | |---|---|---|---| | Flash Data (`.rodata`) | 2,971,028 B | 3,290,748 B | **+319,720 B (+10.8%)** | | Total image size | 4,663,235 B | 4,982,955 B | **+319,720 B (+6.9%)** | | Flash usage | 69.1% | 74.0% | **+4.9 pp** | | RAM usage | 29.0% | 29.0% | **No change** | * **Risk**: Low — this is a data-only change (font glyph tables in `.rodata`). No logic changes, no RAM impact. Flash headroom remains comfortable at 74%. --- ### AI Usage Did you use AI tools to help write this code? _**PARTIALLY**_ AI was used to identify the minimal set of Unicode ranges needed for Vietnamese support and to assist with the PR description. --------- Co-authored-by: danoooob <danoooob@example.com>
2026-02-25 00:21:39 +07:00
{ 0x1EF2, 24 }, // U+1EF2
{ 0x1EF3, 42 }, // U+1EF3
feat: Support for kerning and ligatures (#873) ## Summary **What is the goal of this PR?** Improved typesetting, including [kerning](https://en.wikipedia.org/wiki/Kerning) and [ligatures](https://en.wikipedia.org/wiki/Ligature_(writing)#Latin_alphabet). **What changes are included?** - The script to convert built-in fonts now adds kerning and ligature information to the generated font headers. - Epub page layout calculates proper kerning spaces and makes ligature substitutions according to the selected font. ![3U1B1808](https://github.com/user-attachments/assets/1accb16f-2f1a-41e5-adca-89f1f1348494) ![3U1B1810](https://github.com/user-attachments/assets/2f6bd007-490e-420f-b774-3380b4add7ea) ![3U1B1815](https://github.com/user-attachments/assets/1986bb77-2db0-46e2-a5d6-8315dae9eb19) ## Additional Context - I am not a typography expert. - The implementation has been reworked from the earlier version, so it is no longer necessary to omit Open Dyslexic, and kerning data now covers all fonts, styles, and codepoints for which we include bitmap data. - Claude Opus 4.6 helped with a lot of this. - There's an included test epub document with lots of kerning and ligature examples, shown in the photos. **_After some time to mature, I think this change is in decent shape to merge and get people testing._** After opening this PR I came across #660, which overlaps in adding ligature support. --- ### AI Usage While CrossPoint doesn't have restrictions on AI tools in contributing, please be transparent about their usage as it helps set the right context for reviewers. Did you use AI tools to help write this code? _**YES, Claude Opus 4.6**_ --------- Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-24 02:31:43 -06:00
{ 0x2013, 7 }, // U+2013
{ 0x2014, 7 }, // U+2014
{ 0x2018, 113 }, // U+2018
{ 0x2019, 114 }, // U+2019
{ 0x201A, 115 }, // U+201A
{ 0x201C, 113 }, // U+201C
{ 0x201D, 114 }, // U+201D
{ 0x201E, 115 }, // U+201E
{ 0x2026, 6 }, // U+2026
{ 0x2039, 46 }, // U+2039
{ 0x203A, 47 }, // U+203A
{ 0xFB00, 33 }, // U+FB00
{ 0xFB01, 33 }, // U+FB01
{ 0xFB02, 33 }, // U+FB02
{ 0xFB03, 33 }, // U+FB03
{ 0xFB04, 33 }, // U+FB04
};
static const int8_t ubuntu_12_boldKernMatrix[] = {
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2, 0, 0, -3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -3, -2, 0, -2, -2, 0, 0, 0, 0, -1, 0, 0, 0, 0, -1, 0, 0, -2, -1, 0, 0, -2, -1, -1, 0, 0, 0, -2, 0, 0, 0, 0, 0, -1, 0, -1, -1, 0, 0, 0, 0, 0, -1, 0, 0, 0, -3, -1, 0, -1, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, -1, 0, -2, 0, -2, -1, 0, -3, 0, 0, 0, 0, -1, 0, -1, -1, 0, 0, 0, 0, 0, 0, -1, -1, 0, -1, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, -1, 2, -1, 0, -1, 0, 0, 0, -1, 0, 0, -1, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, -1, -1, 2, -1, -1, 0, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, -1, 0, 0, 0, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, 0, 0, 0, 0, -1, -1, -1, 0, -1, 0, 0, 0, -1, -1, 0, 0, 0, -1, 0, -1, 0, 0, -1, 0, 0, -1, -1, 0, 2, 0, 0, 0, -1, 0, 0, -1, 0, -1, -1, -1, 0, 0, 0, 0, 0,
0, 0, -1, 0, -1, 0, 0, 0, 0, 0, -1, -1, 0, 0, -1, 0, 0, 0, -1, 0, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, -1, -1, 0, -1, -1, 0, -1, -1, 0, 0, 0, -1, 0, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, -1, -1, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -2, 0, 0, -3, -1, 0, 0, 0, 0, 0, 0, -1, -1, 0, 0, 0, 0, -1, 0, -1, -1, 0, -1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -4, -1, 0, 0, 0, -2, 0, 0, -1, 0, 0, 0, 0, -3, -2, -1, -2, -2, -1, -1, -1, 0, 0, -1, 0, -1, 0, -1, 0, 0, -2, -1, 0, 0, -2, -1, -1, 0, 0, 0, -1, 0, 0, 0, 0, 0, -1, 0, -1, -1, 0, -1, 0, 0, 0, -1, 0, 0, 0, -2, -1, -1, 0, -1, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 1, 0, -1, 0, -3, -1, -3, -2, 0, -3, 0, 0, 0, 0, -1, 0, -1, -1, 0, 0, 0, 0, 0, 0, -2, -2, 0, -2, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, -1, 0, 0, 0, 0, -3, -1, 0, 1, 0, 0, 0, 0, 0, 0, 0, -1, -1, 0, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, -1, 0, 0, -2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, -2, -3, -2, 0, 0, -1, 0, 0, -2, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, -2, 0, -1, 0, -1, -2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2, 0, -1, -1, 0, -1, 0, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -2, 0, -1, -2, 0, -1, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 0, -1, 0, -2, -2, 0, 0, -1, -1, 0, -1, 0, 0, 0, 0, -1, 0, 0, 0, 0, -3, -1, 0, 0, 0, -2, 0, 0, 0, 0, 1, -1, 0, -2, -2, 0, -2, -2, 0, 0, 0, -1, -1, 0, 0, 0, -1, -1, -1, -1, -2, -1, 0, 0, -2, -1, -2, -1, 0, 0, -1, 0, 0, 0, 0, -1, -1, 0, -1, -1, 0, 0, 0, 0, 0, -1, 0, 0, 0, -2, -1, 0, -1, 0, -1, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2, 0, -1, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, -1, 0, 0, 0, -1, 0, -1, -1, -1, -2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, -1, -1, 0, -1, -1, 0, -1, -1, 0, 0, 0, -1, 0, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, -1, 0, 0, 0, -1, 0, 0, 0, 0,
-2, 0, -1, 0, -2, 0, 0, 0, 0, -1, 0, 0, 0, -1, 0, 0, -1, 0, -3, -1, -2, -1, 0, -3, 0, 0, -2, -1, -1, 0, -1, -1, 0, 0, 0, 0, 0, 0, -1, -1, 0, -1, 0, -1, 0, -1, 0, 0, -1, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2, -2, 1,
0, 0, 0, -1, -1, 0, 0, -1, 0, -1, 0, -1, 0, 0, 0, 0, 0, 0, -1, 0, -1, -1, -1, -1, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, -1, -1, 0, -1, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, -1, 0, -1, 0, -1, 0, 0, 0, 0, 0, 0, -1, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, -1, 0, -1, 0, -2, 0, -1, 0, -1, 0, 0, -1, 0, 0, 0, -1, 0, -1, -1, -1, -2, -1, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1,
0, -1, -1, 0, 0, -2, 0, -2, 0, 0, -1, -2, 0, -1, -2, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, -1, 0, 0, -1, -1, 0, -1, 0, 0, -1, 0, -1, 0, 0, 0, -1, -3, -1, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, -2,
0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, -1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0,
0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, -1, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, -1, -1, 0, -1, 0, -2, 0, 0, 0, -1, 0, 0, -2, 0, 0, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, -1, 0, 0, 0, 0, -1, -1, -2, -2, 0, -2, 0, -1, 0, -2, 0, 0, -1, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
-3, 0, 0, 0, -3, 1, -1, 0, 0, -1, 0, 0, 0, -1, 0, 0, -1, 0, -2, -1, -3, -2, 0, -3, 0, 0, -2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2, -1, 0, -2, 0, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2, -2, 1,
0, 0, 0, 0, -1, 0, 0, -1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, -1, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, 0,
0, -1, 0, -1, 0, -3, 0, -2, 0, 0, 0, -2, 0, 0, -3, 0, 0, 0, 0, 0, 0, 0, -1, -1, 0, -1, 0, -1, -1, 0, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, 0, -4, -1, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -3,
0, 0, 0, -1, 0, -1, 0, -2, 0, -1, 0, -1, 0, 0, -1, 0, 0, 0, -1, 0, -1, -1, -1, -2, -1, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1,
0, 0, 0, 0, -1, 0, -1, 0, 0, -1, -1, 0, 0, -1, 0, 0, -1, 0, -1, -1, -1, 0, 0, -1, 0, 0, -1, -1, -1, 0, -1, -1, 0, 0, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, -1, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, -1, -1, 0, 0, -1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, -1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0,
0, -1, -1, 0, 0, -3, -2, -3, -2, 0, -1, -3, 0, -1, -3, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, -2, 0, -2, -2, 0, 0, -2, -2, 0, -2, -2, -2, -2, -2, -2, -1, 0, -2, -2, -3, -2, -1, 0, 1, -3, 1, 0, 0, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2,
0, 0, 0, 0, 0, -1, 0, -2, 0, 0, 0, -1, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, -1, -1, 0, 0, -2, -1, -3, -1, 0, -1, -2, 0, -1, -3, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, -2, 0, -2, -2, 0, 0, -1, -1, 0, -1, 0, 0, 0, 0, -1, -1, 0, -1, 0, -4, -2, 0, 0, 1, -2, 1, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2,
0, -1, -1, 0, 0, -2, 0, -2, 0, 0, -1, -1, 0, -1, -2, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, -1, 0, -1, -1, 0, 0, -1, -1, 0, -1, 0, 0, 0, 0, 0, -1, 0, -1, 0, -2, -1, 0, 0, 1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, -1,
0, -1, -1, 0, -1, 0, -1, 0, 0, 0, -1, 0, 0, -1, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, -1, 0, 0, 0, 0, 0, -1, -1, -1, 0, -1, 0, -1, 0, -1, 0, 0, -1, 0, 0, 1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, -2, -1, 0, -1, -3, -2, -3, -1, 0, -2, -3, 0, -2, -3, -1, -2, -1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, -2, 0, -3, -3, 0, 0, -1, -2, 0, -1, -1, 0, -1, -1, -1, -1, 0, -2, -1, -4, -4, 0, 0, 1, -3, 1, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2,
0, -1, 0, 0, 0, 0, -1, 0, 0, 0, -1, 0, 0, -1, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, -1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, -1, 0, -1, -1, 0, 2, -1, -1, 0, -1, -1, -1, -1, 0, -1, 0, 0, 0, 0, -1, -1, 0, 0, 0, -1, 0, 0, 0, 0, 0, -1, -1, -1, -1, 0, -1, 0, 0, 0, 0, -1, -1, 0, 0, 0, -1, -1, -1, -1, 0, -1, -1, -1, -1, -1, -1, 0, -1, 0, -1, -1, -1, -1, -1, -1, -1, 0, -1, -1, 0, 2, 0, -1, -1, -1, 0, 0, -1, 0, -1, 0, -1, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, 0, -1, -1, 0, -3, -1, -3, -2, 0, -3, 0, 0, 0, 0, -1, 0, -1, -1, 0, 3, 0, 0, -1, -1, -1, -1, 0, 1, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, -1, 0, 0, -1, 0, 0, 0,
-1, 0, 0, -1, -1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, 0, -1, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, 0,
-1, 0, 0, -1, -1, -1, 0, -1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, 0,
0, 0, 0, 0, 0, 0, -1, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, 0, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, -1, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, -1, -1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 1, 0, -2, 0, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 1, -1, 0, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, -1, 0, 0, 1, -1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, -2,
0, 0, 0, -1, -1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, 0,
-1, 0, 0, -1, -1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, 0, -1, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, 0,
0, 0, 0, 0, -1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, 0,
0, 0, 0, 0, -1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, 0,
0, -1, -1, 0, 0, 0, -2, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, 0, -1, -1, 0, 0, 0, 0, -1, -1, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, -1, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, -1, -1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, 0, -1, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, 0,
0, 0, 0, -1, -1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, -1, -1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, 0,
0, -1, 0, 0, 0, -2, 0, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, 0, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, -1, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, -2,
0, 0, 0, -1, -1, 0, 0, -1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, -1, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, 0, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, -1, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, -1, -1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, 0,
0, -1, 0, 0, 0, -2, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, 0, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2,
0, -1, 0, 0, 0, -2, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, 0, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, -1,
0, -1, -1, 0, 0, 0, -1, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, 0, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, -1, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, 0, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, 0, -1, 0, 0, 0, 0, 0, 0, -1, -1, 0, 0, 0, -1, -1, -1, -1, 0, -1, 0, -1, 0, -1, -1, 0, -1, 0, -1, 0, -1, -1, -1, -1, -1, 0, -1, -1, 0, 1, 0, 0, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, -1, 0, -1, 0, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, -1, 0, -1, -1, 0, 0, 0, -1, 0, -1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, -1, -1, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2, 0, -1, -1, 0, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, -1, 0, 0, -1, -2, 0, -2, -1, -1, -2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2, 0, -1, -1, -1, -1, -1, -1, -2, -1, 0, 0, 0, -1, 0, -1, -1, 0, 0, 0, -1, 0, -1, 0, -1, 0, 0, 0, 0, 0, 0, -1, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2, 0, 0, -1, 0, 0, 0, -1, -1, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2, -1, -1, -2, -1, -1, -1, -3, -1, -2, -2, -2, -2, -2, 0, 0, 0, -1, -1, -1, -1, -1, 1, -1, -1, -1, -1, -1, -1, -1, 0, -1, 0, 0, 0, 0, -2, -1, -1, -1, -1, -2, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, -1, 0, -2, 0, -2, 0, -1, 0, -1, 0, 0, -2, 0, 0, 0, -1, 0, -1, -1, -1, -1, -1, 0, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, -2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
-1, 0, 0, -1, -2, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2, -2, 0,
0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
-1, 0, 0, -1, -1, 0, 0, -1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, -1, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, 0,
0, 0, 0, 1, 0, -1, -1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 1, -1, 0, -1, -1, 0, 0, -1, -1, 0, -1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, -1, 1, 2, 3, 0, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
-1, 0, 0, 0, -1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, 0,
feat: Vietnamese glyphs support (#1147) ## Summary * **What is the goal of this PR?** Add Vietnamese glyphs support for the reader's built-in fonts, enabling proper rendering of Vietnamese text in EPUB content. * **What changes are included?** - Added 3 new Unicode intervals to `fontconvert.py` covering Vietnamese characters: - **Latin Extended-B** (Vietnamese subset only): `U+01A0–U+01B0` — Ơ/ơ, Ư/ư - **Vietnamese Extended**: `U+1EA0–U+1EF9` — All precomposed Vietnamese characters with tone marks (Ả, Ấ, Ầ, Ẩ, Ẫ, Ậ, Ắ, …, Ỹ) - Re-generated all 54 built-in font header files (Bookerly, Noto Sans, OpenDyslexic, Ubuntu across all sizes and styles) to include the new Vietnamese glyphs. ## Additional Context * **Scope**: This PR only covers the **reader** fonts. The outer UI still uses the Ubuntu font which does not fully support Vietnamese — UI and i18n will be addressed in a follow-up PR (per discussion in PR #1124). * **Memory impact**: | Metric | Before | After | Delta | |---|---|---|---| | Flash Data (`.rodata`) | 2,971,028 B | 3,290,748 B | **+319,720 B (+10.8%)** | | Total image size | 4,663,235 B | 4,982,955 B | **+319,720 B (+6.9%)** | | Flash usage | 69.1% | 74.0% | **+4.9 pp** | | RAM usage | 29.0% | 29.0% | **No change** | * **Risk**: Low — this is a data-only change (font glyph tables in `.rodata`). No logic changes, no RAM impact. Flash headroom remains comfortable at 74%. --- ### AI Usage Did you use AI tools to help write this code? _**PARTIALLY**_ AI was used to identify the minimal set of Unicode ranges needed for Vietnamese support and to assist with the PR description. --------- Co-authored-by: danoooob <danoooob@example.com>
2026-02-25 00:21:39 +07:00
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
feat: Support for kerning and ligatures (#873) ## Summary **What is the goal of this PR?** Improved typesetting, including [kerning](https://en.wikipedia.org/wiki/Kerning) and [ligatures](https://en.wikipedia.org/wiki/Ligature_(writing)#Latin_alphabet). **What changes are included?** - The script to convert built-in fonts now adds kerning and ligature information to the generated font headers. - Epub page layout calculates proper kerning spaces and makes ligature substitutions according to the selected font. ![3U1B1808](https://github.com/user-attachments/assets/1accb16f-2f1a-41e5-adca-89f1f1348494) ![3U1B1810](https://github.com/user-attachments/assets/2f6bd007-490e-420f-b774-3380b4add7ea) ![3U1B1815](https://github.com/user-attachments/assets/1986bb77-2db0-46e2-a5d6-8315dae9eb19) ## Additional Context - I am not a typography expert. - The implementation has been reworked from the earlier version, so it is no longer necessary to omit Open Dyslexic, and kerning data now covers all fonts, styles, and codepoints for which we include bitmap data. - Claude Opus 4.6 helped with a lot of this. - There's an included test epub document with lots of kerning and ligature examples, shown in the photos. **_After some time to mature, I think this change is in decent shape to merge and get people testing._** After opening this PR I came across #660, which overlaps in adding ligature support. --- ### AI Usage While CrossPoint doesn't have restrictions on AI tools in contributing, please be transparent about their usage as it helps set the right context for reviewers. Did you use AI tools to help write this code? _**YES, Claude Opus 4.6**_ --------- Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-24 02:31:43 -06:00
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0,
-1, 0, 0, -1, -1, 0, 0, -1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, -1, -1, 0, -1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0,
0, 0, -1, 0, 0, -3, -2, -3, -2, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -2, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -3, -2, 0, -3, -2, 0, 0, -1, -1, -1, 0, 0, 0, -1, -2, -1, -2, -2, -2, 0, -1, -2, -2, -2, -2, 0, 0, -2, -2, -2, 0, -2, -2, -2, 0, -2, -2, 0, 0, 0, 0, 0, -2, 0, 0, -3, -3, -2, -1, -2, 0, -2, 0, 0, 0,
0, 0, -1, 0, -1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, -1, 0, 0, -1, 0, 0, 0,
-1, 0, -1, -1, -1, 0, 0, -1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, 0, -1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, -2, -1, 0, 0,
0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
-2, 0, 0, -1, -1, 0, 0, -1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2, 0, -1, 0, 0, -1, 0, 0, -1, 0, 0, 0, 0, -1, -1, -1, -1, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, -1, -1, 0, -1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, -2, 0, 0, 0, 0, 0, 0, 0, -1, -2, -2, 0,
-2, 0, 0, 0, -1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0, -1, -1, -1, 0,
0, 0, -1, 0, -1, 0, -2, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2, -2, 0, 0, 0, 0, -1, -1, 0, 0, -1, 0, 0, 0, 0, -1, 0, -1, -1, -1, 0, -2, -1, 0, 0, 0, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, -1, -2, 0, 0, -1, -1, 0, -2, 0, 0, 0,
0, 0, -1, 0, 0, -2, -1, -3, -1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -3, -2, 0, -2, -2, 0, 0, -1, -1, -1, 0, 0, 0, -1, -2, -1, -1, -2, -1, 0, 0, -2, -1, -2, -1, 0, 0, -1, 0, 0, 0, 0, -1, -1, 0, -1, -1, 1, 0, 0, 0, 0, -1, 0, 0, 0, -2, -1, 0, -1, 0, 0, 0, 0, 0,
-2, 0, -1, 0, -2, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -3, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, 0, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, -1, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, -2, -1, -1, 0, 0, -1, 0, 0, -2, -2, -2, 0,
0, 0, 0, -1, -1, 0, 0, -1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
-1, 0, 0, 0, -1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0, 0, -1, -1, 0,
0, 0, -1, 0, -1, 0, -2, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2, -2, 0, 0, 0, 0, -1, -1, 0, 0, -1, 0, 0, 0, 0, -1, 0, -1, -1, -1, 0, -1, -1, 0, 0, 0, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, -1, -2, 0, 0, -1, -1, 0, -2, 0, 0, 0,
0, 0, 0, -1, -1, 0, 0, -1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, -1, -1, -1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, 0,
0, 0, 0, -1, 0, -1, 0, -2, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, -1, 0, -1, -1, 0, -1, -1, 0, 0, 0, -1, 0, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, -1, 0, 0, 0, -1, 0, 0, 0, 0,
0, 0, 0, -1, 0, -3, 0, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -3, -2, 0, -2, -2, -1, -1, 0, 0, 0, -1, 0, -1, 0, -1, 0, 0, -2, 0, 0, 0, -2, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, -1, 0, 0, -3, -2, -3, -2, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -2, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -3, -2, 0, -3, -2, 0, 0, -1, -1, -1, 0, 0, 0, 0, -2, 0, 0, -2, -2, 0, 0, -2, -1, -2, 0, 0, 0, -2, -2, 0, 0, 0, 0, -1, 0, -2, -2, 1, 0, 0, 0, 0, -2, 0, 0, 0, -2, -1, 0, -1, 0, 0, 0, 0, 0,
-1, 0, 0, -1, 0, -1, 0, -1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, -1, -1, -1, -1, -1, -2, -1, 0, 0, 0, -1, 0, -1, -1, 0, 0, 0, -1, 0, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, -1, 0, 0, 0, -1, 0, 0, -1, 0, 0, 0, -1, 0, 0, 0, 0,
0, 0, -1, 0, -1, 0, -1, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, 0, 0, 0, 0, 0, -1, 0, 0, -1, 0, 0, 0, 0, -1, 0, -1, -1, -1, 0, -1, -1, 0, 0, 0, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, -1, 0, 0, -1, -1, 0, -1, 0, 0, 0,
-1, 0, 0, -1, -1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, 0,
0, 0, 0, 0, -1, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0,
0, 0, 0, 0, 0, -2, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
-1, 0, 0, 0, -1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, 0,
-1, 0, 0, -1, -1, -1, 0, -1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, 0,
0, 0, -1, 0, 0, 0, -2, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, -1, 0, 0, 0, 0, -1, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
-1, 0, 0, -1, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, -1, 0, 0, 0, -2, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, -1, 0, 0, 0, 0, -1, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, -1, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0,
-1, 0, 0, -1, -1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0,
-1, 0, 0, -1, -1, -1, 0, -1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, 0,
-1, 0, 0, -1, -1, 0, 0, -1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, 0,
0, 0, 0, 0, 0, 0, -1, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, -1, 0, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, -1, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, -1, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
-2, 0, 0, -1, -1, 0, 0, -1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, 0, 0, 0, 0, -1, -1, 0, -1, -1, 0, 0, 0, -1, -1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -2, -1, 0,
0, 0, -1, 0, 0, 0, -1, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, -1, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
-2, 0, 0, -1, -2, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -2, -2, 0,
-1, 0, 0, -1, -1, -1, 0, -1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, 0,
-1, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, -1, -1, 0, 0, -1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0,
0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0,
-1, 0, -1, -1, -1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, 0,
-2, 0, 0, -1, -2, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, 0, 0, -1, -1, 0, 0, -1, -1, 0, 0, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2, -2, -1, 0,
0, 0, -1, 0, 0, -3, -2, -2, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -3, -2, 0, -2, -2, 0, 0, 0, -1, -1, 0, 0, 0, 0, -1, 0, -1, -2, -2, 0, 0, -2, -1, -2, -1, 0, 0, -2, 0, 0, 0, 0, 0, -2, 0, -2, -1, 0, 0, 0, 0, 0, -2, 0, 0, -1, -3, -1, 0, -1, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, -2, 0, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
-1, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0,
-3, 0, -1, 0, -2, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2, 0, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, -3, -3, 0,
-1, 0, 0, 0, -1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2, 0, -1, 0, 0, -1, 0, 0, -1, 0, 0, 0, 0, -1, 0, -1, -1, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, 0,
-2, 0, 0, 0, -1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2, -2, 0,
0, 0, -1, 0, 0, -2, -2, -2, -1, 0, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -2, -2, 0, -2, -2, 0, 0, -1, -1, -1, 0, 0, 0, -1, -1, -1, -1, -2, -2, 0, -1, -2, -2, -2, -1, 0, 0, -2, 0, -1, 0, -1, -1, -2, 0, -2, -2, 0, 0, 0, 0, 0, -2, 0, 0, -1, -2, -1, 0, -1, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
-2, 0, -1, -1, -1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2, -1, 0, 0, 0, 0, 0, 0, 0, -2, -2, 0,
0, 0, 0, -1, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, -1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, -1, -1, 0, 0, -1, 0, 0, 0, 0, 0, 0,
0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, -1, 0, -1, 0, -1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, -1, 0, -1, -1, 0, 0, 0, -1, 0, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, -1, 0, 0, 0, -1, 0, 0, 0, 0,
0, 0, 0, 0, -1, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, -1, -1, 0, -1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0,
0, 0, -1, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -3, 0, -1, -3, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, -2, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -5, -1, 0, 0, 0, -2, 0, 0, 0, 0, 0, 0, 0, -3, -2, 0, -3, -2, 0, 0, -1, -1, -1, 0, 0, 0, 0, -1, 0, 0, -2, -1, 0, 0, -2, -1, -2, 0, 0, 0, -2, 0, 0, 0, 0, 0, -1, 0, -1, -1, 0, 0, 0, 0, 0, -1, 0, 0, 0, -3, -1, 0, -1, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -3, 0, -1, -3, 0, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2, -1, -2, -2, -1, 0, -2, -2, 0, -1, -1, -1, 0, -1, -1, 0, 0, 0, 0, -4, -2, -1, -1, -1, -2, -1, -1, 0, 0, 0, -1, -1, -3, -2, 0, -3, -2, 0, 0, 0, -1, -1, 0, 0, 0, -1, -2, 0, -1, -2, -2, 0, -1, -2, -1, -2, -1, 0, 0, -2, 0, 0, 0, -1, -1, -1, 0, -2, -2, 0, 0, 0, 0, 0, -2, 0, 0, -1, -3, -1, -1, -1, 0, -1, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, -1, 0, -2, -1, -4, -2, 0, -3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2, -1, 0, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
};
static const EpdLigaturePair ubuntu_12_boldLigaturePairs[] = {
{ 0x00660066, 0xFB00 }, // f f -> U+FB00
{ 0x00660069, 0xFB01 }, // f i -> U+FB01
{ 0x0066006C, 0xFB02 }, // f l -> U+FB02
{ 0xFB000069, 0xFB03 }, // U+FB00 i -> U+FB03
{ 0xFB00006C, 0xFB04 }, // U+FB00 l -> U+FB04
Aleo, Noto Sans, Open Dyslexic fonts (#163) ## Summary * Swap out Bookerly font due to licensing issues, replace default font with Aleo * I did a bunch of searching around for a nice replacement font, and this trumped several other like Literata, Merriwether, Vollkorn, etc * Add Noto Sans, and Open Dyslexic as font options * They can be selected in the settings screen * Add font size options (Small, Medium, Large, Extra Large) * Adjustable in settings * Swap out uses of reader font in headings and replaced with slightly larger Ubuntu font * Replaced PixelArial14 font as it was difficult to track down, replace with Space Grotesk * Remove auto formatting on generated font files * Massively speeds up formatting step now that there is a lot more CPP font source * Include fonts with their licenses in the repo ## Additional Context Line compression setting will follow | Font | Small | Medium | Large | X Large | | --- | --- | --- | --- | --- | | Aleo | ![IMG_5704](https://github.com/user-attachments/assets/7acb054f-ddef-4080-b3c8-590cfaf13115) | ![IMG_5705](https://github.com/user-attachments/assets/d4819036-5c89-486e-92c3-86094fa4d89a) | ![IMG_5706](https://github.com/user-attachments/assets/35caf622-d126-4396-9c3e-f927eba1e1f4) | ![IMG_5707](https://github.com/user-attachments/assets/af32370a-6244-400f-bea9-5c27db040b5b) | | Noto Sans | ![IMG_5708](https://github.com/user-attachments/assets/1f9264a5-c069-4e22-9099-a082bfcaabc5) | ![IMG_5709](https://github.com/user-attachments/assets/ef6b07fe-8d87-403a-b152-05f50b69b78e) | ![IMG_5710](https://github.com/user-attachments/assets/112a5d20-262c-4dc0-b67d-980b237e4607) | ![IMG_5711](https://github.com/user-attachments/assets/d25e0e1d-2ace-450d-96dd-618e4efd4805) | | Open Dyslexic | ![IMG_5712](https://github.com/user-attachments/assets/ead64690-f261-4fae-a4a2-0becd1162e2d) | ![IMG_5713](https://github.com/user-attachments/assets/59d60f7d-5142-4591-96b0-c04e0a4c6436) | ![IMG_5714](https://github.com/user-attachments/assets/bb6652cd-1790-46a3-93ea-2b8f70d0d36d) | ![IMG_5715](https://github.com/user-attachments/assets/496e7eb4-c81a-4232-83e9-9ba9148fdea4) |
2025-12-30 18:21:47 +10:00
};
static const EpdFontData ubuntu_12_bold = {
ubuntu_12_boldBitmaps,
ubuntu_12_boldGlyphs,
ubuntu_12_boldIntervals,
feat: Vietnamese glyphs support (#1147) ## Summary * **What is the goal of this PR?** Add Vietnamese glyphs support for the reader's built-in fonts, enabling proper rendering of Vietnamese text in EPUB content. * **What changes are included?** - Added 3 new Unicode intervals to `fontconvert.py` covering Vietnamese characters: - **Latin Extended-B** (Vietnamese subset only): `U+01A0–U+01B0` — Ơ/ơ, Ư/ư - **Vietnamese Extended**: `U+1EA0–U+1EF9` — All precomposed Vietnamese characters with tone marks (Ả, Ấ, Ầ, Ẩ, Ẫ, Ậ, Ắ, …, Ỹ) - Re-generated all 54 built-in font header files (Bookerly, Noto Sans, OpenDyslexic, Ubuntu across all sizes and styles) to include the new Vietnamese glyphs. ## Additional Context * **Scope**: This PR only covers the **reader** fonts. The outer UI still uses the Ubuntu font which does not fully support Vietnamese — UI and i18n will be addressed in a follow-up PR (per discussion in PR #1124). * **Memory impact**: | Metric | Before | After | Delta | |---|---|---|---| | Flash Data (`.rodata`) | 2,971,028 B | 3,290,748 B | **+319,720 B (+10.8%)** | | Total image size | 4,663,235 B | 4,982,955 B | **+319,720 B (+6.9%)** | | Flash usage | 69.1% | 74.0% | **+4.9 pp** | | RAM usage | 29.0% | 29.0% | **No change** | * **Risk**: Low — this is a data-only change (font glyph tables in `.rodata`). No logic changes, no RAM impact. Flash headroom remains comfortable at 74%. --- ### AI Usage Did you use AI tools to help write this code? _**PARTIALLY**_ AI was used to identify the minimal set of Unicode ranges needed for Vietnamese support and to assist with the PR description. --------- Co-authored-by: danoooob <danoooob@example.com>
2026-02-25 00:21:39 +07:00
42,
Aleo, Noto Sans, Open Dyslexic fonts (#163) ## Summary * Swap out Bookerly font due to licensing issues, replace default font with Aleo * I did a bunch of searching around for a nice replacement font, and this trumped several other like Literata, Merriwether, Vollkorn, etc * Add Noto Sans, and Open Dyslexic as font options * They can be selected in the settings screen * Add font size options (Small, Medium, Large, Extra Large) * Adjustable in settings * Swap out uses of reader font in headings and replaced with slightly larger Ubuntu font * Replaced PixelArial14 font as it was difficult to track down, replace with Space Grotesk * Remove auto formatting on generated font files * Massively speeds up formatting step now that there is a lot more CPP font source * Include fonts with their licenses in the repo ## Additional Context Line compression setting will follow | Font | Small | Medium | Large | X Large | | --- | --- | --- | --- | --- | | Aleo | ![IMG_5704](https://github.com/user-attachments/assets/7acb054f-ddef-4080-b3c8-590cfaf13115) | ![IMG_5705](https://github.com/user-attachments/assets/d4819036-5c89-486e-92c3-86094fa4d89a) | ![IMG_5706](https://github.com/user-attachments/assets/35caf622-d126-4396-9c3e-f927eba1e1f4) | ![IMG_5707](https://github.com/user-attachments/assets/af32370a-6244-400f-bea9-5c27db040b5b) | | Noto Sans | ![IMG_5708](https://github.com/user-attachments/assets/1f9264a5-c069-4e22-9099-a082bfcaabc5) | ![IMG_5709](https://github.com/user-attachments/assets/ef6b07fe-8d87-403a-b152-05f50b69b78e) | ![IMG_5710](https://github.com/user-attachments/assets/112a5d20-262c-4dc0-b67d-980b237e4607) | ![IMG_5711](https://github.com/user-attachments/assets/d25e0e1d-2ace-450d-96dd-618e4efd4805) | | Open Dyslexic | ![IMG_5712](https://github.com/user-attachments/assets/ead64690-f261-4fae-a4a2-0becd1162e2d) | ![IMG_5713](https://github.com/user-attachments/assets/59d60f7d-5142-4591-96b0-c04e0a4c6436) | ![IMG_5714](https://github.com/user-attachments/assets/bb6652cd-1790-46a3-93ea-2b8f70d0d36d) | ![IMG_5715](https://github.com/user-attachments/assets/496e7eb4-c81a-4232-83e9-9ba9148fdea4) |
2025-12-30 18:21:47 +10:00
29,
24,
-5,
false,
perf: Reduce overall flash usage by 30.7% by compressing built-in fonts (#831) ## Summary **What is the goal of this PR?** Compress reader font bitmaps to reduce flash usage by 30.7%. **What changes are included?** - New `EpdFontGroup` struct and extended `EpdFontData` with `groups`/`groupCount` fields - `--compress` flag in `fontconvert.py`: groups glyphs (ASCII base group + groups of 8) and compresses each with raw DEFLATE - `FontDecompressor` class with 4-slot LRU cache for on-demand decompression during rendering - `GfxRenderer` transparently routes bitmap access through `getGlyphBitmap()` (compressed or direct flash) - Uses `uzlib` for decompression with minimal heap overhead. - 48 reader fonts (Bookerly, NotoSans 12-18pt, OpenDyslexic) regenerated with compression; 5 UI fonts unchanged - Round-trip verification script (`verify_compression.py`) runs as part of font generation ## Additional Context ## Flash & RAM | | baseline | font-compression | Difference | |--|--------|-----------------|------------| | Flash (ELF) | 6,302,476 B (96.2%) | 4,365,022 B (66.6%) | -1,937,454 B (-30.7%) | | firmware.bin | 6,468,192 B | 4,531,008 B | -1,937,184 B (-29.9%) | | RAM | 101,700 B (31.0%) | 103,076 B (31.5%) | +1,376 B (+0.5%) | ## Script-Based Grouping (Cold Cache) Comparison of uncompressed baseline vs script-based group compression (4-slot LRU cache, cleared each page). Glyphs are grouped by Unicode block (ASCII, Latin-1, Latin Extended-A, Combining Marks, Cyrillic, General Punctuation, etc.) instead of sequential groups of 8. ### Render Time | | Baseline | Compressed (cold cache) | Difference | |---|---|---|---| | **Median** | 414.9 ms | 431.6 ms | +16.7 ms (+4.0%) | | **Pages** | 37 | 37 | | ### Memory Usage | | Baseline | Compressed (cold cache) | Difference | |---|---|---|---| | **Heap free (median)** | 187.0 KB | 176.3 KB | -10.7 KB | | **Heap free (min)** | 186.0 KB | 166.5 KB | -19.5 KB | | **Largest block (median)** | 148.0 KB | 128.0 KB | -20.0 KB | | **Largest block (min)** | 148.0 KB | 120.0 KB | -28.0 KB | ### Cache Effectiveness | | Misses/page | Hit rate | |---|---|---| | **Compressed (cold cache)** | 2.1 | 99.85% | ------ ### AI Usage While CrossPoint doesn't have restrictions on AI tools in contributing, please be transparent about their usage as it helps set the right context for reviewers. Did you use AI tools to help write this code? _**YES**_ Implementation was done by Claude Code (Opus 4.6) based on a plan developed collaboratively. All generated font headers were verified with an automated round-trip decompression test. The firmware was compiled successfully but has not yet been tested on-device. --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 20:30:15 +11:00
nullptr,
0,
feat: Support for kerning and ligatures (#873) ## Summary **What is the goal of this PR?** Improved typesetting, including [kerning](https://en.wikipedia.org/wiki/Kerning) and [ligatures](https://en.wikipedia.org/wiki/Ligature_(writing)#Latin_alphabet). **What changes are included?** - The script to convert built-in fonts now adds kerning and ligature information to the generated font headers. - Epub page layout calculates proper kerning spaces and makes ligature substitutions according to the selected font. ![3U1B1808](https://github.com/user-attachments/assets/1accb16f-2f1a-41e5-adca-89f1f1348494) ![3U1B1810](https://github.com/user-attachments/assets/2f6bd007-490e-420f-b774-3380b4add7ea) ![3U1B1815](https://github.com/user-attachments/assets/1986bb77-2db0-46e2-a5d6-8315dae9eb19) ## Additional Context - I am not a typography expert. - The implementation has been reworked from the earlier version, so it is no longer necessary to omit Open Dyslexic, and kerning data now covers all fonts, styles, and codepoints for which we include bitmap data. - Claude Opus 4.6 helped with a lot of this. - There's an included test epub document with lots of kerning and ligature examples, shown in the photos. **_After some time to mature, I think this change is in decent shape to merge and get people testing._** After opening this PR I came across #660, which overlaps in adding ligature support. --- ### AI Usage While CrossPoint doesn't have restrictions on AI tools in contributing, please be transparent about their usage as it helps set the right context for reviewers. Did you use AI tools to help write this code? _**YES, Claude Opus 4.6**_ --------- Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-24 02:31:43 -06:00
ubuntu_12_boldKernLeftClasses,
ubuntu_12_boldKernRightClasses,
ubuntu_12_boldKernMatrix,
feat: Vietnamese glyphs support (#1147) ## Summary * **What is the goal of this PR?** Add Vietnamese glyphs support for the reader's built-in fonts, enabling proper rendering of Vietnamese text in EPUB content. * **What changes are included?** - Added 3 new Unicode intervals to `fontconvert.py` covering Vietnamese characters: - **Latin Extended-B** (Vietnamese subset only): `U+01A0–U+01B0` — Ơ/ơ, Ư/ư - **Vietnamese Extended**: `U+1EA0–U+1EF9` — All precomposed Vietnamese characters with tone marks (Ả, Ấ, Ầ, Ẩ, Ẫ, Ậ, Ắ, …, Ỹ) - Re-generated all 54 built-in font header files (Bookerly, Noto Sans, OpenDyslexic, Ubuntu across all sizes and styles) to include the new Vietnamese glyphs. ## Additional Context * **Scope**: This PR only covers the **reader** fonts. The outer UI still uses the Ubuntu font which does not fully support Vietnamese — UI and i18n will be addressed in a follow-up PR (per discussion in PR #1124). * **Memory impact**: | Metric | Before | After | Delta | |---|---|---|---| | Flash Data (`.rodata`) | 2,971,028 B | 3,290,748 B | **+319,720 B (+10.8%)** | | Total image size | 4,663,235 B | 4,982,955 B | **+319,720 B (+6.9%)** | | Flash usage | 69.1% | 74.0% | **+4.9 pp** | | RAM usage | 29.0% | 29.0% | **No change** | * **Risk**: Low — this is a data-only change (font glyph tables in `.rodata`). No logic changes, no RAM impact. Flash headroom remains comfortable at 74%. --- ### AI Usage Did you use AI tools to help write this code? _**PARTIALLY**_ AI was used to identify the minimal set of Unicode ranges needed for Vietnamese support and to assist with the PR description. --------- Co-authored-by: danoooob <danoooob@example.com>
2026-02-25 00:21:39 +07:00
465,
441,
135,
feat: Support for kerning and ligatures (#873) ## Summary **What is the goal of this PR?** Improved typesetting, including [kerning](https://en.wikipedia.org/wiki/Kerning) and [ligatures](https://en.wikipedia.org/wiki/Ligature_(writing)#Latin_alphabet). **What changes are included?** - The script to convert built-in fonts now adds kerning and ligature information to the generated font headers. - Epub page layout calculates proper kerning spaces and makes ligature substitutions according to the selected font. ![3U1B1808](https://github.com/user-attachments/assets/1accb16f-2f1a-41e5-adca-89f1f1348494) ![3U1B1810](https://github.com/user-attachments/assets/2f6bd007-490e-420f-b774-3380b4add7ea) ![3U1B1815](https://github.com/user-attachments/assets/1986bb77-2db0-46e2-a5d6-8315dae9eb19) ## Additional Context - I am not a typography expert. - The implementation has been reworked from the earlier version, so it is no longer necessary to omit Open Dyslexic, and kerning data now covers all fonts, styles, and codepoints for which we include bitmap data. - Claude Opus 4.6 helped with a lot of this. - There's an included test epub document with lots of kerning and ligature examples, shown in the photos. **_After some time to mature, I think this change is in decent shape to merge and get people testing._** After opening this PR I came across #660, which overlaps in adding ligature support. --- ### AI Usage While CrossPoint doesn't have restrictions on AI tools in contributing, please be transparent about their usage as it helps set the right context for reviewers. Did you use AI tools to help write this code? _**YES, Claude Opus 4.6**_ --------- Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-24 02:31:43 -06:00
115,
ubuntu_12_boldLigaturePairs,
5,
Aleo, Noto Sans, Open Dyslexic fonts (#163) ## Summary * Swap out Bookerly font due to licensing issues, replace default font with Aleo * I did a bunch of searching around for a nice replacement font, and this trumped several other like Literata, Merriwether, Vollkorn, etc * Add Noto Sans, and Open Dyslexic as font options * They can be selected in the settings screen * Add font size options (Small, Medium, Large, Extra Large) * Adjustable in settings * Swap out uses of reader font in headings and replaced with slightly larger Ubuntu font * Replaced PixelArial14 font as it was difficult to track down, replace with Space Grotesk * Remove auto formatting on generated font files * Massively speeds up formatting step now that there is a lot more CPP font source * Include fonts with their licenses in the repo ## Additional Context Line compression setting will follow | Font | Small | Medium | Large | X Large | | --- | --- | --- | --- | --- | | Aleo | ![IMG_5704](https://github.com/user-attachments/assets/7acb054f-ddef-4080-b3c8-590cfaf13115) | ![IMG_5705](https://github.com/user-attachments/assets/d4819036-5c89-486e-92c3-86094fa4d89a) | ![IMG_5706](https://github.com/user-attachments/assets/35caf622-d126-4396-9c3e-f927eba1e1f4) | ![IMG_5707](https://github.com/user-attachments/assets/af32370a-6244-400f-bea9-5c27db040b5b) | | Noto Sans | ![IMG_5708](https://github.com/user-attachments/assets/1f9264a5-c069-4e22-9099-a082bfcaabc5) | ![IMG_5709](https://github.com/user-attachments/assets/ef6b07fe-8d87-403a-b152-05f50b69b78e) | ![IMG_5710](https://github.com/user-attachments/assets/112a5d20-262c-4dc0-b67d-980b237e4607) | ![IMG_5711](https://github.com/user-attachments/assets/d25e0e1d-2ace-450d-96dd-618e4efd4805) | | Open Dyslexic | ![IMG_5712](https://github.com/user-attachments/assets/ead64690-f261-4fae-a4a2-0becd1162e2d) | ![IMG_5713](https://github.com/user-attachments/assets/59d60f7d-5142-4591-96b0-c04e0a4c6436) | ![IMG_5714](https://github.com/user-attachments/assets/bb6652cd-1790-46a3-93ea-2b8f70d0d36d) | ![IMG_5715](https://github.com/user-attachments/assets/496e7eb4-c81a-4232-83e9-9ba9148fdea4) |
2025-12-30 18:21:47 +10:00
};