diff options
author | 2014-12-24 16:07:02 -0600 | |
---|---|---|
committer | 2014-12-24 16:07:02 -0600 | |
commit | a54f07504f2b555e97eed2213acd749dd53194b5 (patch) | |
tree | 5d73fe199ec910f2cdfca721d9dd59579704afd0 /Doc/howto/unicode.rst | |
parent | improve incorrect French (#23109) (diff) | |
download | cpython-a54f07504f2b555e97eed2213acd749dd53194b5.tar.gz cpython-a54f07504f2b555e97eed2213acd749dd53194b5.tar.bz2 cpython-a54f07504f2b555e97eed2213acd749dd53194b5.zip |
update correct French examples (#23109)
Diffstat (limited to 'Doc/howto/unicode.rst')
-rw-r--r-- | Doc/howto/unicode.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/howto/unicode.rst b/Doc/howto/unicode.rst index 459be98a694..b49ac391ce9 100644 --- a/Doc/howto/unicode.rst +++ b/Doc/howto/unicode.rst @@ -35,8 +35,8 @@ might have lines like these:: PRINT "MISE A JOUR TERMINEE" PRINT "PARAMETRES ENREGISTRES" -Those messages should contain accents (completé, caractère, accepté), -and they just look wrong to someone who can read French. +Those messages should contain accents (terminée, paramètre, enregistrés) and +they just look wrong to someone who can read French. In the 1980s, almost all personal computers were 8-bit, meaning that bytes could hold values ranging from 0 to 255. ASCII codes only went up to 127, so some |