Luna/kernel/src
apio 36179155e1
All checks were successful
continuous-integration/drone/push Build is passing
Add UTF-8 support to TextConsole!!
Not much support, since the font only covers codepoints from U+0000 to U+00FF,
(Basic Latin & Latin Extended-A), but unprintable code-points are rendered as ONE box per code-point,
instead of multiple garbage characters.
So it's Unicode-aware, even if it can't print most characters.
2022-12-18 13:09:37 +01:00
..
arch Run include-what-you-use 2022-12-17 15:51:19 +01:00
boot Rename String.h -> CString.h 2022-12-16 20:40:04 +01:00
memory MemoryManager: Run include-what-you-use 2022-12-17 15:47:35 +01:00
thread Run include-what-you-use 2022-12-17 15:51:19 +01:00
video Add UTF-8 support to TextConsole!! 2022-12-18 13:09:37 +01:00
config.h.in Add config.h for version information 2022-12-03 17:25:25 +01:00
Log.cpp Add a 'pure' variant of cstyle_format which is infallible 2022-12-17 12:38:22 +01:00
Log.h Remove some redundant error propagation 2022-12-16 18:32:29 +01:00
main.cpp Improve message 2022-12-17 13:48:22 +01:00