ladybird/Meta/Lagom/Tools/CodeGenerators/LibUnicode
Timothy Flynn 683c08744a Userland: Avoid some conversions from rvalue strings to StringView
These are all actually fine, there is no UAF here. But once e.g.
`ByteString::view() &&` is deleted, these instances won't compile.
2024-04-04 11:23:21 +02:00
..
CMakeLists.txt LibUnicode: Download and parse IDNA data 2023-12-10 08:04:58 -05:00
GenerateEmojiData.cpp Meta: Add a file containing a list of all emoji file names 2024-03-23 17:26:31 -04:00
GenerateIDNAData.cpp LibUnicode: Use weak symbols to provide default IDNA defintions 2023-12-10 10:19:14 -05:00
GenerateUnicodeData.cpp Userland: Avoid some conversions from rvalue strings to StringView 2024-04-04 11:23:21 +02:00
GeneratorUtil.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30