You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To accurately demonstrate and test the issue, I set up two virtual servers on Hetzner Cloud, each with a different architecture: one server utilizes an arm64 (Ampere) processor, and the other uses an Intel Xeon (x86_64) processor. This configuration ensures that the comparison and results of the RedCloth gem's behavior on different architectures are consistent and controlled.
Introduction:
To accurately demonstrate and test the issue, I set up two virtual servers on Hetzner Cloud, each with a different architecture: one server utilizes an arm64 (Ampere) processor, and the other uses an Intel Xeon (x86_64) processor. This configuration ensures that the comparison and results of the RedCloth gem's behavior on different architectures are consistent and controlled.
Environment: Ubuntu 24.04 LTS - arm64 (Ampere) & x86_64 (Intel Xeon) on Hetzner Cloud
Issue: Non-ASCII characters are not rendering correctly on the arm64 architecture.
Steps to reproduce:
Set up a fresh installation of Ubuntu 24.04 LTS.
Install necessary packages and the RedCloth gem:
This installs Ruby 3.2.3 and RedCloth 4.3.4 and opens the Ruby interactive shell.
Inside the Ruby interactive shell:
Results:
<p>M</p>
<p>Müller</p>
Expected: Both architectures should render
<p>Müller</p>
.Actual: The arm64 architecture does not render non-ASCII characters correctly.
Would appreciate any insights or suggestions on how to address this issue.
The text was updated successfully, but these errors were encountered: