UMICTResearch / resume-me

Application to provide resume and interview feedback
1 stars 1 forks source link

[Medium] Uploading text files results in certain characters replaced with ??? #136

Open trdillah opened 9 years ago

trdillah commented 9 years ago

I saved a MS Word file as a text file. I uploaded the text file as a resume and the dashes, bullets, apostrophes display as a ???. See image: screen shot 2015-07-31 at 6 15 55 pm

The official file as displayed in TextEdit screen shot 2015-07-31 at 6 16 19 pm

Not sure if this should be assigned to @sulemandiwan or @nishanbose

Assigning as a fix for public release for now BUT this may work with other text files and I'll test later

trdillah commented 9 years ago

Okay, added a plain text file and this issue doesn't appear. Removing this from public release. Not sure what's happening otherwise as I saved this as an Mac OS text before (not Western ASCII). I'll likely need to document this as well--should it be text saved as "Western ASCII"?

nishanbose commented 9 years ago

The file is encoded in a different format and is not a typical txt file which is why the special characters are displayed. We may not be able to handle this right away.

I would say depending on the job seeker responses, we handle this issue.

nishanbose commented 9 years ago

So, how do we plan to handle this? Text files can have multiple different types of encoding.

umichict commented 9 years ago

The best way to handle this is to specify in the page the type of encoding that is supported. Or warn users that text files created by applications such as...may result in invalid characters so that they know ahead of time. We don't necessarily have to handle it, just set the expectations. Does that make sense?

On Sat, Aug 22, 2015 at 11:27 AM, Nishan Bose notifications@github.com wrote:

So, how do we plan to handle this? Text files can have multiple different types of encoding.

— Reply to this email directly or view it on GitHub https://github.com/UMICTResearch/resume-me/issues/136#issuecomment-133715384 .

Tawanna Dillahunt, Ph.D. Assistant Professor University of Michigan School of Information

(734) 647-8296

http://www.tawannadillahunt.com http://socialinnovations.us

trdillah commented 9 years ago

Clearing milestone -- lower priority

nishanbose commented 8 years ago

Needs investigation