German Umlaut handling in urilize #761

Open
opened 2026-01-29 14:44:58 +00:00 by claunia · 0 comments
Owner

Originally created by @mos379 on GitHub (Oct 29, 2025).

When generating proper Ids for headers I ran into the problem that the German Umlauts are not handled properly and this causes some problems

e.g.
<h2 id="-revolution-re-funktionen">🚀 Revolutionäre Funktionen</h2>
while
<h2 id="-revolutionaere-funktionen">🚀 Revolutionäre Funktionen</h2>
would be appropriate.

since the IAutoIdentifierGenerator is not public its not possible to overwrite, so to include this in the implementation of the standard would be great.
so for example in the LinkHelper

Urilize.txt

Originally created by @mos379 on GitHub (Oct 29, 2025). When generating proper Ids for headers I ran into the problem that the German Umlauts are not handled properly and this causes some problems e.g. `<h2 id="-revolution-re-funktionen">🚀 Revolutionäre Funktionen</h2>` while `<h2 id="-revolutionaere-funktionen">🚀 Revolutionäre Funktionen</h2>` would be appropriate. since the IAutoIdentifierGenerator is not public its not possible to overwrite, so to include this in the implementation of the standard would be great. so for example in the LinkHelper [Urilize.txt](https://github.com/user-attachments/files/23208116/Urilize.txt)
claunia added the bugPR Welcome! labels 2026-01-29 14:44:58 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#761