Hi Sylvain,
Sylvain Beucler wrote:
> Can you explain me basically what it does and how to use it?
> (is it even meant for external use?)
I'm adding this doc to the gnulib manual. To view it reasonably:
$ git pull
$ cd doc
$ make gnulib.info; info -f ./gnulib.info
$ make gnulib.html; konq
Sylvain Beucler wrote:
> > > I got confused because `./configure --help` documents
> > > '--with-libmylib-prefix', but doesn't mention '--with-mylib'.
If you use AC_LIB_LINKFLAGS, there is no --with[out]-mylib option,
only a --with[out]-libmylib-prefix option. --without-libmylib-prefix
instructs t
Hi,
Mike Gran wrote:
> As far as I can tell, the ISO C towupper will probably work correctly on
> UCS-4 characters created by Gnulib functions like u32_conv_from_enc. But,
> it seems that it isn't guaranteed to do so, since wint_t is not required to
> be UCS-4. (I don't have a counterexample: I'
After the detection of line break possibilities, I'm also adding functions
for determining the word breaks in Unicode strings. As always, there is
also a function ulc_wordbreaks() that accepts a strings in locale encoding.
2009-02-08 Bruno Haible
New module 'uniwbrk/ulc-wordbreaks'.
Unicode 5.1.0 was released in March 2008. I've updated the tables in gnulib to
this version of Unicode. Most files are automatically regenerated; only a
little manual work.
2009-02-08 Bruno Haible
Update to Unicode 5.1.0.
* lib/gen-uni-tables.c (is_property_alphabetic): Includ