Folks,

One of the recent patches added a initialisation of default locale to 
the main.cpp
This has an VERY unexpected side effect to scerw numeric -> string 
transformations
for some locales (like france). The transformations use stringstreams 
and fore french locale ieach number which is > 999  had a comma inserted 
between each 3 digits.  So for examle numeri 1235 translatred ot 
"1,2345".   You can imagin what this  stuff does to for example 
genaration of  UDP port numbers for example.


I've committed a patch to fix this issue yesterday so please be advised.

_______________________________________________
QuteCom-dev mailing list
[email protected]
http://lists.qutecom.org/mailman/listinfo/qutecom-dev

Reply via email to