Locale-Sensitive Objective-C Method
Foundation NSNumberFormatter
NSNumberFormatter secondaryGroupingSize
Internationalization (I18n) Method Overview
This method is used for fine grained tuning of number formats.
Click here
for additional Apple Developer Documentation details.
I18n Issues
It is unlikely that this method is used appropriately unless it is applied in the context of specific
locales. Resolution: Analyze the specific locale.
Generally one needs to pass in locale , encoding or language to ensure
that any culture-dependent conversion is done properly.
If you determine that the call is i18n-safe, you can use Globalyzer's
Ignore Comment functionality to ensure that it isn't
picked up in a subsequent scan.
For information about Objective-C Internationalization, click here.
|