File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
lib/unicode/display_width Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
- ## 3.1.2 (unreleased)
3
+ ## 3.1.2
4
4
5
5
- Performance improvements
6
6
15
15
- Emoji modes: Differentiate between well-formed Emoji (` :possible ` ) and any
16
16
ZWJ/modifier sequence (` :all ` ). The latter is more common and more efficient
17
17
to implement.
18
- - Unify ` rgi_{fqe,mqe,uqe} ` options to just ` :rgi ` to keep things simpler (corresponds to
18
+ - Unify ` : rgi_{fqe,mqe,uqe}` options to just ` :rgi ` to keep things simpler (corresponds to
19
19
the former ` :rgi_uqe ` option). Most terminals that want to support the RGI set
20
20
will probably want to catch Emoji sequences with missing VS16s.
21
21
- Add new ` :all_no_vs16 ` and ` :rgi_at ` modes to be able to support some terminals
Original file line number Diff line number Diff line change 2
2
3
3
module Unicode
4
4
class DisplayWidth
5
- VERSION = "3.1.1 "
5
+ VERSION = "3.1.2 "
6
6
UNICODE_VERSION = "16.0.0"
7
7
DATA_DIRECTORY = File . expand_path ( File . dirname ( __FILE__ ) + "/../../../data/" )
8
8
INDEX_FILENAME = DATA_DIRECTORY + "/display_width.marshal.gz"
You can’t perform that action at this time.
0 commit comments