mirror of
git://projects.qi-hardware.com/antorcha.git
synced 2025-04-21 12:27:27 +03:00
tools/: add period (.) to character set
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
#include "libtxt.h"
|
||||
|
||||
|
||||
static const char charset[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789!?$%+-*/=@";
|
||||
static const char charset[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789!?$%+-*/=@.";
|
||||
|
||||
|
||||
#define CHARS (sizeof(charset)-1)
|
||||
|
||||
Reference in New Issue
Block a user