1
0
mirror of synced 2025-02-16 20:13:16 +03:00

Added the right single quotation mark to diactritics. (#4337)

It should be simplified to a typewriter apostrophe.
This commit is contained in:
Simon Charette 2018-09-11 15:43:45 -04:00 committed by Pedro Felipe de Azevedo Furtado
parent 8bc269d63e
commit 1764b8420f

View File

@ -842,7 +842,8 @@ define([
'\u03CB': '\u03C5',
'\u03B0': '\u03C5',
'\u03C9': '\u03C9',
'\u03C2': '\u03C3'
'\u03C2': '\u03C3',
'\u2019': '\''
};
return diacritics;