From: "Henry Lafleur" <lafleurh@gmail.com>
To: 1502@emacsbugs.donarmstrong.com, eliz@gnu.org, jasonrumney@gmail.com
Subject: bug#1502: CR/LF Unicode Problem: UTF-8 file with problem
Date: Sun, 7 Dec 2008 23:45:46 -0600 [thread overview]
Message-ID: <83533120812072145u20ae0c9i51fc3fb8d0896406@mail.gmail.com> (raw)
In-Reply-To: <83533120812072125o35ffddp9b0d8c17e29f9297@mail.gmail.com>
[-- Attachment #1.1: Type: text/plain, Size: 884 bytes --]
OK, Emacs 22.1 on Linux (OpenSUSE 10.3) works just fine. The problem appears
to be isloated to Windows. I'm running Windows XP service pack 2, Emacs 22.1
or 22.3 and have the problem.
Thanks,
Henry.
On Sun, Dec 7, 2008 at 11:25 PM, Henry Lafleur <lafleurh@gmail.com> wrote:
>
> Here's the file that is causing the problem.
>
> It starts with the with the 3-byte order mark and each line ends with with
> CR/LF except the two lines with character codes > 128 which end only in LF.
> When I open the file in Windows Emacs, each LF is preceeded by an additional
> CR so the lines with CR/LF end in CR/CR/LF and lines that end in LF end in
> CR/LF.
>
> If I start emacs with the -Q option, I get the same result. Normally I
> start Emacs by running the runemacs.exe. I'm running on Windows. (I'll check
> the problem on Linux once I get the file there also.)
>
> Thanks,
>
> Henry.
>
[-- Attachment #1.2: Type: text/html, Size: 1316 bytes --]
[-- Attachment #2: RRTestAppend1.sql --]
[-- Type: text/plain, Size: 1084 bytes --]
CREATE TABLE IF NOT EXISTS bum_script_tb (
script_id int NOT NULL,
applied_date datetime NOT NULL,
CONSTRAINT pk_bum_script PRIMARY KEY (script_id, applied_date)
);
CREATE TABLE IF NOT EXISTS bum_change_tb (
change_id int NOT NULL,
script_id int,
applied_date datetime NOT NULL,
CONSTRAINT pk_bum_change PRIMARY KEY (change_id, applied_date)
);
CREATE TRIGGER def_bum_script_date BEFORE INSERT ON bum_script_tb
FOR EACH ROW
SET NEW.applied_date = NOW();
CREATE TRIGGER def_bum_change_date BEFORE INSERT ON bum_change_tb
FOR EACH ROW
SET NEW.applied_date = NOW();
-- $$North America/South America
/**/
SELECT 'North America/South America' AS Message;
INSERT INTO continent (ENGLISH, RU) VALUES ('NORTH AMERICA','AMÃRICA DEL NORTE');
INSERT INTO continent (ENGLISH, RU) VALUES ('SOUTH AMERICA','AMÃRICA DEL SUR');
SELECT 'DONE';
INSERT INTO bum_change_tb (change_id, script_id) VALUES (1693, 1354);
INSERT INTO bum_script_tb (script_id) VALUES (1354);
UPDATE version_tb SET version_number = 1354;
next prev parent reply other threads:[~2008-12-08 5:45 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-12-08 5:25 bug#1502: CR/LF Unicode Problem: UTF-8 file with problem Henry Lafleur
2008-12-08 5:45 ` Henry Lafleur [this message]
2008-12-08 23:50 ` jasonr
2008-12-08 23:55 ` Processed: " Emacs bug Tracking System
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=83533120812072145u20ae0c9i51fc3fb8d0896406@mail.gmail.com \
--to=lafleurh@gmail.com \
--cc=1502@emacsbugs.donarmstrong.com \
--cc=eliz@gnu.org \
--cc=jasonrumney@gmail.com \
/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.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.