<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.comp.gnome.gtk+.internationalization">
    <title>gmane.comp.gnome.gtk+.internationalization</title>
    <link>http://permalink.gmane.org/gmane.comp.gnome.gtk+.internationalization</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnome.gtk+.internationalization/3664"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnome.gtk+.internationalization/3663"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnome.gtk+.internationalization/3662"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnome.gtk+.internationalization/3661"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnome.gtk+.internationalization/3660"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnome.gtk+.internationalization/3659"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnome.gtk+.internationalization/3658"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnome.gtk+.internationalization/3657"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnome.gtk+.internationalization/3656"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnome.gtk+.internationalization/3655"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnome.gtk+.internationalization/3654"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnome.gtk+.internationalization/3653"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnome.gtk+.internationalization/3652"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnome.gtk+.internationalization/3651"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnome.gtk+.internationalization/3650"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnome.gtk+.internationalization/3649"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnome.gtk+.internationalization/3648"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnome.gtk+.internationalization/3647"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnome.gtk+.internationalization/3646"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnome.gtk+.internationalization/3645"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnome.gtk+.internationalization/3664">
    <title>Re: abstract shape PangoLayout/Drop caps/PangoLayout+image from file</title>
    <link>http://permalink.gmane.org/gmane.comp.gnome.gtk+.internationalization/3664</link>
    <description>&lt;pre&gt;
