Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b33bb89 commit 643eb44Copy full SHA for 643eb44
1 file changed
Doc/howto/unicode.rst
@@ -32,8 +32,8 @@ For a while people just wrote programs that didn't display accents.
32
In the mid-1980s an Apple II BASIC program written by a French speaker
33
might have lines like these::
34
35
- PRINT "FICHIER EST COMPLETE."
36
- PRINT "CARACTERE NON ACCEPTE."
+ PRINT "MISE A JOUR TERMINEE"
+ PRINT "PARAMETRES ENREGISTRES"
37
38
Those messages should contain accents (completé, caractère, accepté),
39
and they just look wrong to someone who can read French.
0 commit comments