-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Sunday, August 19 at 12:41 PM, quoth Breen Mullins:
> I've wrestled with this one for a few days and I'm not getting
> anywhere.
> It should be simple (and probably is!) but I'm not seeing it.
Could you post an example message so that we can exami
How can I teach lbdbq to understand e.g. the utf-8 character set?
Thank you in advance for any hint.
Harald Weis
--
FreeBSD 6.2-RELEASE-p2 #0: Tue Feb 27 22:56:09 UTC 2007
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Monday, August 20 at 04:00 PM, quoth Harald Weis:
>How can I teach lbdbq to understand e.g. the utf-8 character set?
I think you've misaddressed your email. This is the *mutt* mailing
list, not the lbdbq mailing list.
~Kyle
- --
This is my simpl
On 2007-08-20 08:37:19 -0600, Kyle Wheeler wrote:
> On Monday, August 20 at 04:00 PM, quoth Harald Weis:
> >How can I teach lbdbq to understand e.g. the utf-8 character set?
> I think you've misaddressed your email. This is the *mutt* mailing
> list, not the lbdbq mailing list.
lbdbq coming fro
* Kyle Wheeler <[EMAIL PROTECTED]> [2007-08-20 07:42 -0600]:
On Sunday, August 19 at 12:41 PM, quoth Breen Mullins:
I've wrestled with this one for a few days and I'm not getting
anywhere.
It should be simple (and probably is!) but I'm not seeing it.
Could you post an example message so that
* Harald Weis on Monday, August 20, 2007 at 16:00:45 +0200
> How can I teach lbdbq to understand e.g. the utf-8 character set?
lbdb's TODO says:
- Add UTF-8 support.
at least for lbdb-0.35.1; if someone knows about a more recent
version where it is DONE, I'd love to know about it.
c
--
Python
Type Ctrl-E on the message and replace the charset iso-8859-1 with
Windows-1252. If the message has multiple parts, hit v then choose the
part that is displayed wrongly, then do Ctrl-E as described above.
Does it help?
Kai
On Sun, Aug 19, 2007 at 12:41:46PM -0700, Breen Mullins wrote:
> I've
* Kai Grossjohann <[EMAIL PROTECTED]> [2007-08-20 17:36 +0200]:
Type Ctrl-E on the message and replace the charset iso-8859-1 with
Windows-1252. If the message has multiple parts, hit v then choose the
part that is displayed wrongly, then do Ctrl-E as described above.
Does it help?
Nope. Sti
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Monday, August 20 at 07:40 AM, quoth Breen Mullins:
> * Kyle Wheeler <[EMAIL PROTECTED]> [2007-08-20 07:42
> -0600]:
>
>> On Sunday, August 19 at 12:41 PM, quoth Breen Mullins:
>>> I've wrestled with this one for a few days and I'm not getting
>>>
Re: Salve Håkedal 2007-08-20 <[EMAIL PROTECTED]>
> While in inbox index or pager, is there a way to read my reply, except
> change to the sent-mail folder to look it up there?
folder-hook . 'set record="^"'
Christoph
--
[EMAIL PROTECTED] | http://www.df7cb.de/
signature.asc
Description: Digita
Hello Kai, hello Kyle, hello Christian,
On Friday, August 3, 2007 at 15:37:38 +0200, Kai Grossjohann wrote:
> I (fairly) often get messages with no charset specified, or with the
> wrong charset specified, so I do Ctrl-E on them and edit the charset
> parameter to windows-1252
As Kyle said,
Bonjour Nicolas,
On Saturday, August 18, 2007 at 10:25:21 +0200, Nicolas wrote:
>> On Sat, Aug 18, 2007 at 12:52:55AM +0200, Nicolas wrote:
>>> \222 is displayed while a ' should appear
>>> \200 is displayed while a should appear
>| Content-Type: text/plain; charset=ISO-8859-1
The usual mi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Monday, August 20 at 06:49 PM, quoth Alain Bench:
> -4) Kyle: You listed "charset-hook none windows-1252". I don't
> recall having ever seen a charset=none label. Does it really happen?
I did actually see it in the wild. I think it was a misconfig
On Mon, Aug 20, 2007 at 04:39:48PM +0200, Thomas Roessler wrote:
> On 2007-08-20 08:37:19 -0600, Kyle Wheeler wrote:
>
> > On Monday, August 20 at 04:00 PM, quoth Harald Weis:
> > >How can I teach lbdbq to understand e.g. the utf-8 character set?
>
> > I think you've misaddressed your email. This
Hi list,
I use the following mutt configuration:
http://git.madduck.net/v?p=etc/mutt.git;a=tree;h=3e83d1360c1bf6a5a599bcb539e804f04108b374;hb=efbf8de2b6d70f65e979f5c2b9d55f3751926a7b
and as you can see, index_format includes %H[0], and I added a test
pattern "spam . 'all'" to the configuratio
also sprach martin f krafft <[EMAIL PROTECTED]> [2007.08.21.0117 +0200]:
> I use the following mutt configuration:
>
>
> http://git.madduck.net/v?p=etc/mutt.git;a=tree;h=3e83d1360c1bf6a5a599bcb539e804f04108b374;hb=efbf8de2b6d70f65e979f5c2b9d55f3751926a7b
>
> and as you can see, index_format in
* Kyle Wheeler <[EMAIL PROTECTED]> [2007-08-20 09:50 -0600]:
Aha! :)
It's pretty obvious when you think about it. Let me guess, you use a
UTF-8 locale?
Yep.
The tr program, knowing only bytes, finds the 0xB9 byte and transforms
it into 0x27, just like you told it to, leaving 0xC2 0x27. Be
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Monday, August 20 at 05:25 PM, quoth Breen Mullins:
>> The best way to fix this is with sed, rather than tr:
>>
>> sed "s/\o302\o271/'/g"
>>
>> (That's for GNU sed; other sed's use different syntax for
>> specifying bytes.)
>
> Yeah. OS X here
* Kyle Wheeler <[EMAIL PROTECTED]> [2007-08-20 20:21 -0600]:
Heh, OSX's sed can handle the character directly. For example:
/usr/bin/sed "s/¹/'/g"
Huh. So it can. Now all I have to do is sort out the quoting in the
message-hook...
Thanks again!
--
Breen Mullins
Menlo Park, California
On Mon, Aug 20, 2007 at 06:49:18PM +0200, Alain Bench wrote:
> I'll just add some comments to the discussion:
You're too modest! Fantastic treatise.
> There is *no* charset auto-sensing for bodies.
But that's what we need the most. :(
--
henry nelson
WWW_HOME=http://yuba(dot)ne(dot)jp/(tild
20 matches
Mail list logo