mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
people: Use Unicode normalization for diacritic removal.
Fixes #13481. Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
committed by
Tim Abbott
parent
586a5facc9
commit
b932525368
@@ -11,6 +11,7 @@ module.exports = {
|
||||
],
|
||||
plugins: [
|
||||
"@babel/proposal-class-properties",
|
||||
["@babel/plugin-proposal-unicode-property-regex", { useUnicodeFlag: false }],
|
||||
],
|
||||
sourceType: "unambiguous",
|
||||
};
|
||||
|
Reference in New Issue
Block a user