Skip to content

Example is just as bad in Firefox. #19

@Buggem

Description

@Buggem

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions