unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
* [gnu.announce] GNU libunistring 0.9 released
@ 2009-04-28  8:34 Ludovic Courtès
  0 siblings, 0 replies; only message in thread
From: Ludovic Courtès @ 2009-04-28  8:34 UTC (permalink / raw)
  To: guile-devel

[-- Attachment #1: Type: text/plain, Size: 236 bytes --]

Hello,

Just in case you haven't seen it, this library contains some (most?) of
the Unicode things we may need and have found in Gnulib.  It's probably
better to start using it in lieu of the equivalent Gnulib modules.

Thanks,
Ludo'.


[-- Attachment #2: Type: message/rfc822, Size: 3003 bytes --]

From: Bruno Haible <bruno@clisp.org>
To: info-gnu@gnu.org
Subject: GNU libunistring 0.9 released
Date: Mon, 27 Apr 2009 23:00:33 +0200
Message-ID: <mailman.6145.1240883922.31690.info-gnu@gnu.org>

GNU libunistring is a library that provides functions for manipulating
Unicode strings and for manipulating C strings according to the Unicode
standard.

It consists of the following parts:

  unistr.h     elementary string functions
  uniconv.h    conversion from/to legacy encodings
  unistdio.h   formatted output to strings
  uniname.h    character names
  unictype.h   character classification and properties
  uniwidth.h   string width when using nonproportional fonts
  uniwbrk.h    word breaks
  unilbrk.h    line breaking algorithm
  uninorm.h    normalization (composition and decomposition)
  unicase.h    case folding
  uniregex.h   regular expressions (not yet implemented)

libunistring is for you if your application involves non-trivial text
processing, such as upper/lower case conversions, line breaking, operations
on words, or more advanced analysis of text. Text provided by the user can,
in general, contain characters of all kinds of scripts. The text processing
functions provided by this library handle all scripts and all languages.

libunistring is for you if your application already uses the ISO C / POSIX
<ctype.h>, <wctype.h> functions and the text it operates on is provided by
the user and can be in any language.

libunistring is also for you if your application uses Unicode strings as
internal in-memory representation.

Download:
  http://ftp.gnu.org/gnu/libunistring/libunistring-0.9.tar.gz

This is the first public release.


Bruno



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-04-28  8:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-28  8:34 [gnu.announce] GNU libunistring 0.9 released Ludovic Courtès

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).