Opened 11 years ago
Closed 11 years ago
#881 closed defect (fixed)
SHP provider is changing the locale and not restore them.
Reported by: | romicadascalescu | Owned by: | romicadascalescu |
---|---|---|---|
Priority: | major | Milestone: | 3.8.0 |
Component: | SHP Provider | Version: | 3.8.0 |
Severity: | 3 | Keywords: | |
Cc: | External ID: |
Description
setlocale(LC_ALL, "" ) will change the locale which in a multithreaded environment may be a problem.
Note:
See TracTickets
for help on using tickets.
Fixed by using the C++ locale API