(fix)node: added DOUBLE ACUTE ACCENT for unicode normalization (#2060)

This commit is contained in:
Álmos-Ágoston Zediu
2022-01-22 01:50:52 +02:00
committed by GitHub
parent 445e3594b2
commit 3e2716edf3
2 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,7 @@
### Fixed ### Fixed
- [#2055](https://github.com/org-roam/org-roam/pull/2055) dailies: removed stray f require, which was causing require and compilation errors - [#2055](https://github.com/org-roam/org-roam/pull/2055) dailies: removed stray f require, which was causing require and compilation errors
### Changed ### 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 - [#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 - [#2025](https://github.com/org-roam/org-roam/pull/2025) chore: removed the dependencies on f.el and s.el

View File

@ -174,6 +174,7 @@ It takes a single argument REF, which is a propertized string."
776 ; U+0308 COMBINING DIAERESIS 776 ; U+0308 COMBINING DIAERESIS
777 ; U+0309 COMBINING HOOK ABOVE 777 ; U+0309 COMBINING HOOK ABOVE
778 ; U+030A COMBINING RING ABOVE 778 ; U+030A COMBINING RING ABOVE
779 ; U+030B COMBINING DOUBLE ACUTE ACCENT
780 ; U+030C COMBINING CARON 780 ; U+030C COMBINING CARON
795 ; U+031B COMBINING HORN 795 ; U+031B COMBINING HORN
803 ; U+0323 COMBINING DOT BELOW 803 ; U+0323 COMBINING DOT BELOW