From cb36d247a731e2d1c041cf662966f4f3bacadac9 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Wed, 24 Dec 2014 13:58:05 -0600 Subject: [PATCH] improve incorrect French (#23109) MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Following suggestions from Clément. --- Doc/howto/unicode.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/howto/unicode.rst b/Doc/howto/unicode.rst index 407a920b92..8138a0995f 100644 --- a/Doc/howto/unicode.rst +++ b/Doc/howto/unicode.rst @@ -32,8 +32,8 @@ For a while people just wrote programs that didn't display accents. I remember looking at Apple ][ BASIC programs, published in French-language publications in the mid-1980s, that had lines like these:: - PRINT "FICHIER EST COMPLETE." - PRINT "CARACTERE NON ACCEPTE." + PRINT "MISE A JOUR TERMINEE" + PRINT "PARAMETRES ENREGISTRES" Those messages should contain accents, and they just look wrong to someone who can read French. -- 2.50.1