Skip to content

Commit

Permalink
Update case fold mappings to Unicode 16.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
meooow25 committed Nov 3, 2024
1 parent 77c4b28 commit 6aa903b
Showing 1 changed file with 30 additions and 3 deletions.
33 changes: 30 additions & 3 deletions src/Regex/Internal/Generated/CaseFold.hs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
-- DO NOT EDIT
-- This file was generated by GenCaseFold.hs from a CaseFolding.txt with header
--
-- CaseFolding-15.1.0.txt
-- Date: 2023-05-12, 21:53:10 GMT
-- © 2023 Unicode®, Inc.
-- CaseFolding-16.0.0.txt
-- Date: 2024-04-30, 21:48:11 GMT
-- © 2024 Unicode®, Inc.
--
module Regex.Internal.Generated.CaseFold
( caseFoldSimple
Expand Down Expand Up @@ -545,6 +545,7 @@ caseFoldSimple c0 = case c0 of
'\x1c86' -> '\x44a'
'\x1c87' -> '\x463'
'\x1c88' -> '\xa64b'
'\x1c89' -> '\x1c8a'
'\x1c90' -> '\x10d0'
'\x1c91' -> '\x10d1'
'\x1c92' -> '\x10d2'
Expand Down Expand Up @@ -1097,9 +1098,13 @@ caseFoldSimple c0 = case c0 of
'\xa7c6' -> '\x1d8e'
'\xa7c7' -> '\xa7c8'
'\xa7c9' -> '\xa7ca'
'\xa7cb' -> '\x264'
'\xa7cc' -> '\xa7cd'
'\xa7d0' -> '\xa7d1'
'\xa7d6' -> '\xa7d7'
'\xa7d8' -> '\xa7d9'
'\xa7da' -> '\xa7db'
'\xa7dc' -> '\x19b'
'\xa7f5' -> '\xa7f6'
'\xab70' -> '\x13a0'
'\xab71' -> '\x13a1'
Expand Down Expand Up @@ -1370,6 +1375,28 @@ caseFoldSimple c0 = case c0 of
'\x10cb0' -> '\x10cf0'
'\x10cb1' -> '\x10cf1'
'\x10cb2' -> '\x10cf2'
'\x10d50' -> '\x10d70'
'\x10d51' -> '\x10d71'
'\x10d52' -> '\x10d72'
'\x10d53' -> '\x10d73'
'\x10d54' -> '\x10d74'
'\x10d55' -> '\x10d75'
'\x10d56' -> '\x10d76'
'\x10d57' -> '\x10d77'
'\x10d58' -> '\x10d78'
'\x10d59' -> '\x10d79'
'\x10d5a' -> '\x10d7a'
'\x10d5b' -> '\x10d7b'
'\x10d5c' -> '\x10d7c'
'\x10d5d' -> '\x10d7d'
'\x10d5e' -> '\x10d7e'
'\x10d5f' -> '\x10d7f'
'\x10d60' -> '\x10d80'
'\x10d61' -> '\x10d81'
'\x10d62' -> '\x10d82'
'\x10d63' -> '\x10d83'
'\x10d64' -> '\x10d84'
'\x10d65' -> '\x10d85'
'\x118a0' -> '\x118c0'
'\x118a1' -> '\x118c1'
'\x118a2' -> '\x118c2'
Expand Down

0 comments on commit 6aa903b

Please sign in to comment.