mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-05 05:56:53 +03:00
6b2c459901
The Encoding specification maps ISO-8859-1 to windows-1252 and expects the windows-1252 translation table to be used, which differs from ISO-8859-1 for 0x80-0x9F. Other contexts expect to get the actual ISO-8859-1 encoding, with 1-to-1 mapping to U+0000-U+00FF, when requesting it. `decoder_for_exact_name` is introduced, which skips the mapping from aliases to the encoding name done by `get_standardized_encoding`. |
||
---|---|---|
.. | ||
TextDecoder.cpp | ||
TextDecoder.h | ||
TextDecoder.idl | ||
TextEncoder.cpp | ||
TextEncoder.h | ||
TextEncoder.idl |