Printing SCON是否支持详细模式和亚洲语言?

Printing SCON是否支持详细模式和亚洲语言?,printing,character,scons,verbose,Printing,Character,Scons,Verbose,我试过了 scons --verbose scons -verbose 似乎两者都给了我版本信息,而不是详细模式。我想了解更多关于SCON如何构建我的项目的细节。有这个命令行吗 我知道python支持亚洲语言,没问题 $ python Python 2.7.13 (default, Dec 17 2016, 23:03:43) [GCC 4.2.1 Compatible Apple LLVM 8.0.0 (clang-800.0.42.1)] on darwin Type "h

我试过了

 scons --verbose
 scons -verbose
似乎两者都给了我版本信息,而不是详细模式。我想了解更多关于SCON如何构建我的项目的细节。有这个命令行吗

  • 我知道python支持亚洲语言,没问题

    $ python
    Python 2.7.13 (default, Dec 17 2016, 23:03:43)
    [GCC 4.2.1 Compatible Apple LLVM 8.0.0 (clang-800.0.42.1)] on darwin
    Type "help", "copyright", "credits" or "license" for more information.
    >>> print '妳好'
    妳好
    
    我试着在我的书里面写

    print "妳好".
    
    scons打印了一些错误:

    SyntaxError: Non-ASCII character '\xe5' in file /home/abc/SConstruct on line 2, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details
    
  • 我想知道SCons是否支持亚洲语言

    谢谢。

    Q1:SCons支持--verbose吗

    A1:否查看手册页或使用scons-h查看所有支持的标志

    问题2:SCON是否支持外语

    A2:您的问题最好是问“SCON支持unicode吗?”。在这种情况下,答案不是真的。但是我们正在开发Python3端口,它应该