Skip to content

Commit

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

return diacritics;
Expand Down

0 comments on commit 1764b84

Please sign in to comment.