Diff for /Amaya/amaya/MathMLbuilder.c between versions 1.116 and 1.117

version 1.116, 2001/03/16 16:40:25 version 1.117, 2001/03/23 14:50:17
Line 347  void  MathMLEntityCreatedWithExpat (int Line 347  void  MathMLEntityCreatedWithExpat (int
         {          {
           /* Character not found in the fallback table or not supported */            /* Character not found in the fallback table or not supported */
           /* Put the symbol '?' into the new text leaf */            /* Put the symbol '?' into the new text leaf */
             lang = TtaGetLanguageIdFromAlphabet('L');
           TtaSetTextContent (elText, bufName, lang, XmlContext->doc);            TtaSetTextContent (elText, bufName, lang, XmlContext->doc);
           if (entityFound)            if (entityFound)
             {              {

Removed from v.1.116  
changed lines
  Added in v.1.117


Webmaster