altoslib: Expose locale and non-locale floating point parsing functions
authorKeith Packard <keithp@keithp.com>
Tue, 19 May 2015 17:09:22 +0000 (10:09 -0700)
committerKeith Packard <keithp@keithp.com>
Tue, 19 May 2015 17:09:22 +0000 (10:09 -0700)
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 <keithp@keithp.com>

No differences found