mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 13:28:11 +00:00
LibUnicode: Fix compilation when ENABLE_UNICODE_DATABASE_DOWNLOAD is OFF
This commit is contained in:
parent
ea04a86715
commit
1f0e24bc3b
1 changed files with 1 additions and 1 deletions
|
@ -266,7 +266,7 @@ ErrorOr<void> build_uppercase_string([[maybe_unused]] Utf8View code_points, [[ma
|
||||||
}
|
}
|
||||||
|
|
||||||
// https://www.unicode.org/versions/Unicode15.0.0/ch03.pdf#G34078
|
// https://www.unicode.org/versions/Unicode15.0.0/ch03.pdf#G34078
|
||||||
ErrorOr<void> build_titlecase_string([[maybe_unused]] Utf8View code_points, [[maybe_unused]] StringBuilder& builder, [[maybe_unused]] Optional<StringView> const& locale, TrailingCodePointTransformation trailing_code_point_transformation)
|
ErrorOr<void> build_titlecase_string([[maybe_unused]] Utf8View code_points, [[maybe_unused]] StringBuilder& builder, [[maybe_unused]] Optional<StringView> const& locale, [[maybe_unused]] TrailingCodePointTransformation trailing_code_point_transformation)
|
||||||
{
|
{
|
||||||
#if ENABLE_UNICODE_DATA
|
#if ENABLE_UNICODE_DATA
|
||||||
// toTitlecase(X): Find the word boundaries in X according to Unicode Standard Annex #29,
|
// toTitlecase(X): Find the word boundaries in X according to Unicode Standard Annex #29,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue