[webkit-dev] Hyphenation in webkit

2011-09-07 Thread Sireesha Janakiraman
Hello,

I tried hyphenation test files in webkit.
a)'http://trac.webkit.org/browser/trunk/LayoutTests/fast/text/hyphens.html'
b)
http://trac.webkit.org/browser/trunk/LayoutTests/fast/text/hyphenate-character.html
 via
GtkLauncher in webkitgtk1.5.2

I don't see hyphenation results. I tried setting locale to english and
verified my system locale is same as set in -webkit-locale.

Is hyphenation working in latest build?
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


[webkit-dev] Hyphenation in webkit

2011-09-07 Thread Sireesha Janakiraman
Hello,

I tried hyphenation test files in webkit.
a)'http://trac.webkit.org/browser/trunk/LayoutTests/fast/text/hyphens.html'
b)
http://trac.webkit.org/browser/trunk/LayoutTests/fast/text/hyphenate-character.html
 via
GtkLauncher in webkitgtk1.5.2

I don't see hyphenation results. I tried setting locale to english and
verified my system locale is same as set in -webkit-locale.

Is hyphenation working in latest build?


Regards,
Siri
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Hyphenation in webkit

2011-09-07 Thread Dan Bernstein

On Sep 7, 2011, at 2:28 AM, Sireesha Janakiraman wrote:

 Hello,
 
 I tried hyphenation test files in webkit. 
 a)'http://trac.webkit.org/browser/trunk/LayoutTests/fast/text/hyphens.html' 
 b) 
 http://trac.webkit.org/browser/trunk/LayoutTests/fast/text/hyphenate-character.html
   via GtkLauncher in webkitgtk1.5.2
 
 I don't see hyphenation results. I tried setting locale to english and 
 verified my system locale is same as set in -webkit-locale.
 
 Is hyphenation working in latest build?

The implementation of canHyphenate() in Hyphenation.cpp returns false. A port 
needs to provide alternate implementations of canHyphenate() and 
lastHyphenLocation() for hyphenation to work.
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev