index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibTextCodec
Age
Commit message (
Expand
)
Author
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-01
Everywhere: Explicitly link all binaries against the LibC target
Tim Schumacher
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-29
LibTextCodec: Pass code points instead of bytes on UTF-8 string process
Karol Kosek
2022-03-21
LibTextCodec: Don't allocate Strings on encoding normalisation
Hendiadyoin1
2022-03-08
LibTextCodec: Add support for the UTF16-LE encoding
Jelle Raaijmakers
2022-02-12
LibTextCodec: Add x-user-defined decoder
Luke Wilde
2022-02-12
LibTextCodec: Add decoder function that overrides given decoder on BOM
Luke Wilde
2022-02-12
LibTextCodec: Add BOM sniffer
Luke Wilde
2022-01-28
LibTextCodec: Do not allocate the various decoders
Daniel Bertalan
2021-12-16
LibTextCodec: Add alternate Cyrillic (aka Koi8-r) encoding
Dmitry Petrov
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-09-15
LibTextCodec: Ignore BYTE ORDER MARK at the start of utf8/16 strings
Sam Atkins
2021-08-30
LibTextCodec: Add "process" API for allocation-free code point iteration
sin-ack
2021-08-20
LibTextCodec: Remove unused is_standardized_encoding()
Andreas Kling
2021-06-23
LibTextCodec: Add Turkish (aka ISO-8859-9, Windows-1254) encoding
Aatos Majava
2021-06-15
LibTextCodec: Add ISO-8859-15 (aka Latin-9) encoding
Aatos Majava
2021-05-18
LibTextCodec: Use Optional<String> for get_standardized_encoding
Max Wipfli
2021-05-01
LibTextCodec: Implement a Windows-1251 decoder
Idan Horowitz
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-17
LibTextCodec: Implement a Windows-1255 decoder.
Idan Horowitz
2021-04-15
Everything: Add `-Wnon-virtual-dtor` flag
Nicholas-Baron
2021-03-15
LibTextCodec: Make UTF16BEDecoder read only up to an even offset
Idan Horowitz
2021-03-14
LibTextCodec: Fix IBM666 => IBM866 typo
Luke
2021-02-16
LibTextCodec: Add a simple UTF-16BE decoder
Andreas Kling
2021-02-01
LibTextCodec: Avoid duplicate definition of standard encodings
Ben Wiederhake
2021-01-16
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling