minor fix (greek omega used has no diacritic) (#5464)
replaced \u03C9 (GREEK SMALL LETTER OMEGA: ω) with \u03CE (GREEK SMALL LETTER OMEGA WITH TONOS: ώ)
This commit is contained in:
parent
9032705e2a
commit
5977856d81
1 changed files with 1 additions and 1 deletions
2
src/js/select2/diacritics.js
vendored
2
src/js/select2/diacritics.js
vendored
|
@ -841,7 +841,7 @@ define([
|
|||
'\u03CD': '\u03C5',
|
||||
'\u03CB': '\u03C5',
|
||||
'\u03B0': '\u03C5',
|
||||
'\u03C9': '\u03C9',
|
||||
'\u03CE': '\u03C9',
|
||||
'\u03C2': '\u03C3',
|
||||
'\u2019': '\''
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue