-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
IVS Disappears at End of Line #5785
Copy link
Copy link
Closed as duplicate of#5319
Labels
bugSomething isn't workingSomething isn't working
Description
Description
When typesetting with Typst, the Ideographic Variation Selector (IVS) \u{e0100} disappears at the end of a line. As a result, \u{845b}\u{e0100} (葛󠄀) is rendered as \u{845b} (葛󠄁) instead.
Example:
// export TYPST_FONT_PATHS=/usr/local/texlive/2024/texmf-dist/fonts/opentype
#set text(lang: "ja", font: "Harano Aji Mincho", 10pt) // IVS-capable font
#set page(width: 100pt, margin: 30pt)
\u{845b}\u{e0100}\u{845b}\u{e0100}\u{845b}\u{e0100}\u{845b}\u{e0100}\u{845b}\u{e0100}\u{845b}\u{e0100}
Reproduction URL
No response
Operating system
macOS
Typst version
- I am using the latest version of Typst
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working