; * doc/lispref/nonascii.texi (Coding System Basics): Fix grammar.
This commit is contained in:
parent
25a2ff72d0
commit
0e8d452c1c
1 changed files with 1 additions and 1 deletions
|
@ -1049,7 +1049,7 @@ is like @code{undecided}, but it prefers to choose @code{utf-8} when
|
||||||
possible.
|
possible.
|
||||||
|
|
||||||
In general, a coding system doesn't guarantee roundtrip identity:
|
In general, a coding system doesn't guarantee roundtrip identity:
|
||||||
decoding a byte sequence using coding system, then encoding the
|
decoding a byte sequence using a coding system, then encoding the
|
||||||
resulting text in the same coding system, can produce a different byte
|
resulting text in the same coding system, can produce a different byte
|
||||||
sequence. But some coding systems do guarantee that the byte sequence
|
sequence. But some coding systems do guarantee that the byte sequence
|
||||||
will be the same as what you originally decoded. Here are a few
|
will be the same as what you originally decoded. Here are a few
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue