We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The example you used here doesn't work: link.
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)
The text was updated successfully, but these errors were encountered: