Skip to content

Commit d08d043

Browse files
committed
Update Unicode version number
1 parent 0d8cc1d commit d08d043

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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: **13.0.0** (March 2020)
5+
Unicode version: **14.0.0** (September 2021)
66

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

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.7.0'
4-
UNICODE_VERSION = "13.0.0".freeze
4+
UNICODE_VERSION = "14.0.0"
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