Closed
Bug 189767
Opened 22 years ago
Closed 22 years ago
Erroneous presentation of international characters
Categories
(MailNews Core :: Internationalization, defect)
Tracking
(Not tracked)
VERIFIED
INVALID
People
(Reporter: lferro, Assigned: smontagu)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2.1) Gecko/20021130
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2.1) Gecko/20021130
The mail view window is showing incorrect oriental type caracters in a french
message signature.
Reproducible: Didn't try
Steps to Reproduce:
Didn't tryed to reproduce due to the dificulty of doing such tests with acuracy.
Actual Results:
The message shows with some oriental caracters.
Expected Results:
I would expect the message to be present in the correct character set (some sort
of french characters)
The signature in my mozilla renders with oriental characters. My machine has w2k
with portuguese standard as regional settings.
------------------------------------ Starts here -------------------------------
X-UIDL: 339407496
X-Mozilla-Status: 0001
X-Mozilla-Status2: 00000000
Received: from pb1.pair.com [216.92.131.4] by teladigital.net
(SMTPD32-7.07) id AE9922D004C; Mon, 20 Jan 2003 03:08:57 -0500
Received: (qmail 1019 invoked by uid 1010); 20 Jan 2003 08:05:36 -0000
Mailing-List: contact php-windows-help@lists.php.net; run by ezmlm
Precedence: bulk
list-help: <mailto:php-windows-help@lists.php.net>
list-unsubscribe: <mailto:php-windows-unsubscribe@lists.php.net>
list-post: <mailto:php-windows@lists.php.net>
Delivered-To: mailing list php-windows@lists.php.net
Received: (qmail 1003 invoked from network); 20 Jan 2003 08:05:34 -0000
Message-ID: <004401c2c05a$65c16d00$a24b3851@EFS>
From: "Ermelir" <ermelir@ifrance.com>
Cc: <php-windows@lists.php.net>
References: <Pine.NEB.4.44.0301181925590.22954-100000@shell.sasquatch.com>
<DAV296SzN792YGYwEV80002254f@hotmail.com>
Date: Mon, 20 Jan 2003 09:02:40 +0100
MIME-Version: 1.0
Content-Type: text/plain;
charset="big5"
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2800.1106
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
To: <php-windows@lists.php.net>
Subject: [PHP-WIN] encrypt a string with pgp...
X-Note: This E-mail was scanned by Declude JunkMail (www.declude.com) for spam.
X-Spam-Tests-Failed: None
X-RCPT-TO: <lferro@teladigital.net>
Status: U
X-UIDL: 339407496
hello everybody,
I'm new on this mailing list and I hope you can help me. I search to encrypt
a string with the algorithm of pgp, for sending me a email and I can decrypt
it easyly.
but pgp under windows cannot be execute with a command line.
Have you a solution about it?
thanks
ermelir
_____________________________________________________________________
Envie de discuter en "live" avec vos amis ? Télécharger MSN Messenger
http://www.ifrance.com/_reloc/m la 1ère messagerie instantanée de France
Content-Type: text/plain;
charset="big5"
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → INVALID
Version: Trunk → Other Branch
Comment 2•22 years ago
|
||
>Content-Type: text/plain; charset="big5"
In this line, the message declares itself as being in Chinese. Mozilla honores
this charset declaration, which caused it to display Chinese characters.
It seems like the sender has labled the message incorrectly.
It cases like this, you can change the encoding manully to the currect one.
Version: Other Branch → Trunk
Updated•20 years ago
|
Product: MailNews → Core
Updated•16 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•