bcgov / orgbook-bc-client

Vue.js rewrite of OrgBook BC
Apache License 2.0
6 stars 8 forks source link

Special Characters not handled correctly in UI #171

Closed ianco closed 6 months ago

ianco commented 2 years ago

See companies FM0621413 and FM0591650. The names don't seem to be displayed correctly in the UI (special characters) however the credential data (in the database) seems to be correct

amanji commented 6 months ago

I'm not entirely sure if the characters are being stored correctly in Postgres. I'm still investigating but this is the output I see in PgAdmin:

Image

This seems to impact how the names are displayed on the frontend.

amanji commented 6 months ago

It appears the name is also stored incorrectly in BC REG: ENTRE NOUS (LE CLUB FRANÇAIS).

amanji commented 6 months ago

@ianco I might need your help on this one.

ianco commented 6 months ago

If the name isn't correct in COLIN/LEAR then there's not much we can do. All we do is take the info in COLIN (or LEAR) and post it to OrgBook.

amanji commented 6 months ago

Going to close this then unless there needs to be some escalation.

swcurran commented 6 months ago

As long as OrgBook is showing the same as what’s in the BC Registries database, it is doing the right thing. Fixing things in the BC Registries Databases isn’t our problem.