Update SheenBidi to 2.9.0
Some checks failed
CI / Build (macos-latest) (push) Has been cancelled
CI / Build (Steam Linux Runtime Sniper) (push) Has been cancelled
CI / Build (windows-latest) (push) Has been cancelled

This fixes our problem with Valgrind reporting a jump based on an
uninitialized value; see https://github.com/Tehreer/SheenBidi/issues/19

Just to be sure nothing unexpected happens, I tested that this doesn't
cause any changes in behavior by outputting bidi-transformed versions
of all strings in strings.xml to a file for both our Arabic and Persian
localizations before and after the update, and confirming that the
files are the same.
This commit is contained in:
Dav999 2025-06-10 16:21:21 +02:00 committed by Ethan Lee
parent aa9fa04d86
commit f4788a38de
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,7 @@
#include "FontBidi.h"
#include <SDL.h>
#include <SheenBidi/SheenBidi.h>
#include "Alloc.h"
#include "UTF8.h"
@ -8,7 +9,6 @@
extern "C"
{
#include <c-hashmap/map.h>
#include <SheenBidi.h>
}
namespace font

@ -1 +1 @@
Subproject commit e667eb3a63ee704194f8d94834d8e12b18db5b21
Subproject commit 83f77108a2873600283f6da4b326a2dca7a3a7a6