1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 15:38:10 +00:00

AK+LibUnicode: Expose TrailingCodePointTransformation in to_titlecase

Relocating the definition of this enum from LibUnicode to AK.
This commit is contained in:
Shannon Booth 2023-11-27 20:56:50 +13:00 committed by Tim Flynn
parent af7df1dbbf
commit 6b32a1f18f
6 changed files with 14 additions and 11 deletions

View file

@ -19,7 +19,6 @@ enum class Property : u8;
enum class Script : u8;
enum class SentenceBreakProperty : u8;
enum class WordBreakProperty : u8;
enum class TrailingCodePointTransformation : u8;
struct CodePointDecomposition;
struct CurrencyCode;