serenity/Userland
Simon Wanner c90963161e LibTextCodec: Fix ISO-8859-1 vs. windows-1252 handling in web contexts
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`.

(cherry picked from commit 6b2c4599017f512279cb26c0d3c48aa5a9453007)
2024-06-27 00:27:56 +02:00
..
Applets
Applications PixelPaint: Fix broken "Color Masking" selection 2024-06-26 20:02:27 +02:00
BuggieBox
Demos
DevTools Hackstudio: Add a window title when diff is opened 2024-06-09 14:13:29 -04:00
DynamicLoader
Games Chess: Add time controls 2024-06-05 20:45:38 -04:00
Libraries LibTextCodec: Fix ISO-8859-1 vs. windows-1252 handling in web contexts 2024-06-27 00:27:56 +02:00
Services LibWebSocket: Use HTTP::HeaderMap in WebSocket code 2024-06-26 18:50:27 +02:00
Shell
Utilities Utilities: Introduce the sizefmt utility 2024-06-25 09:24:55 +02:00
CMakeLists.txt