Skip to content

Commit

Permalink
Add missing diacritics to diacritics.js (#4118)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlpo authored and pedrofurtado committed Sep 5, 2018
1 parent 2c61355 commit e67c9aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/js/select2/diacritics.js
Expand Up @@ -262,6 +262,7 @@ define([
'\u019F': 'O',
'\uA74A': 'O',
'\uA74C': 'O',
'\u0152': 'OE',
'\u01A2': 'OI',
'\uA74E': 'OO',
'\u0222': 'OU',
Expand Down Expand Up @@ -671,6 +672,7 @@ define([
'\uA74B': 'o',
'\uA74D': 'o',
'\u0275': 'o',
'\u0153': 'oe',
'\u01A3': 'oi',
'\u0223': 'ou',
'\uA74F': 'oo',
Expand Down

0 comments on commit e67c9aa

Please sign in to comment.