Re: About making elisp files UTF-8
"Eli Zaretskii" <[email protected]> Sat, 11 Dec 2004 15:46:11 +0200
| Newsgroups | gmane.emacs.xemacs.design |
|---|---|
| Message-ID | <[email protected]> |
> From: "Ben Wing" <[email protected]> > Date: Sat, 11 Dec 2004 05:19:18 -0600 > Cc: [email protected] > > Also, someone [maybe Stephen], what's going on in FSF land w.r.t. Unicode > support in GNU Emacs? What specifically are they planning, and how far are > they along? It's way beyond planning. There's a Unicode branch in the Emacs CVS, which you can check out and try (the branch is called emacs-unicode2, IIRC). That branch is actively worked on, mainly by Ken'ichi Handa, with help from a few others. The current plans are that Emacs 22.1 will be based on Unicode, and that the Unicode branch will be merged with the trunk after Emacs 21.4 goes into pretest. > Is anyone in communication with them to try and ensure that > their API's look like ours, or are they just going to be incompatible AGAIN? What APIs? AFAIK, there are no significant changes in the APIs due to the Unicode move, only the absolutely necessary ones. However, I might be mistaken, as I don't track the Unicode branch. You might be better off asking on [email protected] (Ken'ichi Handa reads that).