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
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