fixes to api-i18n.texi
authorAndy Wingo <wingo@pobox.com>
Thu, 15 Apr 2010 21:10:25 +0000 (23:10 +0200)
committerAndy Wingo <wingo@pobox.com>
Fri, 16 Apr 2010 08:36:04 +0000 (10:36 +0200)
* doc/ref/api-i18n.texi (Character Case Mapping): Remove note about lack
  of support for multibute characters.

doc/ref/api-i18n.texi

index b82a3a2..b4d8121 100644 (file)
@@ -1,6 +1,6 @@
 @c -*-texinfo-*-
 @c This is part of the GNU Guile Reference Manual.
-@c Copyright (C)  1996, 1997, 2000, 2001, 2002, 2003, 2004, 2006, 2007, 2009
+@c Copyright (C)  1996, 1997, 2000, 2001, 2002, 2003, 2004, 2006, 2007, 2009, 2010
 @c   Free Software Foundation, Inc.
 @c See the file guile.texi for copying conditions.
 
@@ -221,10 +221,6 @@ Return a new string that is the titlecase version of @var{str}
 according to either @var{locale} or the current locale.
 @end deffn
 
-Note that in the current implementation Guile has no notion of
-multibyte characters and in a multibyte locale characters may not be
-converted correctly.
-
 @node Number Input and Output, Accessing Locale Information, Character Case Mapping, Internationalization
 @subsection Number Input and Output