[PATCH] libunistring: update to Unicode 7.0.0

2015-01-14 Thread Daiki Ueno
Hello, I've merged all the remaining Unicode 7.0.0 patches to Gnulib master. Since the commits are huge, I don't post them to the lists nor include links to cgit (see below for the commit IDs). The snapshot libunistring tarball is also available from: http://alpha.gnu.org/gnu/libunistring/libunis

Call to locale_charset within wcwidth

2015-01-14 Thread Gavin Smith
I am working on a program that uses wcwidth from gnulib on many characters in a buffer, however this is reported to be slow under some platforms.[1] The reason appears to be the call to locale_charset within the wcwidth implementation. I found some discussion of speeding this up in the bug-gnulib