Skip to content

Missing \u000a (line feed) character in fonts #187

@arichardson

Description

While trying to build documents with hardbreaks (in my case https://github.com/riscv/riscv-cheri) we end up with the following warning due to missing glyphs.

asciidoctor: WARNING: Could not locate the character `
' (\u000a) in the following fonts: body, M+ 1p Fallback, Droid Fallback

This causes build errors due to --failure-level=WARN in the Makefile (which I worked around in riscv/riscv-cheri@ddfc56f)

I thought this was an issue in asciidoc, but it turns out we appear to be missing the required glyph: asciidoctor/asciidoctor-pdf#2633. I was told M+ 1p Fallback should include this glyph but for some reason we don't have it here.
How was the contents of https://github.com/riscv/docs-resources/tree/main/fonts generated?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions