Hi, I'm new to Clutter and Webkit, and I was very excited to hear about this project taking off. It was just what I needed. However, I've stumbled across few issues, and maybe you'll be able to help (if this is not the right place for those types of questions, please refer me to the correct context): 1. When I'm calling 'webkit_web_view_open' to display HTML content, all non-English letters are rendered as "gibrish", and cannot be read. Now, I've been using the gtk-webkit port before moving to Clutter, and when displaying the same content there (using the same API) everything was ok, so I'm not sure if this is a Webkit-port issue or a Clutter one. Specifically, I'm interested in displaying Hebrew fonts. 2. It seems that the 'zoom-in' and 'zoom-out' APIs are still not implemented. Is that correct ? Again, in the gtk-webkit port you could control the zoom using the 'webkit_web_view_set_zoom_level' API, but I didn't find anything that matches that in the Clutter-Webkit API. Moreover, I was surprised to find out that the zoom logic *is* actually implemented as can be seen by using the mouse double-click functionality, and by inspecting the code... so.... what happened to the API ? 3. Is there any official bug repository that I can look into, or submit bugs to ? 4. Is there any official roadmap to the project ?
Again, thanks for everyone who is helping implementing this port. Nati B.
