Skip to content

Commit

Permalink
Update to Unicode 15.1.0 (#591)
Browse files Browse the repository at this point in the history
  • Loading branch information
elfham authored Sep 25, 2023
1 parent b153903 commit c2fc1f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/reline/unicode/east_asian_width.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
class Reline::Unicode::EastAsianWidth
# This is based on EastAsianWidth.txt
# UNICODE_VERSION = '15.0.0'
# UNICODE_VERSION = '15.1.0'

# Fullwidth
TYPE_F = /^[#{ %W(
Expand Down Expand Up @@ -60,14 +60,14 @@ class Reline::Unicode::EastAsianWidth
\u{2E80}-\u{2E99}
\u{2E9B}-\u{2EF3}
\u{2F00}-\u{2FD5}
\u{2FF0}-\u{2FFB}
\u{2FF0}-\u{2FFF}
\u{3001}-\u{303E}
\u{3041}-\u{3096}
\u{3099}-\u{30FF}
\u{3105}-\u{312F}
\u{3131}-\u{318E}
\u{3190}-\u{31E3}
\u{31F0}-\u{321E}
\u{31EF}-\u{321E}
\u{3220}-\u{3247}
\u{3250}-\u{4DBF}
\u{4E00}-\u{A48C}
Expand Down

0 comments on commit c2fc1f7

Please sign in to comment.