Text files are nowadays usually encoded in Unicode, and may consist of very different scripts - from Latin letters to Chinese Hanzi -, with many kinds of special characters - accents, right-to-left writing marks, hyphens, Roman numbers, and much more. But the POSIX platform APIs for text do not contain adequate functions for dealing with particular properties of many Unicode characters. In fact, the POSIX APIs for text have several assumptions at their base which don't hold for Unicode text. This library provides functions for manipulating Unicode strings and for manipulating C strings according to the Unicode standard. small tweaks and ok jasper@
13 lines
439 B
Plaintext
13 lines
439 B
Plaintext
$OpenBSD: patch-Makefile_in,v 1.1.1.1 2012/06/14 17:30:48 pascal Exp $
|
|
--- Makefile.in.orig Thu Mar 1 15:31:29 2012
|
|
+++ Makefile.in Thu Mar 1 15:31:38 2012
|
|
@@ -773,7 +773,7 @@ top_builddir = @top_builddir@
|
|
top_srcdir = @top_srcdir@
|
|
AUTOMAKE_OPTIONS = 1.5 gnu no-dependencies
|
|
ACLOCAL_AMFLAGS = -I m4 -I gnulib-m4
|
|
-SUBDIRS = doc gnulib-local lib tests
|
|
+SUBDIRS = gnulib-local lib tests
|
|
|
|
# Allow users to use "gnulib-tool --update".
|
|
|