jansson/test/suites/api
Petri Lehtinen d7ddbf3661 Make real number encoding and decoding work under all locales
The decimal point '.' is changed to locale's decimal point
before/after JSON conversion to make C standard library's
locale-specific string conversion functions work correctly.

All the tests now call setlocale(LC_ALL, "") on startup to use the
locale set in the environment.

Fixes GH-32.
2011-10-02 21:31:17 +03:00
..
check-exports test file for new json_dump_callback function 2011-06-30 21:47:12 +03:00
Makefile.am test file for new json_dump_callback function 2011-06-30 21:47:12 +03:00
run Update copyright notices for 2011 2011-01-22 13:43:14 +02:00
test_array.c Make real number encoding and decoding work under all locales 2011-10-02 21:31:17 +03:00
test_copy.c Make real number encoding and decoding work under all locales 2011-10-02 21:31:17 +03:00
test_dump_callback.c Make real number encoding and decoding work under all locales 2011-10-02 21:31:17 +03:00
test_dump.c Make real number encoding and decoding work under all locales 2011-10-02 21:31:17 +03:00
test_equal.c Make real number encoding and decoding work under all locales 2011-10-02 21:31:17 +03:00
test_load.c Make real number encoding and decoding work under all locales 2011-10-02 21:31:17 +03:00
test_loadb.c Make real number encoding and decoding work under all locales 2011-10-02 21:31:17 +03:00
test_memory_funcs.c Make real number encoding and decoding work under all locales 2011-10-02 21:31:17 +03:00
test_number.c Make real number encoding and decoding work under all locales 2011-10-02 21:31:17 +03:00
test_object.c Make real number encoding and decoding work under all locales 2011-10-02 21:31:17 +03:00
test_pack.c Make real number encoding and decoding work under all locales 2011-10-02 21:31:17 +03:00
test_simple.c Make real number encoding and decoding work under all locales 2011-10-02 21:31:17 +03:00
test_unpack.c Make real number encoding and decoding work under all locales 2011-10-02 21:31:17 +03:00
util.h Make real number encoding and decoding work under all locales 2011-10-02 21:31:17 +03:00