Skip to content

Commit

Permalink
Added the right single quotation mark to diactritics.
Browse files Browse the repository at this point in the history
It should be simplified to a typewriter apostrophe.
  • Loading branch information
charettes committed Nov 22, 2017
1 parent e02b34b commit b1e30b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/js/select2/diacritics.js
Expand Up @@ -840,7 +840,8 @@ define([
'\u03CB': '\u03C5',
'\u03B0': '\u03C5',
'\u03C9': '\u03C9',
'\u03C2': '\u03C3'
'\u03C2': '\u03C3',
'\u2019': '\''
};

return diacritics;
Expand Down

0 comments on commit b1e30b6

Please sign in to comment.