[gnome-contacts] Use canonical not compat decomposition
- From: Alexander Larsson <alexl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-contacts] Use canonical not compat decomposition
- Date: Tue, 13 Sep 2011 15:20:23 +0000 (UTC)
commit aaf66ea9a21374a0b61f929b659c49d8448bba02
Author: Alexander Larsson <alexl redhat com>
Date: Tue Sep 13 17:19:59 2011 +0200
Use canonical not compat decomposition
src/contacts-utils.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/contacts-utils.vala b/src/contacts-utils.vala
index 6f407f6..3d5e92b 100644
--- a/src/contacts-utils.vala
+++ b/src/contacts-utils.vala
@@ -181,7 +181,7 @@ public class Contacts.Utils : Object {
for (s = str; s[0] != 0; s = s.next_char ()) {
var c = strip_char (s.get_char ());
if (c != 0) {
- var size = LocalGLib.fully_decompose (c, true, buf);
+ var size = LocalGLib.fully_decompose (c, false, buf);
if (size > 0)
res.append_unichar (buf[0]);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]