Xinqi Bao's Git

entropy: Small fix
authorAaron Marcher <[email protected]>
Sun, 6 May 2018 21:09:36 +0000 (23:09 +0200)
committerAaron Marcher <[email protected]>
Sun, 6 May 2018 21:09:36 +0000 (23:09 +0200)
components/entropy.c

index 1450b31..ac61679 100644 (file)
@@ -17,6 +17,7 @@
        const char *
        entropy(void)
        {
-               return "∞";
+               /* Unicode Character 'INFINITY' (U+221E) */
+               return "\xe2\x88\x9e";
        }
 #endif