Re: word breaks



On Wed, 2004-01-14 at 00:18, Evan Martin wrote:
> On Wed, Jan 14, 2004 at 12:05:19AM -0500, Nathan Fredrickson wrote:
> > I'm using Pango for the first time through the GTK+ API.  I've noticed
> > some odd behavior when Pango breaks text that contains numbers into
> > words.  For example, "word1234" becomes "word" and "234".
> > 
> > Is this expected behavior?  If not, is it a problem with Pango or GTK+?
> 
> This is Pango.

Aside from the fact that it's being split into two words, why is a digit
("1" in this case) being consumed?  I would think "word" "1234" would be
at least reasonable output, but right now you get "word" "234"
instead...

Nathan




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]