From 3e2716edf308085eef60185275245da88d3bcea0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lmos-=C3=81goston=20Zediu?= Date: Sat, 22 Jan 2022 01:50:52 +0200 Subject: [PATCH] (fix)node: added DOUBLE ACUTE ACCENT for unicode normalization (#2060) --- CHANGELOG.md | 1 + org-roam-node.el | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31ed6fe..54924eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ ### Fixed - [#2055](https://github.com/org-roam/org-roam/pull/2055) dailies: removed stray f require, which was causing require and compilation errors ### Changed +- [#2060](https://github.com/org-roam/org-roam/pull/2060) node: added double acute accent normalization for Unicode characters in titles - [#2040](https://github.com/org-roam/org-roam/pull/2040) completions: fix completions display-width for Helm users - [#2025](https://github.com/org-roam/org-roam/pull/2025) chore: removed the dependencies on f.el and s.el diff --git a/org-roam-node.el b/org-roam-node.el index 6140b0f..31aa9f1 100644 --- a/org-roam-node.el +++ b/org-roam-node.el @@ -174,6 +174,7 @@ It takes a single argument REF, which is a propertized string." 776 ; U+0308 COMBINING DIAERESIS 777 ; U+0309 COMBINING HOOK ABOVE 778 ; U+030A COMBINING RING ABOVE + 779 ; U+030B COMBINING DOUBLE ACUTE ACCENT 780 ; U+030C COMBINING CARON 795 ; U+031B COMBINING HORN 803 ; U+0323 COMBINING DOT BELOW