Changes between Initial Version and Version 1 of Ticket #10669, comment 28
- Timestamp:
- Dec 12, 2015, 8:06:02 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10669, comment 28
initial v1 5 5 > So why aren't you also doing it this way? 6 6 7 Because it isn't necessary, setlocale() already does what it is supposed to do. 7 Because it isn't necessary, setlocale() already does what it is supposed to do. 8 9 Changing perfectly fine functionality to work around a bug in a third-party component would only introduce further regression, locale handling is a very complex topic. Instead, the bugged third-party component needs to be fixed. Were OS X open source software I'd gladly create a patch, but since OS X is closed-source, it falls to Apple to fix this. 8 10 9 11 > Sometimes you are wrong if you are the only one who does it right!