From 5977856d81f8cd41d5c0826562f8ee206d6c0de7 Mon Sep 17 00:00:00 2001 From: Anastasios Gogos Date: Tue, 19 Mar 2019 05:19:52 +0200 Subject: [PATCH] minor fix (greek omega used has no diacritic) (#5464) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit replaced \u03C9 (GREEK SMALL LETTER OMEGA: ω) with \u03CE (GREEK SMALL LETTER OMEGA WITH TONOS: ώ) --- src/js/select2/diacritics.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/select2/diacritics.js b/src/js/select2/diacritics.js index e9d56dbf87..23c445adfa 100644 --- a/src/js/select2/diacritics.js +++ b/src/js/select2/diacritics.js @@ -841,7 +841,7 @@ define([ '\u03CD': '\u03C5', '\u03CB': '\u03C5', '\u03B0': '\u03C5', - '\u03C9': '\u03C9', + '\u03CE': '\u03C9', '\u03C2': '\u03C3', '\u2019': '\'' };