|
Locale-Sensitive Python MethodInternationalization (I18n) Method OverviewTheisalpha function returns True if all characters in the string are alpha.
Click here for more information. I18n IssuesFor 8-bit strings, this method is locale-dependent. Put u before the string to insure it is Unicode
Globalyzer will detect this method and report it as an I18n issue. If you have determined that the call is being handled correctly, you can use Globalyzer's Ignore Comment functionality to ensure that it isn't picked up in a subsequent scan. |