bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#13879: Change src/msdos.c from raw-text to ASCII


From: Paul Eggert
Subject: bug#13879: Change src/msdos.c from raw-text to ASCII
Date: Tue, 05 Mar 2013 09:43:07 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130219 Thunderbird/17.0.3

Tags: patch

In my attempt to make the Emacs sources UTF-8-safe, I ran across
src/msdos.c, which is currently raw-text because
it has string literals containing bytes with the top
bit set.  There's an easy way to make this ASCII, e.g.,
use the string literal "\375" rather than "X" (where X is
the actual byte with octal code 375).  Attached is a proposed patch.
I'm CC'ing this to Eli since this affects the MS-DOS port.

Attachment: msdos.txt
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]