Internationalization and localization tools


Locale-Sensitive Python Method

bytes([source[, encoding[, errors]]])

Internationalization (I18n) Method Overview

The bytes function is an immutable version of bytearray. Returns the bytes from the given source object. If it is a string, you must also give the encoding (and optionally, errors) parameters; bytearray() then converts the string to bytes using str.encode().

Click here for more information.

I18n Issues

Be sure to use appropriate encoding for international strings.

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