jwr1 / interstellar

An app for Mbin and Lemmy, connecting you to the fediverse.
https://kbin.earth/m/interstellar
GNU General Public License v3.0
27 stars 4 forks source link

Encoding issues #49

Closed MinekPo1 closed 3 weeks ago

MinekPo1 commented 4 weeks ago

Describe the bug

when showing a post with non ASCII characters, garbage is shown instead of the characters that should be shown, indicating encoding issues.

Steps to Reproduce

  1. Find post with non ASCII characters (example)
  2. oh no

Version

v0.5.0

What platform(s) are you seeing the problem on?

Android

Additional context

Posting non ASCII characters works.

MinekPo1 commented 4 weeks ago

it seems the encoding used is iso-8859-1 (while UTF-8 should be used)