mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-05 23:59:53 +00:00
Implements the corresponding encoders, selects the appropriate one when encoding URL search params. If an encoder for the given encoding could not be found, fallback to utf-8.
14 lines
193 B
CMake
14 lines
193 B
CMake
include(libtextcodec_generators)
|
|
|
|
set(SOURCES
|
|
Decoder.cpp
|
|
Encoder.cpp
|
|
)
|
|
|
|
generate_encoding_indexes()
|
|
|
|
set(GENERATED_SOURCES
|
|
LookupTables.cpp
|
|
)
|
|
|
|
serenity_lib(LibTextCodec textcodec)
|