Skip to content

Commit a40c191

Browse files
committed
Unicode 13
1 parent 4d3d214 commit a40c191

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 1.7.0 (unreleased)
4+
5+
- Unicode 13
6+
37
## 1.6.1
48

59
- Fix that ambiguous and overwrite options where ignored for emoji-measuring

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Determines the monospace display width of a string in Ruby. Implementation based on [EastAsianWidth.txt](https://www.unicode.org/Public/UNIDATA/EastAsianWidth.txt) and other data, 100% in Ruby. Other than [wcwidth()](https://github.com/janlelis/wcswidth-ruby), which fulfills a similar purpose, it does not rely on the OS vendor to provide an up-to-date method for measuring string width.
44

5-
Unicode version: **12.1.0** (May 2019)
5+
Unicode version: **13.0.0** (March 2020)
66

77
Supported Rubies: **2.7**, **2.6**, **2.5**, **2.4**
88

data/display_width.marshal.gz

26 Bytes
Binary file not shown.

lib/unicode/display_width/constants.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module Unicode
22
module DisplayWidth
33
VERSION = '1.6.1'
4-
UNICODE_VERSION = "12.1.0".freeze
4+
UNICODE_VERSION = "13.0.0".freeze
55
DATA_DIRECTORY = File.expand_path(File.dirname(__FILE__) + '/../../../data/').freeze
66
INDEX_FILENAME = (DATA_DIRECTORY + '/display_width.marshal.gz').freeze
77
end

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy