]> Shamusworld >> Repos - ttedit/blobdiff - src/charnames.h
Added preview window to file loading dialog. :-)
[ttedit] / src / charnames.h
old mode 100755 (executable)
new mode 100644 (file)
index 53d357c..ad2520b
@@ -1,18 +1,18 @@
-//\r
-// charnames.h\r
-//\r
-// A header file that links Unicode character names to character numbers.\r
-// Also, throws in the Macintosh standard glyph names to boot.\r
-//\r
-// by James L. Hammons\r
-//\r
-\r
-extern unsigned char macStdNames[];\r
-extern unsigned char unicodeChars[];\r
-\r
-/*struct unicodeChar\r
-{\r
-  int cNum;\r
-\r
-};*/\r
-\r
+//
+// charnames.h
+//
+// A header file that links Unicode character names to character numbers.
+// Also, throws in the Macintosh standard glyph names to boot.
+//
+// by James L. Hammons
+//
+
+extern unsigned char macStdNames[];
+extern unsigned char unicodeChars[];
+
+/*struct unicodeChar
+{
+  int cNum;
+
+};*/
+