diff turkish_impl.c @ 2:754a4550c64e

- added arabic, greek, hebrew and turkish DFAs - new UCS-2LE/BE DFAs - now arabic_impl.c uses arabic DFAs - dfa common macros have been moved to dfa.h - minor cleanups
author Yoshiki Yazawa <yaz@cc.rim.or.jp>
date Wed, 11 Jun 2008 00:11:30 +0900
parents d9b6ff839eab
children 70e2c306231e
line wrap: on
line diff
--- a/turkish_impl.c	Sat Dec 01 03:27:31 2007 +0900
+++ b/turkish_impl.c	Wed Jun 11 00:11:30 2008 +0900
@@ -6,9 +6,9 @@
 
     for (i = 0; i < size; i++)
     {
-        if (ptr[i] == 0x80 || 
+        if (ptr[i] == 0x80 ||
             (ptr[i] >= 0x82 && ptr[i] <= 0x8C) ||
-            (ptr[i] >= 0x91 && ptr[i] <= 0x9C) || 
+            (ptr[i] >= 0x91 && ptr[i] <= 0x9C) ||
             ptr[ i ] == 0x9F)
             return "CP1254";
     }