qualintitative / egoweb

This is a repository for EgoWeb 2.0 created and maintained by David P. Kennedy, a researcher at the non-profit RAND Corporation. The repository is also maintained by David Zhang a research programmer at RAND. EgoWeb is a modification of the software EgoNet, which was developed by Chris McCarty at the University of Florida.
http://www.qualintitative.com/wiki/doku.php/egoweb_2.0_home
30 stars 8 forks source link

apostrophe displaying special characters #27

Open qualintitative opened 4 years ago

qualintitative commented 4 years ago

The special characters required for saving apostrophes in the data base are not converted back to apostrophes when displaying data and in data export.

for example, typing in the following:

"change t.h.c levels, if i cant support it , i don't need it. keep pushing. going down in quality and quatity. Change my mind-set."

Looks fine when typing but when saving the question and then returning to it with the "back" button (or displaying the text in later questions) displays this:

"change t.h.c levels, if i cant support it , i don't;#039;t need it. keep pushing. going down in quality and quatity. Change my mind-set."

where the "don't" becomes "don't;#039;t"

Same thing in data export. "'t;#039;" should be converted back to ' for display / data export.

image

zhangster commented 4 years ago

this should be fixed with the recent updates

qualintitative commented 4 years ago

@zhangster this seems to be fixed on the screens but data export (.csv files) still has the special characters instead of apostrophes.