Internationalization and localization tools


Locale-Sensitive Python Method

chr(integer)

Internationalization (I18n) Method Overview

Python 3: The chr function returns the character that represents the specified Unicode.

print(chr(1234))

Outputs

Ӓ

Python 2: Returns ascii in python 2. In Python 2 unichr is the Unicode equivalent.

Click here for more information.

I18n Issues

Calling the chr function may not have any i18n issues in the latest version of python.

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