icssc / peterportal-client

A web application to aid UCI students with course discovery and planning.
https://peterportal.org
MIT License
15 stars 12 forks source link

Apostrophe decoding error with professor title #301

Closed js0mmer closed 7 months ago

js0mmer commented 1 year ago

Apostrophe appears as ' as seen in the image below.

apostrophe

KevinWu098 commented 1 year ago

I believe this is on the PP-API side. Probably could clean it up on our end, but like Minh mentioned here in AA, not sure if it's idiomatic and/or expected behavior.

Screenshot 2023-07-29 at 3 08 26 AM
js0mmer commented 1 year ago

Seems to be a data inconsistency issue which should be fixed in PPAPI rewrite. Example: old: image

rewrite: image

Only some professors with an apostrophe in their title had this issue (certain Chancellor's Professors, Dean's Professors, etc.), most returned an apostrophe correctly.