* gettext-tools/src/filter-quote.c (BOLD_START, BOLD_END): Don't use
non-portable character escape "\e".
+2014-09-24 Daiki Ueno <ueno@gnu.org>
+
+ * filter-quote.c (BOLD_START, BOLD_END): Don't use non-portable
+ character escape "\e".
+
2014-08-28 Jonas 'Sortie' Termansen <sortie@maxsi.org> (tiny change)
* msginit.c: Include <stdint.h>.
#include <string.h>
#include "xalloc.h"
-#define BOLD_START "\e[1m"
-#define BOLD_END "\e[0m"
+#define BOLD_START "\x1b[1m"
+#define BOLD_END "\x1b[0m"
/* This is a direct translation of po/quot.sed and po/boldquot.sed. */
static void