[Scons-dev] Unicode support in print_tree / render_tree

Remko Tronçon remko at el-tramo.be
Sun Jul 14 07:46:40 EDT 2013


Hi Dirk,

On 14 July 2013 13:16, Dirk Bächle <tshortik at gmx.de> wrote:

> So it would help us a lot if you could create a simple testcase for this,

> which breaks with the current code but should run successfully in the end.


Here's a failing case:

env = Environment()
env.Tool("textfile")
env.Textfile("Foo", unichr(0xe7).encode('utf-8'))

'scons' runs fine, 'scons --tree=all' throws an exception.

cheers,
Remko


More information about the Scons-dev mailing list