1
0
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:
Werner Almesberger
2012-09-14 05:31:07 -03:00
parent 69db2f62c4
commit d09499ccaa
7 changed files with 15 additions and 15 deletions

View File

@@ -20,7 +20,7 @@
#include "libtxt.h"
static const char charset[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789!?$%+-*/=@";
static const char charset[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789!?$%+-*/=@.";
#define CHARS (sizeof(charset)-1)