Skip to content

Rare PUA unicode character for styling bullets in FODT output #6

@iandol

Description

@iandol

Hi, when converting to FODT, the styling information contains the following for list styling e.g.:

<text:list-level-style-bullet text:level="1" text:style-name="Numbering_20_Symbols" 
style:num-suffix="." text:bullet-char="">
        <style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
            <style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="0.5in" fo:text-indent="-0.25in" fo:margin-left="0.5in"/>
        </style:list-level-properties>
        <style:text-properties fo:font-family="starbats" style:font-charset="x-symbol"/>
    </text:list-level-style-bullet>

with a unicode PUA character (U+F095) being used:

text:bullet-char=""

This character doesn't seem to be represented in many fonts: http://www.utf8icons.com/character/61589/UTF-8-character

It certainly isn't in any of my OS X fonts. It references starbats font but that doesn't seem to contain F095 either. Could the default output be a more standard bullet character like • or others?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions