Skip to content

Commit

Permalink
Capitalized duplicated entity keys
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Dec 6, 2014
1 parent 87e11fc commit af40bbb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions misc/plugin/makerss.rb
Original file line number Diff line number Diff line change
Expand Up @@ -585,11 +585,11 @@ def replace_entities( text )
'ý' => 'ý',
'þ' => 'þ',
'ÿ' => 'ÿ',
'œ' => 'Œ',
'Œ' => 'Œ',
'œ' => 'œ',
'š' => 'Š',
'Š' => 'Š',
'š' => 'š',
'ÿ' => 'Ÿ',
'Ÿ' => 'Ÿ',
'ˆ' => 'ˆ',
'˜' => '˜',
' ' => ' ',
Expand Down Expand Up @@ -669,7 +669,7 @@ def replace_entities( text )
'•' => '•',
'…' => '…',
'′' => '′',
'′' => '″',
'″' => '″',
'‾' => '‾',
'⁄' => '⁄',
'℘' => '℘',
Expand Down

0 comments on commit af40bbb

Please sign in to comment.