From b1eed07ad9156a66ce4e65b0522774619ec5b7a6 Mon Sep 17 00:00:00 2001 From: Nathan Woods Date: Wed, 4 Jan 2017 08:06:20 -0500 Subject: Vas Crabb feedback: 1. Changed the Win32 code to use _O_U8TEXT() 2. Reordered system #includes 3. Changed a number of 'std::wcout << ...' to use util::stream_format() I'm getting massive code compilation issues, and it isn't clear to me what the problem is. I'm committing my WIP right now, with the intention of reviewing the specifics soon. --- src/lib/util/unicode.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/lib/util/unicode.cpp') diff --git a/src/lib/util/unicode.cpp b/src/lib/util/unicode.cpp index 1f28fe55c47..5849abb8d73 100644 --- a/src/lib/util/unicode.cpp +++ b/src/lib/util/unicode.cpp @@ -8,9 +8,6 @@ ***************************************************************************/ -#include -#include - #include "unicode.h" #ifdef _WIN32 @@ -20,6 +17,9 @@ #include "utf8proc/utf8proc.h" +#include +#include + //------------------------------------------------- // uchar_isvalid - return true if a given -- cgit v1.2.3-70-g09d2