On Thu, 27 Feb 2014, Eugene Doudine wrote:
On Tue, 25 Feb 2014, Eugene Doudine wrote:
Hi, These patches introduce support for the en_US.UTF-8 locale.
[...]
Applied.
Unfortunately the last patch has broken building of message
files on non-linux systems. The attached patch should fix it.
--
Ulrich Wilkens
m...@uwilkens.de
>From 6edd316b9a6c321f77f740e76309bee10d44e883 Mon Sep 17 00:00:00 2001
From: Ulrich Wilkens <m...@uwilkens.de>
Date: Fri, 28 Feb 2014 14:46:34 +0100
Subject: [PATCH] Fix UTF8 problem on non-linux systems

---
 cde/databases/Imakefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/cde/databases/Imakefile b/cde/databases/Imakefile
index 845e2ee..d7403a0 100644
--- a/cde/databases/Imakefile
+++ b/cde/databases/Imakefile
@@ -195,6 +195,8 @@ clean::
 
 #if defined UTF8_NLS_SUPPORT
 # define UTF8_NLS_SUPPORT_OPT -DUTF8_NLS_SUPPORT
+#else
+# define UTF8_NLS_SUPPORT_OPT /**/
 #endif
 
 /*
-- 
1.8.3.1

------------------------------------------------------------------------------
Flow-based real-time traffic analytics software. Cisco certified tool.
Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer
Customize your own dashboards, set traffic alerts and generate reports.
Network behavioral analysis & security monitoring. All-in-one tool.
http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk
_______________________________________________
cdesktopenv-devel mailing list
cdesktopenv-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel

Reply via email to