ladybird/Userland/Libraries/LibKeyboard
Andreas Kling 1be4cbd639 AK: Make Utf8View constructors inline and remove C string constructor
Using StringView instead of C strings is basically always preferable.
The only reason to use a C string is because you are calling a C API.
2021-09-18 19:54:24 +02:00
..
CharacterMap.cpp
CharacterMap.h
CharacterMapData.h
CharacterMapFile.cpp AK: Make Utf8View constructors inline and remove C string constructor 2021-09-18 19:54:24 +02:00
CharacterMapFile.h
CMakeLists.txt