estuary / data-plane-gateway

Other
0 stars 0 forks source link

Display of Certain Unicode Characters is Incorrect #46

Open dyaffe opened 2 weeks ago

dyaffe commented 2 weeks ago

Bug When we display characters in the Arabic language, we do so incorrectly.

Steps to reproduce:

  1. View this collection in the UI: Laundrya/laundrya/items
  2. Note that it looks strange
  3. View the collection using this command and note that it looks more as expected: flowctl collections read --uncommitted --collection Laundrya/laundrya/items
travjenkins commented 2 weeks ago

My guess is how we are decoding the data we get when reading.

travjenkins commented 2 weeks ago

Tested with local recreation. Think the issue is with the data coming from the data plane gateway library. Gonna need to fix it over there.

image

image

travjenkins commented 2 weeks ago

This is probably going to be a Data Plane Client issue. Going to move it over there to get worked on. I think we'll need a back end person to take a look to be sure.

My gut feeling is this is probably an encoding/decoding issue somewhere in the stack.

travjenkins commented 2 weeks ago

Gonna start by trying to get a recreation test added