Description
Checklist
Please ensure the following tasks are completed before filing a bug report.
- Read and understood the Code of Conduct.
- Searched for existing issues and pull requests.
Description
Description of the issue.
Encountered an error when attempting to use @stdlib/string/reverse
to reverse a string which includes extended grapheme clusters. While the implementation does account for Unicode surrogate pairs and combining marks, extended grapheme clusters do not appear supported.
Addressing this issue may require using a Unicode segmentation algorithm, as discussed in the Unicode standard. One can find reference implementations in Rust and elsewhere.
Related Issues
Does this issue have any related issues?
Related issues #295.
Questions
Any questions for reviewers?
No.
Other
Any other information relevant to this issue? This may include screenshots, references, stack traces, sample output, and/or implementation notes.
N/A
Demo
If relevant, provide a link to a live demo.
N/A
Reproduction
What steps are required to reproduce the unexpected output?
In order to reproduce this bug, do the following:
- attempt to reverse a string which includes extended grapheme clusters.
Expected Results
What are the expected results?
The reversed string to account for extended grapheme clusters.
Actual Results
What are the actual results?
N/A
Environments
What environments are affected (e.g.,
Node v0.4.x
,Chrome
,IE 11
)? If Node.js, include thenpm
version, operating system, and any other potentially relevant platform information.
The following environments are affected:
- all