Ticket #22 (closed defect: wontfix)
Umlaut Conversion
| Reported by: | Tobias Grimm <tobias.grimm@…> | Owned by: | deveiant |
|---|---|---|---|
| Milestone: | Markdown 1.0.1 | Component: | MarkdownSyntax |
| Version: | 1.0.0fc2 | Severity: | normal |
| Keywords: | markdown syntax umlaut conversion | Cc: |
Description
It would be nice, if at least the basic german umlauts would get converted, like this:
#Escape Umlauts text.gsub!(/ä/, 'ä') text.gsub!(/ö/, 'ö') text.gsub!(/ü/, 'ü') text.gsub!(/ß/, 'ß') text.gsub!(/Ä/, 'Ä') text.gsub!(/Ö/, 'Ö)
Tobias
Change History
Note: See
TracTickets for help on using
tickets.

I'll add tests for these and probably some more. Thanks for the report.