n_US"
>> LC_TELEPHONE="en_US"
>> LC_MEASUREMENT="en_US"
>> LC_IDENTIFICATION="en_US"
>> LC_ALL=
>>
>> >>> import sys
>> >>> x=sys.getfilesystemencoding()
>> >>> print x
>> ANSI_X3.4-1
E="en_US"
LC_ADDRESS="en_US"
LC_TELEPHONE="en_US"
LC_MEASUREMENT="en_US"
LC_IDENTIFICATION="en_US"
LC_ALL=
>>> import sys
>>> x=sys.getfilesystemencoding()
>>> print x
ANSI_X3.4-1968
That explains some things :-)
On Mon, Jan
Building with: ./swift/utils/build-script -R -t --foundation
on Linux (gentoo amd64) fails with
+ /usr/bin/cmake --build
/home/tgall/swift/build/Ninja-ReleaseAssert/swift-linux-x86_64 -- -j4
SwiftUnitTests
[6/29] Generating UnicodeGraphemeBreakTest.cpp from
UnicodeGraphemeBreakTest.cpp.gyb with
Hi All,
Getting my "sea" legs under me building swift and company on Linux.
(Gentoo/x86-64 to be exact). In the docs I see Ubuntu 3.6 r100 as the
minimum mentioned for llvm/clang.
As API and standard support within the llvm/clang/clang++ universe can
change a bit, I was wondering if there was any