autoupdate
authorKarl Berry <karl@freefriends.org>
Thu, 23 Jun 2011 16:16:46 +0000 (09:16 -0700)
committerKarl Berry <karl@freefriends.org>
Thu, 23 Jun 2011 16:16:46 +0000 (09:16 -0700)
doc/standards.texi

index 4c7eeade98e5a9c45b0a96b3fa02e86458460e19..08efa001565ac4266eef2c818f244100f94c5df3 100644 (file)
@@ -3,7 +3,7 @@
 @setfilename standards.info
 @settitle GNU Coding Standards
 @c This date is automagically updated when you save this file:
-@set lastupdate May 5, 2011
+@set lastupdate May 10, 2011
 @c %**end of header
 
 @dircategory GNU organization
@@ -615,8 +615,7 @@ for interface to certain types of terminals or printers
 that can't handle those characters.
 Whenever possible, try to make programs work properly with
 sequences of bytes that represent multibyte characters, using encodings
-such as UTF-8 and others.  You can use libiconv to deal with a wide
-range of encodings.
+such as UTF-8 and others.
 
 @cindex error messages
 Check every system call for an error return, unless you know you wish