|
Locale-Sensitive Python MethodInternationalization (I18n) Method OverviewTheisascii function returns True if the string is empty or all characters in the string are ASCII, False otherwise. ASCII characters have code points in the range U+0000-U+007F.
Click here for more information. I18n IssuesASCII cannot represent international strrings. 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. |