Changeset 3fd99f1 in git for factory/cfCharSetsUtil.cc


Ignore:
Timestamp:
May 19, 2014, 5:23:57 PM (10 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'c5facdfddea2addfd91babd8b9019161dea4b695')
Children:
d0bf7c4ac3e3b6b83feb550488644eae0d452f83
Parents:
4b765613576840413ceed765d6e9304d06b1ba3f
git-author:
Martin Lee <martinlee84@web.de>2014-05-19 17:23:57+02:00
git-committer:
Martin Lee <martinlee84@web.de>2014-05-21 15:06:57+02:00
Message:
chg: more normalization
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/cfCharSetsUtil.cc

    r4b7656 r3fd99f1  
    899899    else
    900900      cF= 0;
     901    F= normalize (F);
    901902
    902903    return;
     
    10051006    if (cc.level() > 0 )
    10061007    {
    1007       output.append (elem / cc);
    1008       StoredFactors.FS1 = Union (CFList (cc), StoredFactors.FS1);
     1008      output.append (normalize (elem / cc));
     1009      StoredFactors.FS1 = Union (CFList (normalize (cc)), StoredFactors.FS1);
    10091010    }
    10101011    else
    1011       output.append(elem);
     1012      output.append(normalize (elem));
    10121013  }
    10131014  return output;
Note: See TracChangeset for help on using the changeset viewer.