Changeset 697 for trunk


Ignore:
Timestamp:
12/12/2011 01:20:06 AM (5 months ago)
Author:
ofer
Message:

Support ,

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/WordPress/plugin/transposh/core/parser.php

    r685 r697  
    304304        if (($char == '.' || $char == '-') && ($this->is_white_space($nextchar))) 
    305305                return 1; 
     306        // 
     307        if (ord($char) == 239 && ord($nextchar) == 188 && ord($nextnextchar) == 140) 
     308                return 3; 
    306309        //∙ 
    307310        if (ord($char) == 226 && ord($nextchar) == 136 && ord($nextnextchar) == 153) 
Note: See TracChangeset for help on using the changeset viewer.