Skip to content

Commit

Permalink
Update libunicode to support Unicode 16.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Parpart <christian@parpart.family>
  • Loading branch information
christianparpart committed Sep 30, 2024
1 parent fac1372 commit 7e22dd8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@
<description>
<ul>
<li>Port to C++20's `std::format()` (#1598)</li>
<li>Enable support for Unicode version 16.0.0 (#1606)</li>
</ul>
</description>
</release>
Expand Down
2 changes: 1 addition & 1 deletion scripts/install-deps.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class ThirdParty {
[string] $Macro
}

$libunicode_git_sha="6f8e210d1e50fc0db5c977ca9fd58555d23010ac"
$libunicode_git_sha="48e78ba0b44931f39f31bed965633d25cb4df0b2"

# Take care, order matters, at least as much as dependencies are of concern.
$ThirdParties =
Expand Down
2 changes: 1 addition & 1 deletion scripts/install-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ fetch_and_unpack_boxed()
fetch_and_unpack_libunicode()
{
if test x$LIBUNICODE_SRC_DIR = x; then
local libunicode_git_sha="6f8e210d1e50fc0db5c977ca9fd58555d23010ac"
local libunicode_git_sha="48e78ba0b44931f39f31bed965633d25cb4df0b2"
fetch_and_unpack \
libunicode-$libunicode_git_sha \
libunicode-$libunicode_git_sha.tar.gz \
Expand Down

0 comments on commit 7e22dd8

Please sign in to comment.