[swift-users] I ve found a serious Bug in JSONEncoder (SR-6131) and would like to fix it.

2017-12-18 Thread Benoit Pereira da silva via swift-users
Dear all I've found a serious Bug in JSONEncoder SR-6131 and would like to fix it. This bug cause JSON encoding issues on Double when using a local that does not use dot as decimal separator e.g « fr_FR » (we use a coma) Demonstration of the issue :

[swift-users] I ve found a serious Bug in JSONEncoder (SR-6131) and would like to fix it.

2017-12-18 Thread Benoit Pereira da silva via swift-users
Dear all I've found a serious Bug in JSONEncoder SR-6131 and would like to fix it. This bug cause JSON encoding issues on Double when using a local that does not use dot as decimal separator e.g « fr_FR » (we use a coma) Demonstration of the issue :

[swift-users] I've found a serious Bug in JSON encoding (SR-6631) and would like to fix it. [Sorry for the multiple posts]

2017-12-18 Thread Benoit Pereira da silva via swift-users
Dear all I've found a serious Bug in the JSON encoding foundations. [ SR-6631 ] This bug cause JSON encoding issues on Doubles when using a locale that does not use dot as decimal separator e.g « fr_FR » (we use a coma) When using such a locale