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

Example is just as bad in Firefox. #19

Open
Buggem opened this issue Jul 31, 2022 · 0 comments
Open

Example is just as bad in Firefox. #19

Buggem opened this issue Jul 31, 2022 · 0 comments

Comments

@Buggem
Copy link

Buggem commented Jul 31, 2022

The example you used here doesn't work: link.

Input:
var input = 'foo 𝌆 bar mañana mañana';
console.log(`Using esrever: ${esrever.reverse(input)}`);
console.log(`Using bad way: ${input.split('').reverse().join('')}`);
Output:
Using esrever: anãnam anañam rab 𝌆 oof
Using bad way: anãnam anañam rab �� oof

Yep, you better start working on this weird issue. It doesn't work on chrome either. This is a very big "oof" for you guys.

(sort of related to #18)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant