rowyio / rowy

Low-code backend platform. Manage database on spreadsheet-like UI and build cloud functions workflows in JS/TS, all in your browser.
http://rowy.io
Other
5.94k stars 478 forks source link

RichText property bug: Accented text wrongly reproduced to Firestore #1415

Closed stepskop closed 12 months ago

stepskop commented 12 months ago

Describe the bug Rich text column containing accented text like:

Když máš hlad, nejsi to ty!

Is reproduced in firestore as:

\

Když m\á\š hlad \nejsi\ to ty!\

Indtead of:

\

Když máš hlad \nejsi\ to ty!\

To Reproduce Steps to reproduce the behavior:

  1. Go to some table in Rowy
  2. Add rich text column
  3. Input this (Když máš hlad, nejsi to ty!) or any other accented text
  4. Then go to firebase and open that record and see bugged out text

Expected behavior Accented text is not propperly reproduced to firebase / firestore

Screenshots image image

Desktop (please complete the following information):