6 messages in org.gnome.gtk-i18n-listRe: Hyphenation status
FromSent OnAttachments
Damon ChaplinNov 24, 2002 5:07 pm 
Arthit SuriyawongkulNov 24, 2002 9:20 pm 
Matthias ClasenNov 25, 2002 2:09 am 
Roozbeh PournaderNov 25, 2002 3:59 am 
Owen TaylorNov 25, 2002 6:58 am 
Damon ChaplinNov 26, 2002 3:37 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: Hyphenation statusActions...
From:Matthias Clasen (mac@gmx.de)
Date:Nov 25, 2002 2:09:38 am
List:org.gnome.gtk-i18n-list

g_utf8_normalize() is a problem because it is very slow and I have no way to do (b).

So I'm thinking of writing an optimized normalization function just for the code ranges that use hyphenation. (We can just ignore other characters as they won't make any difference.)

I think hyphenation is used for Latin, Greek and Cyrillic characters. Are there any others?

Anyone else have better ideas to handle normalization?

Can't you derive the ranges which need normalization from the patterns ? ie only characters which occur in the patterns need to be normalized.

But perhaps it is good enough to just hardcode it.

Matthias