unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Coding systems vietnamese-vscii and vietnamese-tcvn
@ 2023-07-21 11:26 Ulrich Mueller
  2023-07-21 12:34 ` Eli Zaretskii
  0 siblings, 1 reply; 7+ messages in thread
From: Ulrich Mueller @ 2023-07-21 11:26 UTC (permalink / raw)
  To: emacs-devel

language/vietnamese.el defines coding systems vietnamese-vscii
(with charset vscii) and vietnamese-tcvn (with charset tcvn-5712).
However, mule-conf.el defines the two charsets as aliases [1]:

   (define-charset-alias 'tcvn-5712 'vscii)

Indeed, a file containing bytes 0x00 to 0xff decodes to the same buffer
contents, regardless if its coding is specified as vscii or as tcvn.

Wikipedia also seems to say that these are only different names for
the same encoding: https://en.wikipedia.org/wiki/VSCII

Should coding system vietnamese-tcvn be an alias for vietnamese-vscii
(or the other way around)?


[1] I tried to trace the history of this definition, but I gave up at
merge(?) commit 8f924df7df01, neither of whose parents have the line.
Apparently conversion from CVS isn't perfect.



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-07-29  5:19 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-21 11:26 Coding systems vietnamese-vscii and vietnamese-tcvn Ulrich Mueller
2023-07-21 12:34 ` Eli Zaretskii
2023-07-21 12:52   ` Ulrich Mueller
2023-07-21 13:06     ` Eli Zaretskii
2023-07-28 18:03       ` Ulrich Mueller
2023-07-28 18:53         ` Eli Zaretskii
2023-07-29  5:19           ` Ulrich Müller

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).