From fb13c30945d11da04f1f0eda2edc66bc90062cb1 Mon Sep 17 00:00:00 2001 From: Anastasios Gogos Date: Thu, 14 Mar 2019 16:57:50 +0200 Subject: [PATCH] minor fix (greek omega used has no diacritic) 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': '\'' };