Ticket #22 (assigned defect)
Umlaut Conversion
| Reported by: | Tobias Grimm <tobias.grimm@…> | Owned by: | deveiant |
|---|---|---|---|
| Priority: | normal | 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.
