From: "Stefan Monnier <foo@acm.com>" <monnier+gnu.emacs.help/news/@flint.cs.yale.edu>
Subject: Re: multilingual text in frame
Date: 21 Jan 2003 12:57:09 -0500 [thread overview]
Message-ID: <5ladhujsi2.fsf@rum.cs.yale.edu> (raw)
In-Reply-To: mailman.673.1043149750.21513.help-gnu-emacs@gnu.org
>> I defined a function `multibyte-string-to-unibyte', it converts each
>> character in the input string by using `multibyte-char-to-unibyte'.
>> I think it should be a built-in (C) function.
I think that multibyte-char-to-unibyte and its friends like
string-make-unibyte should be avoided as much as possible.
In most cases, they're only used because the author doesn't really
understand what he's doing (I don't know if that's the case here,
because I only saw Kenichi's reply but not the original post).
Better use something like (encode-coding-string str locale-coding-system)
so it's clear which coding-system is being used.
Stefan
prev parent reply other threads:[~2003-01-21 17:57 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-01-17 14:06 multilingual text in frame Phillip Lord
2003-01-18 10:26 ` Eli Zaretskii
2003-01-18 18:35 ` Jesper Harder
2003-01-20 12:50 ` Phillip Lord
[not found] ` <mailman.524.1042889362.21513.help-gnu-emacs@gnu.org>
2003-01-20 12:50 ` Phillip Lord
2003-01-20 15:44 ` Ehud Karni
2003-01-20 18:34 ` Eli Zaretskii
2003-01-20 20:28 ` Ehud Karni
2003-01-20 20:28 ` Eli Zaretskii
2003-01-21 11:46 ` Kenichi Handa
2003-01-21 18:06 ` Ehud Karni
[not found] ` <mailman.673.1043149750.21513.help-gnu-emacs@gnu.org>
2003-01-21 17:57 ` Stefan Monnier <foo@acm.com> [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5ladhujsi2.fsf@rum.cs.yale.edu \
--to=monnier+gnu.emacs.help/news/@flint.cs.yale.edu \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).