Added the right single quotation mark to diactritics. (#4337)
It should be simplified to a typewriter apostrophe.
This commit is contained in:
parent
8bc269d63e
commit
1764b8420f
3
src/js/select2/diacritics.js
vendored
3
src/js/select2/diacritics.js
vendored
@ -842,7 +842,8 @@ define([
|
||||
'\u03CB': '\u03C5',
|
||||
'\u03B0': '\u03C5',
|
||||
'\u03C9': '\u03C9',
|
||||
'\u03C2': '\u03C3'
|
||||
'\u03C2': '\u03C3',
|
||||
'\u2019': '\''
|
||||
};
|
||||
|
||||
return diacritics;
|
||||
|
Loading…
x
Reference in New Issue
Block a user