Issue1113097

classification
Title: Remove 0x0c character from text files
Type: Severity: normal
Components: None Versions:
Milestone:
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: bzimmer Nosy List: bzimmer, johahn
Priority: normal Keywords: patch

Created on 2005-01-31.11:02:36 by johahn, last changed 2005-02-21.10:38:55 by johahn.

Files
File name Uploaded Description Edit Remove
remove0x0c.patch johahn, 2005-02-21.10:38:55 Remove 0x0c character from source (clean)
Messages
msg2415 (view) Author: Johan M. Hahn (johahn) Date: 2005-01-31.11:02:36
I've noticed a 0x0c (form feed) character in some of
the text files. Eclipse shows it as a superscripted
dot, but in other editors it might be invisible. (Look
for example in jython/ACKNOWLEGMENTS at the "empty"
line before "Local Variables:".) If they do not serve a
purpose, I would like to see them gone.
msg2416 (view) Author: Brian Zimmer (bzimmer) Date: 2005-02-20.20:01:39
Logged In: YES 
user_id=37674

Please be careful when submitting patches to keep the scope to exactly 
the patch.  This patch has the patch for CharSequence in it.

A modification of this patch which only removes 0x0c characters would be 
accepted.
msg2417 (view) Author: Johan M. Hahn (johahn) Date: 2005-02-21.10:38:55
Logged In: YES 
user_id=887415

Sorry about that. Here is a clean patch.
History
Date User Action Args
2005-01-31 11:02:36johahncreate