digitalcredentials / dcc-admin-dashboard

Admin tool for issuing DCC Verifiable Credentials
MIT License
2 stars 4 forks source link

Tec Q&A: Characters not correctly rendered in emails #26

Open jchartrand opened 4 months ago

jchartrand commented 4 months ago

Data from the CSV file isn't rendering properly in the eventual email.

So a name like García is showing up as:

image

Might be the CSV parser, or maybe handlebars templating.

MyriamLara commented 4 months ago

Como solución se hizo este ajuste para crear el archivo csv con codificación uft-8 y mejoro la lectura de los mismos caracteres a la hora de cargarlos en el reclamo. (Imagen 1)

Nota: Los archivos estandar csv no respestan la codificación utf-8. Deben ser creados con formato utf-8 para que la librería PapaParse reconozca la codificación.

image

kayaelle commented 3 months ago

Hi @MyriamLara - checking to see if this is still an open issue. Thanks!

kayaelle commented 1 month ago

Moved to admin dashboard backlog and relabeled. This should be worked on with #20