1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 02:27:35 +00:00
serenity/Base
Ben Wiederhake 2f92c8cad5 Base: Replace unnecessary escapes by actual codepoints
I used this arcane incantation by @emanuele6:

    < <(grep -hoP -e '\\u[A-Za-z0-9]{4}' ./*.json) grep -i -ve '\\u001b' \
    | sort -u \
    | while read -r; do
        sed -i "s,\\$REPLY,$(eval "echo $'$REPLY'"),g" ./*.json
    done

Plus some manual editing to re-align everything. Thanks! :)
2021-02-01 09:54:32 +01:00
..
etc Base: Add root to the /etc/shadow file 2021-01-21 11:35:32 +01:00
home/anon HackStudio: Integate with C++ parser-based autocomplete 2021-01-27 21:10:57 +01:00
res Base: Replace unnecessary escapes by actual codepoints 2021-02-01 09:54:32 +01:00
usr Kernel: Remove pledge exception for sys$getsockopt() with SO_PEERCRED 2021-01-31 09:29:27 +01:00
www Base: Replace <!DOCTYPE> with <!DOCTYPE html> in a few files (#1511) 2020-03-26 07:37:12 +01:00