From: Benjamin Peterson Date: Wed, 24 Dec 2014 19:58:05 +0000 (-0600) Subject: improve incorrect French (#23109) X-Git-Tag: v2.7.10rc1~255 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cb36d247a731e2d1c041cf662966f4f3bacadac9;p=python improve incorrect French (#23109) Following suggestions from Clément. --- 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.