summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Kuhn <Markus.Kuhn@cl.cam.ac.uk>2004-12-04 00:43:10 +0000
committerMarkus Kuhn <Markus.Kuhn@cl.cam.ac.uk>2004-12-04 00:43:10 +0000
commit44c7d53c9db497ac40b155fcb66c663b54bdb50a (patch)
tree322be6b3f629cfa103f7f8bca4a41841570859c2
parentd0a7730c371ee92c8113386d1c69e4882d990151 (diff)
Encoding of numerous files changed to UTF-8
-rw-r--r--src/xf86HyperPen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xf86HyperPen.c b/src/xf86HyperPen.c
index dfd78ad..858c899 100644
--- a/src/xf86HyperPen.c
+++ b/src/xf86HyperPen.c
@@ -309,7 +309,7 @@ static SymTabRec HypPointTabRec[] = {
#define SS_CONFIG "a" /* Send configuration (max coords) */
#define SS_PROMPT_MODE "D" /* Prompt mode */
#define SS_STREAM_MODE "@" /* Stream mode */
-#define SS_RATE "µ" /* 19200 bps */
+#define SS_RATE "\xb5" /* 19200 bps */
#define SS_ABSOLUTE "F" /* absolute mode */
#define SS_RELATIVE "E" /* relative mode */
#define SS_MACROKEY "U" /* enable F-keys */