diff options
author | Andy Wingo <wingo@pobox.com> | 2010-04-15 23:10:25 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2010-04-16 10:36:04 +0200 |
commit | 4d0fd3467c600447dd78a993c5be0fe89880b01c (patch) | |
tree | 1a7c2d2a26d4ccdfb700847f0b798c5d0bd9b1b4 /doc/ref/api-i18n.texi | |
parent | e6709db63f854dbcf36a6536dcbb57c6c97571a6 (diff) |
fixes to api-i18n.texi
* doc/ref/api-i18n.texi (Character Case Mapping): Remove note about lack
of support for multibute characters.
Diffstat (limited to 'doc/ref/api-i18n.texi')
-rw-r--r-- | doc/ref/api-i18n.texi | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/doc/ref/api-i18n.texi b/doc/ref/api-i18n.texi index b82a3a276..b4d8121f6 100644 --- a/doc/ref/api-i18n.texi +++ b/doc/ref/api-i18n.texi @@ -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 |