1
0
mirror of synced 2025-02-09 16:49:24 +03:00

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:
Anastasios Gogos 2019-03-19 05:19:52 +02:00 committed by Kevin Brown
parent 9032705e2a
commit 5977856d81

View File

@ -841,7 +841,7 @@ define([
'\u03CD': '\u03C5',
'\u03CB': '\u03C5',
'\u03B0': '\u03C5',
'\u03C9': '\u03C9',
'\u03CE': '\u03C9',
'\u03C2': '\u03C3',
'\u2019': '\''
};