Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: Replacement character when writing "é-è-à" in index.html #10749

Open
1 task done
wilsonribordy opened this issue Apr 30, 2024 · 1 comment
Open
1 task done
Assignees
Labels
aws:lambda AWS Lambda status: response required Waiting for a response from the reporter type: bug Bug report

Comments

@wilsonribordy
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

I have a project with Puppeteer, Chromium and Busboy that generates PDFs.
Some letters (é, è...) in the index.html file are not displayed correctly when the PDF is generated. These letters are replaced by “�”.

I've tried specifying the type (text/html), the charset (utf-8) but nothing works.

Screenshot from 2024-04-30 09-04-42

Expected Behavior

Special characters must disappear.

I tried to generate the PDF via AWS Lambda and everything works fine.

Screenshot from 2024-04-30 09-05-19

How are you starting LocalStack?

With the localstack script

Steps To Reproduce

How are you starting localstack (e.g., bin/localstack command, arguments, or docker-compose.yml)

docker run localstack/localstack

Client commands (e.g., AWS SDK code snippet, or sequence of "awslocal" commands)

awslocal s3 mb s3://mybucket

Environment

- OS:Ubuntu 20.04
- LocalStack:3.3.0

Anything else?

No response

@wilsonribordy wilsonribordy added status: triage needed Requires evaluation by maintainers type: bug Bug report labels Apr 30, 2024
@MarcelStranak MarcelStranak added aws:lambda AWS Lambda status: backlog Triaged but not yet being worked on and removed status: triage needed Requires evaluation by maintainers labels Apr 30, 2024
@marcciosilva marcciosilva self-assigned this May 14, 2024
@marcciosilva
Copy link
Contributor

@wilsonribordy Hi! If it's possible, could you please provide a small sample or a few snippets of your test code?
That would be very helpful for us to replicate the scenario end-to-end as accurately as possible and reproduce the issue. Thanks!

@marcciosilva marcciosilva added status: response required Waiting for a response from the reporter and removed status: backlog Triaged but not yet being worked on labels May 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
aws:lambda AWS Lambda status: response required Waiting for a response from the reporter type: bug Bug report
Projects
None yet
Development

No branches or pull requests

3 participants