Skip to content

Asterisk encoding breaks content #475

@zeniko

Description

@zeniko

Text containing asterisks is wrongly encoded when the "Escape special characters" option is enabled. (Tested in the web version.)

Input:

@misc{asterisk, title = {What the f*ck} }

Expected:

@misc{asterisk,
	title        = {What the f{\textasteriskcentered}ck}
}

Or instead (which looks typographically closer to how it's rendered in most common fonts):

@misc{asterisk,
	title        = {What the f{*}ck}
}

Actual:

@misc{asterisk,
	title        = {What the f\textasteriskcenteredck}
}

(BTW: Thanks for this useful tool.)

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