Skip to content

Extension +ascii_identifiers mishandles Turkish undotted-i #5433

@alerque

Description

@alerque

The Turkish undotted-i (ı) is not getting converted to it's ascii equivalent (i) as expected.

Actual:

$  pandoc -f markdown+ascii_identifiers -t native <<< "# Işık"
[Header 1 ("isk",[],[]) [Str "I\351\305k"]]

Expected:

$ pandoc -f markdown+ascii_identifiers -t native <<< "# Işık"
[Header 1 ("isik",[],[]) [Str "I\351\305k"]]

Note that iconv handles this as expected:

$ echo Işık | iconv -f utf-8 -t ascii//translit
Isik

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