voteflux / digipol

An app to allow Australian Voters to vote on current issues and bills in the parliament.
https://digipol.app
GNU General Public License v3.0
60 stars 9 forks source link

Apostrophes not rendering correctly in Android #199

Closed okdaithi closed 3 years ago

okdaithi commented 3 years ago

Apostrophes don't render correctly in bill titles. (Screenshot attached)

Totally minor in scheme of things but probably important from an aesthetic point of view.

Device: LG G8 Android 10 & Android emulator Nexus 5 Android 11

image

image

magnetism2000 commented 3 years ago

This should be fixed on the API side before the data is added into the db.

@KipCrossing

KipCrossing commented 3 years ago
.replaceAll(new RegExp(r"[^\s\w()]"), "")

can be a quick fix