Not possible right now :(.   Been a feature I've wanted to implement for
years, but it never happened.


Not easily possible right now, really.


You can definitely use pango_cairo_context_set_shape_renderer() and draw the
image using GdkPixbuf yourself, but that's it.

behdad

&lt;/pre&gt;</description>
    <dc:creator>Behdad Esfahbod</dc:creator>
    <dc:date>2012-05-08T00:57:39</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnome.gtk+.internationalization/3663">
    <title>abstract shape PangoLayout/Drop caps/PangoLayout+image from file</title>
    <link>http://permalink.gmane.org/gmane.comp.gnome.gtk+.internationalization/3663</link>
    <description>&lt;pre&gt;Is there a way for PangoLayout to handle abstract shape? The default shape
is rectangle is there and easy way to change it or does it require code
modifications in pango line breaking algorithm?

Not exactly the same, but similar question. How to implement drop caps (
http://en.wikipedia.org/wiki/Initial) in PangoLayout (Pango+Cairo)? I tried
using shape renderer, but rendered shape becomes a part of one line only
and is not wrapped by other lines if the size is bigger than one line.

Another similar question. How to insert picture from file to
PangoLayout(Pango+Cairo)? Is there some kind of special pango markup
language tag, special case of using custom shape renderer or is it somehow
related to cairo and surface creation?

Any tips/thoughts/ideas are greatly appreciated.
_______________________________________________
gtk-i18n-list mailing list
gtk-i18n-list&amp;lt; at &amp;gt;gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-i18n-list
&lt;/pre&gt;</description>
    <dc:creator>Mindaugas Jaunius</dc:creator>
    <dc:date>2012-04-20T13:23:09</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnome.gtk+.internationalization/3662">
    <title>Pango and freetype2 charmap?</title>
    <link>http://permalink.gmane.org/gmane.comp.gnome.gtk+.internationalization/3662</link>
    <description>&lt;pre&gt;Still trying to track down the issue with glyph's not mapping 1:1 with 
Symbol fonts.  Could not reproduce
the problem in a test program (it was not picking up Symbol font at 
all) so have been working on it in Inkscape trunk.
Traced part of the issue to this area of 
inkscape/src/libnrtype/FontInstance.cpp:

     theFace=pango_ft2_font_get_face(pFont); // Deprecated, use 
pango_fc_font_lock_face() instead
     if ( theFace ) {
         FT_Select_Charmap(theFace,ft_encoding_unicode) &amp;amp;&amp;amp; 
FT_Select_Charmap(theFace,ft_encoding_symbol);
     }

Put some debug statements like these

     for(i=0x70;i&amp;lt;0xB0;i+=16){
       myfile &amp;lt;&amp;lt; std::hex &amp;lt;&amp;lt; i ;
       for(j=i;j&amp;lt;i+16;j++){
         myfile &amp;lt;&amp;lt; " " &amp;lt;&amp;lt; std::hex &amp;lt;&amp;lt; FT_Get_Char_Index(theFace,j);
       }
       myfile &amp;lt;&amp;lt;endl;
     }

above and below the FT_Select_Charmap and found

BEFORE
70 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
90 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
a0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
in font_instance::InitTheFace set charmap F&lt;/pre&gt;</description>
    <dc:creator>mathog</dc:creator>
    <dc:date>2012-03-12T22:28:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnome.gtk+.internationalization/3661">
    <title>Re: Pango issue? Symbol font characters above A0 incorrect for multiple applications</title>
    <link>http://permalink.gmane.org/gmane.comp.gnome.gtk+.internationalization/3661</link>
    <description>&lt;pre&gt;Added a version of the list_fonts function from here

   http://www.lemoda.net/pango/list-fonts/index.html

and while it listed 125 families of fonts, it did not list any 
symbol/wingdings/webdings type fonts.
So when the test program specified those it used some fallback font 
instead.  Inkscape lists those fonts.
Presumably I need to use some other set of headers or font backend?  
The test program currently has these
headers:

#include &amp;lt;cairo.h&amp;gt;
#include &amp;lt;pango/pangocairo.h&amp;gt;
#include &amp;lt;strings.h&amp;gt;
#include &amp;lt;stdlib.h&amp;gt;
#include &amp;lt;stdio.h&amp;gt;

Tried adding this (found in Inkscape in what looked like the right 
place):

#include &amp;lt;pango/pangowin32.h&amp;gt;

or this

#include &amp;lt;pango/pangoft2.h&amp;gt;
#include &amp;lt;freetype/freetype.h&amp;gt;

or both, but none of these brought in the Symbol font.

Pango version is 1.28.3 (same as Inkscape is using, and it sees Symbol 
font).

Why does Inkscape pull in Symbol and the test program not?

Thank you,

David Mathog
mathog&amp;lt; at &amp;gt;caltech.edu
Manager, Sequence Analysis Facility, Biology Division, Caltech&lt;/pre&gt;</description>
    <dc:creator>mathog</dc:creator>
    <dc:date>2012-03-09T16:42:31</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnome.gtk+.internationalization/3660">
    <title>Re: Pango issue? Symbol font characters above A0 incorrect for multiple applications</title>
    <link>http://permalink.gmane.org/gmane.comp.gnome.gtk+.internationalization/3660</link>
    <description>&lt;pre&gt;I built a few small test programs and was able to rule out Cairo as the 
source of the problem.
Symbol font rendered correctly (to PNG in this case) if just the "toy" 
Cairo text interface was
used.  The equivalent Pango test program seemed to be ignoring the font 
name "symbol" or "Symbol", or
at least the output produced was identical to output when the font was 
"blather", which is definitely
not a font on my system. Ditto for "Bookshelf Symbol 7", "Wingdings". 
It did use the right font for
"Times New Roman" and even "Blackadder ITC".  All of the fonts which 
were ignored work
perfectly well in MS Word, PowerPoint, etc. on this Windows XP system.

The test code is here:

https://bugs.launchpad.net/inkscape/+bug/948245/+attachment/2836479/+files/testcairo.zip

So I am more confused than before.  Inkscape uses Pango.  In Inkscape 
"symbol" font works (giving
"alpha" for "a", for instance) for characters &amp;lt;128, but in my little 
test program
case not even that worked.  Is there some define that is needed to &lt;/pre&gt;</description>
    <dc:creator>mathog</dc:creator>
    <dc:date>2012-03-08T22:06:23</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnome.gtk+.internationalization/3659">
    <title>Re: PangoGlyphString + PangoLayout?</title>
    <link>http://permalink.gmane.org/gmane.comp.gnome.gtk+.internationalization/3659</link>
    <description>&lt;pre&gt;
Yes.

Basically, you want to copy pango/modules/basic-fc.c and work it from there.

behdad
&lt;/pre&gt;</description>
    <dc:creator>Behdad Esfahbod</dc:creator>
    <dc:date>2012-03-08T16:08:45</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnome.gtk+.internationalization/3658">
    <title>Re: PangoGlyphString + PangoLayout?</title>
    <link>http://permalink.gmane.org/gmane.comp.gnome.gtk+.internationalization/3658</link>
    <description>&lt;pre&gt;Ok lets try another approach. I am not sure if I undestood the advices
correctly.

Right now I run my configure --with-included-modules=yes , so by default
pango choses one of the modules already installed based on language script?

pango_module_register() requires PangoIncludedModule. How should I "link"
my code to PangoIncludedModule object, does that require creating another
PangoEngine?

2012/3/7 Behdad Esfahbod &amp;lt;behdad&amp;lt; at &amp;gt;behdad.org&amp;gt;

_______________________________________________
gtk-i18n-list mailing list
gtk-i18n-list&amp;lt; at &amp;gt;gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-i18n-list
&lt;/pre&gt;</description>
    <dc:creator>Mindaugas Jaunius</dc:creator>
    <dc:date>2012-03-08T15:41:31</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnome.gtk+.internationalization/3657">
    <title>Re: PangoGlyphString + PangoLayout?</title>
    <link>http://permalink.gmane.org/gmane.comp.gnome.gtk+.internationalization/3657</link>
    <description>&lt;pre&gt;
The only example I know of is Pango source code itself.

behdad

&lt;/pre&gt;</description>
    <dc:creator>Behdad Esfahbod</dc:creator>
    <dc:date>2012-03-07T15:53:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnome.gtk+.internationalization/3656">
    <title>Re: PangoGlyphString + PangoLayout?</title>
    <link>http://permalink.gmane.org/gmane.comp.gnome.gtk+.internationalization/3656</link>
    <description>&lt;pre&gt;Would it be possible for somebody to provide an example or a link to
example of how to use pango_module_register()? I tried looking for any
example, but was not able to find one. I am new at using pango and
from very beginning I see a lack of any examples of how to actualy use
it.

2012/3/6 Behdad Esfahbod &amp;lt;behdad&amp;lt; at &amp;gt;behdad.org&amp;gt;:
&lt;/pre&gt;</description>
    <dc:creator>Mindaugas Jaunius</dc:creator>
    <dc:date>2012-03-07T15:50:52</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnome.gtk+.internationalization/3655">
    <title>Re: Pango issue? Symbol font characters above A0 incorrect formultiple applications</title>
    <link>http://permalink.gmane.org/gmane.comp.gnome.gtk+.internationalization/3655</link>
    <description>&lt;pre&gt;
On 6 Mar 2012, at 20:48, Behdad Esfahbod wrote:


That is characters found in Symbol fonts.
Font with microsoft's "symbol" codepage, defined in &amp;lt;cmap&amp;gt; by platformID="3" platEncID="0"

The font named "Webdings" is an example of such fonts:
http://www.microsoft.com/typography/web/fonts/webdings/default.htm


J.

&lt;/pre&gt;</description>
    <dc:creator>Jeremie Hornus</dc:creator>
    <dc:date>2012-03-06T20:18:08</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnome.gtk+.internationalization/3654">
    <title>Re: Pango issue? Symbol font characters above A0 incorrect for multiple applications</title>
    <link>http://permalink.gmane.org/gmane.comp.gnome.gtk+.internationalization/3654</link>
    <description>&lt;pre&gt;Forgot to mention that both applications are also linked to a 
libfontconfig dll.  So they must use fontconfig some
of the time, but I cannot rule out that they might use the native one 
at other times.

Regards,

David Mathog
mathog&amp;lt; at &amp;gt;caltech.edu
Manager, Sequence Analysis Facility, Biology Division, Caltech
&lt;/pre&gt;</description>
    <dc:creator>mathog</dc:creator>
    <dc:date>2012-03-06T20:47:54</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnome.gtk+.internationalization/3653">
    <title>Re: Pango issue? Symbol font characters above A0 incorrect formultiple applications</title>
    <link>http://permalink.gmane.org/gmane.comp.gnome.gtk+.internationalization/3653</link>
    <description>&lt;pre&gt;
On 6 Mar 2012, at 21:29, Behdad Esfahbod wrote:


I am not experiencing David Mathog's problem; was just detailing what "symbol character" meant in that situation.


regards,
Jeremie


&lt;/pre&gt;</description>
    <dc:creator>Jeremie Hornus</dc:creator>
    <dc:date>2012-03-06T20:47:48</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnome.gtk+.internationalization/3652">
    <title>Re: Pango issue? Symbol font characters above A0 incorrect for multiple applications</title>
    <link>http://permalink.gmane.org/gmane.comp.gnome.gtk+.internationalization/3652</link>
    <description>&lt;pre&gt;
Windows.

Not sure which backend, but the pango dll's Inkscape uses are:

libpango, libpangocairo, libpangoft2, libpangomm, libpangowin32

Gimp is the same except it doesn't use libpangomm

Thanks,

David Mathog
mathog&amp;lt; at &amp;gt;caltech.edu
Manager, Sequence Analysis Facility, Biology Division, Caltech
&lt;/pre&gt;</description>
    <dc:creator>mathog</dc:creator>
    <dc:date>2012-03-06T20:45:12</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnome.gtk+.internationalization/3651">
    <title>Re: Pango issue? Symbol font characters above A0 incorrect formultiple applications</title>
    <link>http://permalink.gmane.org/gmane.comp.gnome.gtk+.internationalization/3651</link>
    <description>&lt;pre&gt;
And are you experiencing this on Windows or Linux?  If on Windows, do you know
if it's using the fontconfig backend or the native win32 backend?

behdad


&lt;/pre&gt;</description>
    <dc:creator>Behdad Esfahbod</dc:creator>
    <dc:date>2012-03-06T20:29:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnome.gtk+.internationalization/3650">
    <title>Re: Pango issue? Symbol font characters above A0 incorrect formultiple applications</title>
    <link>http://permalink.gmane.org/gmane.comp.gnome.gtk+.internationalization/3650</link>
    <description>&lt;pre&gt;
On 6 Mar 2012, at 20:48, Behdad Esfahbod wrote:


That is characters found in Symbol fonts.
Font with microsoft's "symbol" codepage, defined in &amp;lt;cmap&amp;gt; by platformID="3" platEncID="0"

The font named "Webdings" is an example of such fonts:
http://www.microsoft.com/typography/web/fonts/webdings/default.htm


J.


_______________________________________________
gtk-i18n-list mailing list
gtk-i18n-list&amp;lt; at &amp;gt;gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-i18n-list
&lt;/pre&gt;</description>
    <dc:creator>Jeremie Hornus</dc:creator>
    <dc:date>2012-03-06T20:23:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnome.gtk+.internationalization/3649">
    <title>Re: Pango issue? Symbol font characters above A0 incorrect for multiple applications</title>
    <link>http://permalink.gmane.org/gmane.comp.gnome.gtk+.internationalization/3649</link>
    <description>&lt;pre&gt;
http://en.wikipedia.org/wiki/Symbol_%28typeface%29

The font works as expected for hex 20 to 7F, but displays the wrong 
characters in
the applications mentioned for A0 to FF.

David Mathog
mathog&amp;lt; at &amp;gt;caltech.edu
Manager, Sequence Analysis Facility, Biology Division, Caltech
&lt;/pre&gt;</description>
    <dc:creator>mathog</dc:creator>
    <dc:date>2012-03-06T20:21:32</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnome.gtk+.internationalization/3648">
    <title>Re: Pango issue? Symbol font characters above A0 incorrect formultiple applications</title>
    <link>http://permalink.gmane.org/gmane.comp.gnome.gtk+.internationalization/3648</link>
    <description>&lt;pre&gt;
On Mar 6, 2012, at 11:48 AM, Behdad Esfahbod wrote:


He means the non-letter characters at code points u00A0 - u00BF, u00D7, and u00F7.

Dunno what character set he's trying to use, though: u00A5 *is* the Yen sign, and the math X is u00D7.

Regards,
John Ralls
&lt;/pre&gt;</description>
    <dc:creator>John Ralls</dc:creator>
    <dc:date>2012-03-06T20:12:20</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnome.gtk+.internationalization/3647">
    <title>Re: Pango issue?  Symbol font characters above A0 incorrect for multiple applications</title>
    <link>http://permalink.gmane.org/gmane.comp.gnome.gtk+.internationalization/3647</link>
    <description>&lt;pre&gt;
Characters rendered using the symbol font. In that font hex B3 should 
render as the
"greater than or equal to" character.

David Mathog
mathog&amp;lt; at &amp;gt;caltech.edu
Manager, Sequence Analysis Facility, Biology Division, Caltech
&lt;/pre&gt;</description>
    <dc:creator>mathog</dc:creator>
    <dc:date>2012-03-06T20:09:06</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnome.gtk+.internationalization/3646">
    <title>Re: Pango issue? Symbol font characters above A0 incorrect formultiple applications</title>
    <link>http://permalink.gmane.org/gmane.comp.gnome.gtk+.internationalization/3646</link>
    <description>&lt;pre&gt;What are "symbol characters"?!

On 03/06/2012 01:54 PM, mathog wrote:
&lt;/pre&gt;</description>
    <dc:creator>Behdad Esfahbod</dc:creator>
    <dc:date>2012-03-06T19:48:28</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnome.gtk+.internationalization/3645">
    <title>Pango issue?  Symbol font characters above A0 incorrect for multiple applications</title>
    <link>http://permalink.gmane.org/gmane.comp.gnome.gtk+.internationalization/3645</link>
    <description>&lt;pre&gt;Symbol font characters with hex values &amp;gt;A0 (and &amp;lt;=FF) are generally 
displayed incorrectly in Inkscape and Gimp.
The character shown is not the one corresponding to the hex value.  For 
instance, a5 is either X (times symbol) or
Yen symbol, when it should be the infinity symbol.  Symbol characters 
&amp;lt;A0 display correctly.  This
was seen on Windows XP SP3, with Inkscape 0.48.2, Inkscape trunk (from 
last week) and Gimp 2.6.10.

The two applications give the same wrong characters, so the problem may 
be with Pango, which they both use.

For details and examples for Inkscape see:

https://bugs.launchpad.net/inkscape/+bug/948245

Thank you,

David Mathog
mathog&amp;lt; at &amp;gt;caltech.edu
Manager, Sequence Analysis Facility, Biology Division, Caltech
&lt;/pre&gt;</description>
    <dc:creator>mathog</dc:creator>
    <dc:date>2012-03-06T18:54:31</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnome.gtk+.internationalization/3644">
    <title>Re: Gravity Support / pangowin32</title>
    <link>http://permalink.gmane.org/gmane.comp.gnome.gtk+.internationalization/3644</link>
    <description>&lt;pre&gt;
I'm currently using mingw64 on Fedora16 to cross-compile Pango for
Windows. Is there a way to encourage Pango to use a particular
backend?  

I don't mind using Fontconfig/Freetype if I need to; in the end, all
that is happening in our code is something very similar to what Clutter
does (or did): a PangoGlyphString is fed to our rendering callback
function, we use Cairo to rasterize the font into a texture, and
maintain our own caching atlas.

We don't actually ever use Pango to "draw" anything, we just use its
layout and styling engine. I don't know if this simplifies things or
not. :)

At any rate, I'll try the things you mentioned right away...

&lt;/pre&gt;</description>
    <dc:creator>Jeremy Moles</dc:creator>
    <dc:date>2012-03-06T15:05:02</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.gnome.gtk+.internationalization">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.gnome.gtk+.internationalization</link>
  </textinput>
</rdf:RDF>

