issues
search
mathiasbynens
/
esrever
A Unicode-aware string reverser written in JavaScript.
https://git.io/esrever
MIT License
891
stars
30
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
don't split combined emoji
#21
mesqueeb
opened
1 year ago
0
Help save Esrever (I know we can't use `string.split(str).reverse().join("")` but can't we use `(Array.from(str)).reverse().join("")` or even `[...str].reverse().join("")`)
#20
Buggem
opened
2 years ago
0
Example is just as bad in Firefox.
#19
Buggem
opened
2 years ago
0
Confusing example when viewed in Firefox
#18
atnbueno
opened
2 years ago
0
Create reverse string
#17
vcsolutions
opened
3 years ago
0
Fixes zero-width joiner issue
#16
danielvinogradov
closed
3 years ago
0
String reversal output is not correct for Kannada language(A south Indian language)
#15
ramkumar-hn
opened
5 years ago
0
Incorrect reversal of the U+0489 character
#14
lunakurame
opened
6 years ago
1
Implement Unicode TR29
#13
ianh
opened
7 years ago
0
Build up result in array instead of strings
#12
masak
closed
6 years ago
3
Manana example appears broken in Firefox
#11
paulkoegel
closed
8 years ago
3
Incorrect reversal of "noël"
#10
nathanl
closed
8 years ago
4
Is `Array.from(str).reverse().join('')` a sufficient replacement for this module?
#9
lydell
closed
8 years ago
2
Support Unicode 9 prepended concatenation marks
#8
mathiasbynens
opened
9 years ago
2
Myanmar vowel signs
#7
mapmeld
opened
9 years ago
0
Question about Step 2
#6
mknecht
closed
9 years ago
3
Support for Hebrew diacritics and other grapheme extenders
#5
noomorph
opened
10 years ago
10
LICENSE?
#4
redchair123
closed
11 years ago
3
fixed example in README.md
#3
redchair123
closed
11 years ago
4
Should Esrever support ligatures?
#2
mathiasbynens
opened
11 years ago
0
binary: Support `-l` for non-files too
#1
mathiasbynens
opened
11 years ago
0