]> git.sesse.net Git - vlc/commit
* i18n_strtod: locale-agnostic strtod() (accepts both comma and dot as decimal separ...
authorRémi Denis-Courmont <rem@videolan.org>
Wed, 8 Mar 2006 12:25:29 +0000 (12:25 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Wed, 8 Mar 2006 12:25:29 +0000 (12:25 +0000)
commitd6b95124a6a823cce9491d5218070336b08e71c2
treea559eb6e5993a331226e16c2c3c4536609d66158
parent88fcc88c4bfe14190e77c22dbf0102db89315cb8
 * i18n_strtod: locale-agnostic strtod() (accepts both comma and dot as decimal separator)
 * us_strtod, us_atof: same as i18n_* but only accept dot in any case
   (this will be useful when parsing stream output chain which uses comma to separate
    options)
include/charset.h
src/misc/charset.c
src/test/i18n_atof.c