Actions
Bug #1987
closedProvide ability to paste in mathematical formulas (allow special characters)
Start date:
02/22/2005
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
1987
Description
A feature requested by participants of the Feb. 2005 KNB workshop (as mentioned
in Laura Downey's Morpho Usability Report).
Updated by Callie Bowdish over 16 years ago
I tested a bug fix for character set problems and one of the tests was for the ability to use special characters.
Here is Jing's comment on a similar bug entry (2517)
------- Comment #2 from tao@nceas.ucsb.edu 2008-03-06 17:32 -------
This bug has been fixed (base on callie's testing). Here are somethings i did:
1)Use ServletOutputSteam to replace PrintWriter to send response of read and
query actions. So Java wouldn't encode the special characters.
2)Fix a bug in normalize method in MetacatUtil class - it will encode special
characters.
3)Fix a similar bug in normalize subroute in register-dataset.cgi.
Actions