gnucash maint: Bug 798679 - Unicode normalization should be used for comparison but not stored.
John Ralls
jralls at code.gnucash.org
Wed Jan 4 16:25:31 EST 2023
Updated via https://github.com/Gnucash/gnucash/commit/b922cfd7 (commit)
from https://github.com/Gnucash/gnucash/commit/797098c6 (commit)
commit b922cfd78dba20d92dbdf59b26d93039d66f395c
Author: John Ralls <jralls at ceridwen.us>
Date: Wed Jan 4 13:19:36 2023 -0800
Bug 798679 - Unicode normalization should be used for comparison but not stored.
Change to NFC normalization for all comparisons because the Unicode
meaning of compatible might collide with the user's intent.
Summary of changes:
gnucash/gnome-utils/gnc-tree-view-account.c | 4 ++--
gnucash/import-export/import-backend.c | 4 ++--
gnucash/import-export/import-main-matcher.c | 2 +-
gnucash/register/register-gnome/combocell-gnome.c | 4 ++--
libgnucash/engine/qofutil.cpp | 4 ++--
5 files changed, 9 insertions(+), 9 deletions(-)
More information about the gnucash-patches
mailing list