/[dtapublic]/projs/trunk/shared_source/c_tcl_base_7_5_w_mods/tclutf.c
ViewVC logotype

Diff of /projs/trunk/shared_source/c_tcl_base_7_5_w_mods/tclutf.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

to_be_filed/sf_code/esrgpcpj/shared/tcl_base/tclutf.c revision 29 by dashley, Sat Oct 8 07:08:47 2016 UTC projs/trunk/shared_source/c_tcl_base_7_5_w_mods/tclutf.c revision 67 by dashley, Mon Oct 31 00:57:34 2016 UTC
# Line 1  Line 1 
1  /* $Header: /cvsroot/esrg/sfesrg/esrgpcpj/shared/tcl_base/tclutf.c,v 1.1.1.1 2001/06/13 04:47:01 dtashley Exp $ */  /* $Header$ */
   
2  /*  /*
3   * tclUtf.c --   * tclUtf.c --
4   *   *
# Line 1587  Tcl_UniCharIsWordChar(ch) Line 1586  Tcl_UniCharIsWordChar(ch)
1586      return (((ALPHA_BITS | DIGIT_BITS | CONNECTOR_BITS) >> category) & 1);      return (((ALPHA_BITS | DIGIT_BITS | CONNECTOR_BITS) >> category) & 1);
1587  }  }
1588    
   
 /* $History: tclutf.c $  
  *  
  * *****************  Version 1  *****************  
  * User: Dtashley     Date: 1/02/01    Time: 1:05a  
  * Created in $/IjuScripter, IjuConsole/Source/Tcl Base  
  * Initial check-in.  
  */  
   
 /* End of TCL_UTF.C */  
1589    /* End of tclutf.c */

Legend:
Removed from v.29  
changed lines
  Added in v.67

dashley@gmail.com
ViewVC Help
Powered by ViewVC 1.1.25