Skip to content

Commit

Permalink
minor fix (greek omega used has no diacritic) (#5464)
Browse files Browse the repository at this point in the history
replaced \u03C9 (GREEK SMALL LETTER OMEGA: ω)
with \u03CE (GREEK SMALL LETTER OMEGA WITH TONOS: ώ)
  • Loading branch information
tgogos authored and kevin-brown committed Mar 19, 2019
1 parent 9032705 commit 5977856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/select2/diacritics.js
Expand Up @@ -841,7 +841,7 @@ define([
'\u03CD': '\u03C5',
'\u03CB': '\u03C5',
'\u03B0': '\u03C5',
'\u03C9': '\u03C9',
'\u03CE': '\u03C9',
'\u03C2': '\u03C3',
'\u2019': '\''
};
Expand Down

0 comments on commit 5977856

Please sign in to comment.