X-Git-Url: https://git.xinqibao.xyz/slstatus.git/blobdiff_plain/fd14804d6ffb212bb88bb5560508e38b6cf432fd..7ab183c97f2de4eee3fa47a4c060740d45835541:/components/entropy.c diff --git a/components/entropy.c b/components/entropy.c index 1450b31..ac61679 100644 --- a/components/entropy.c +++ b/components/entropy.c @@ -17,6 +17,7 @@ const char * entropy(void) { - return "∞"; + /* Unicode Character 'INFINITY' (U+221E) */ + return "\xe2\x88\x9e"; } #endif