Project

General

Profile

Actions

Bug #1071

closed

Illegal XML characters in EML modules

Added by Dan Higgins about 21 years ago. Updated about 21 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
morpho - general
Target version:
Start date:
05/21/2003
Due date:
% Done:

0%

Estimated time:
Bugzilla-Id:
1071

Description

One of the people working with Christy Bowles creatd a package and then could
not open it. A look at the dataset module (knb2003.67.1) showed that several
unusual ASCII control characters appeared within the XML data (hex characters
'19', '1C', and '1D'). This caused a parsing error in Morpho. Removing these
characters fixed the error opening the package, but it is unknown how these
ASCII control characters got in the package in the first place!

We probably need to filter out all but CR/LF control characters.

Actions #1

Updated by Dan Higgins about 21 years ago

Apparently, the source of the 'strange' control characters is from pasting text
from a PDF file into the editor text boxes!

Need to filter ASCII characters with values less than 32.

Actions #2

Updated by Dan Higgins about 21 years ago

added filter to 'normalize' method to remove any characters with values less
than 32 except for CR and LF (10 and 13 decimal).

Actions #3

Updated by Redmine Admin over 11 years ago

Original Bugzilla ID was 1071

Actions

Also available in: Atom PDF