From ece0bec0c824e71f062656ed5c727baf2a7bfc90 Mon Sep 17 00:00:00 2001 From: Alexander Kornienko Date: Wed, 7 Aug 2013 00:07:07 +0000 Subject: Implemented llvm::sys::locale::columnWidth and isPrint for the case of generic UTF8-capable terminal. Summary: This is a second attempt to get this right. After reading the Unicode Standard I came up with the code that uses definitions of "printable" and "column width" more suitable for terminal output (i.e. fixed-width fonts and special treatment of many control characters). The implementation here can probably be used for Windows and MacOS if someone can test it properly. The patch addresses PR14910. Reviewers: jordan_rose, gribozavr CC: llvm-commits Differential Revision: http://llvm-reviews.chandlerc.com/D1253 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187837 91177308-0d34-0410-b5e6-96231b3b80d8 --- unittests/Support/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'unittests/Support/CMakeLists.txt') diff --git a/unittests/Support/CMakeLists.txt b/unittests/Support/CMakeLists.txt index 2cbe730ef7..5f26d5d745 100644 --- a/unittests/Support/CMakeLists.txt +++ b/unittests/Support/CMakeLists.txt @@ -19,6 +19,7 @@ add_llvm_unittest(SupportTests FileOutputBufferTest.cpp IntegersSubsetTest.cpp LeakDetectorTest.cpp + LocaleTest.cpp ManagedStatic.cpp MathExtrasTest.cpp MD5Test.cpp -- cgit v1.2.3