Internationalization and localization tools


Locale-Sensitive Python Method

str.isascii()

Internationalization (I18n) Method Overview

The isascii 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 Issues

ASCII 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.

Locale-Sensitive Python Methods

Lingoport internationalization and localization services and software