mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 21:05:56 -05:00
ui: Fix wide characters and utf-8 display in inspector
This commit is contained in:
@@ -32,7 +32,7 @@ namespace hex {
|
||||
std::string to_string(s128 value);
|
||||
|
||||
std::string toByteString(u64 bytes);
|
||||
std::string makePrintable(char c);
|
||||
std::string makePrintable(u8 c);
|
||||
|
||||
void runCommand(const std::string &command);
|
||||
void openWebpage(std::string url);
|
||||
|
||||
Reference in New Issue
Block a user