Skip to content

Commit

Permalink
Merge pull request #8 from joshwnj/master
Browse files Browse the repository at this point in the history
added a couple more accented characters, thanks @joshwnj
  • Loading branch information
Gottox committed Apr 2, 2015
2 parents 4fdfd47 + 88064a6 commit 7209738
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/urlify.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ var accents = {
'Ö': 'O',
'Ř': 'R',
'Š': 'S',
'Ś': 'S',
'Ť': 'T',
'Ø': 'OE',
'Ù': 'U',
Expand All @@ -92,6 +93,7 @@ var accents = {
'ä': 'a',
'å': 'aa',
'æ': 'ae',
'ą': 'a',
'ç': 'c',
'č': 'c',
'ď': 'd',
Expand Down

0 comments on commit 7209738

Please sign in to comment.