an-cabal / an-rope

an rope data structure
https://docs.rs/an-rope
MIT License
11 stars 2 forks source link

Tracking issue for Rope unicode support #17

Open hawkw opened 7 years ago

hawkw commented 7 years ago

The standard lib docs are really unclear over whether it is better to use the rustc_unicode or unicode_segmentation crate for this...

hawkw commented 7 years ago

Rope.split() fails on Ropes containing multi-byte Unicode characters: #52