mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-26 09:30:24 +00:00
72d0e3284b
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)
|