0c56fe6958f347b5ab7070725114c7d4c216bc87
braney
  Mon Nov 13 15:19:40 2017 -0800
catch weird strings in position boxes

diff --git src/inc/windowsToAscii.h src/inc/windowsToAscii.h
new file mode 100644
index 0000000..fa0290d
--- /dev/null
+++ src/inc/windowsToAscii.h
@@ -0,0 +1,5 @@
+/* Copyright (C) 2017 The Regents of the University of California 
+ *  * See README in this or parent directory for licensing information. */
+
+char *windowsToAscii(char *input);
+/* Convert UTF-8 to ascii. */