python-heatclient/heatclient/openstack
chenxiao 2742b33010 Encode output for fixing UnicodeDecodeError
Current heatclient doesn't handle properly outgoing encode process.
For resolving it, this patch implements a process to encode everything
going out of the client, for example, prints.

This patch used two new modules (gettextutils.py and strutils.py)
taken from oslo-incubator in order to use safe_encode() and
safe_decode().

Closes-Bug: #1249233

Change-Id: Ia8c955a80d68126cd9c1fd791bda3e331a2aa5c9
2013-11-13 13:44:44 +08:00
..
common Encode output for fixing UnicodeDecodeError 2013-11-13 13:44:44 +08:00
__init__.py Initial import 2012-10-10 08:55:03 +13:00