<div dir="ltr">On Thu, Sep 14, 2017 at 5:54 PM, Adrian Johnson <span dir="ltr"><<a href="mailto:ajohnson@redneon.com" target="_blank">ajohnson@redneon.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 15/09/17 05:52, Matthias Clasen wrote:<br>
> On Thu, Sep 14, 2017 at 12:37 PM, Behdad Esfahbod<br>
</span><span class="">> <<a href="mailto:behdad.esfahbod@gmail.com">behdad.esfahbod@gmail.com</a> <mailto:<a href="mailto:behdad.esfahbod@gmail.com">behdad.esfahbod@gmail.<wbr>com</a>>> wrote:<br>
><br>
>     Thanks Matthias.  I took a look at the patch.  Looks good!  Minor<br>
>     comments:<br>
><br>
>     - Moving the format towards CSS by default (no comma, no equal sign;<br>
>     just spaces!) while accepting both is what I do in HarfBuzz. Maybe<br>
>     advertise the same here,  UPDATE: I was wrong.  CSS uses comma as<br>
>     well.  It's the equal sign that they don't use, they use space.  We<br>
>     should accept both.<br>
><br>
><br>
> I've made the parser a bit more flexible. It now accepts variations like<br>
><br>
> wdth=200,wght=300<br>
> wdth 200, wght=300<br>
> wdth 200 , wght 300<br>
<br>
</span>Does it work with decimal commas?<br>
<div class="HOEnZb"><div></div></div></blockquote><div><br></div><div>The patch currently uses strtod, so yes, it will parse floating point numbers, but decimal separators spell trouble.<br></div></div>I could rewrite it to use strtod_l, if that is ok to use in cairo.<br></div></div>