commit | 54c707cde8aeae31188f3915eaf04dd127fde7b9 | [log] [tgz] |
---|---|---|
author | R David Murray <[email protected]> | Thu Jan 10 21:10:40 2013 -0500 |
committer | R David Murray <[email protected]> | Thu Jan 10 21:10:40 2013 -0500 |
tree | ea2971f82ba206cf0c56ec80d6d3d65b58eba8d2 | |
parent | 814ef50d565711aba1ea51a691375fc77465bb2f [diff] |
#15109: revert '%'->'format' changes in 4b105d328fe7 to fix regression. With '%', non-ascii worked because the '%' automatically got promoted to unicode. With format that doesn't happen, which led to encoding errors. This fix goes back to using %, and adds a test to make sure non-ascii string values work in iterdump.