From: Keith Packard Date: Tue, 19 May 2015 17:09:22 +0000 (-0700) Subject: altoslib: Expose locale and non-locale floating point parsing functions X-Git-Tag: 1.6.0.3~88 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=3e5e9333420ede74d998556c1bbd5888e8ff75ae;hp=3e5e9333420ede74d998556c1bbd5888e8ff75ae;p=fw%2Faltos altoslib: Expose locale and non-locale floating point parsing functions UI bits use locale-specific floating point formats, so parsing those needs to use the locale. Network-based data, like .kml bits need to use non-locale-specific parsing code, so now we've got both APIs available, and each used as appropriate. Signed-off-by: Keith Packard ---