diff guess_tab.c @ 3:70e2c306231e

- implemented dfa utility functions. - added dfa.c. - rewrote guess functions for ar, gr, hw and tr scripts with dfa utilities. - guess functions for cjk scripts too.
author Yoshiki Yazawa <yaz@cc.rim.or.jp>
date Thu, 12 Jun 2008 20:20:43 +0900
parents 754a4550c64e
children
line wrap: on
line diff
--- a/guess_tab.c	Wed Jun 11 00:11:30 2008 +0900
+++ b/guess_tab.c	Thu Jun 12 20:20:43 2008 +0900
@@ -1,6 +1,8 @@
 /* State transition table for character code guessing */
 /* This file is automatically generated by guess.scm */
 
+#include "dfa.h"
+
 static signed char guess_eucj_st[][256] = {
  { /* state init */
   0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,