[sword-svn] r3064 - trunk/utilities/diatheke
chrislit at crosswire.org
chrislit at crosswire.org
Tue Mar 4 08:51:00 MST 2014
Author: chrislit
Date: 2014-03-04 08:50:59 -0700 (Tue, 04 Mar 2014)
New Revision: 3064
Modified:
trunk/utilities/diatheke/corediatheke.cpp
Log:
% should not need to be escaped in C++
Modified: trunk/utilities/diatheke/corediatheke.cpp
===================================================================
--- trunk/utilities/diatheke/corediatheke.cpp 2014-03-04 13:04:11 UTC (rev 3063)
+++ trunk/utilities/diatheke/corediatheke.cpp 2014-03-04 15:50:59 UTC (rev 3064)
@@ -379,7 +379,7 @@
*output << "\\setotherlanguage{" << modlanguage << "}\n"
"\\newfontfamily\\" << syslanguage << "font{Gentium}\n"
- "\\newfontfamily\\" << modlanguage << "font{" << font << "} \% apply following options e.g for Persian [Script=Arabic,Scale=1.3,Ligatures=TeX,Numbers=OldStyle,Mapping=arabicdigits]\n";
+ "\\newfontfamily\\" << modlanguage << "font{" << font << "} % apply following options e.g for Persian [Script=Arabic,Scale=1.3,Ligatures=TeX,Numbers=OldStyle,Mapping=arabicdigits]\n";
}
@@ -511,7 +511,7 @@
*output << "\\setotherlanguage{" << modlanguage << "}\n"
"\\newfontfamily\\" << syslanguage << "font{Gentium}\n"
- "\\newfontfamily\\" << modlanguage << "font{" << font << "} \% apply following options e.g for Persian [Script=Arabic,Scale=1.3,Ligatures=TeX,Numbers=OldStyle,Mapping=arabicdigits]\n";
+ "\\newfontfamily\\" << modlanguage << "font{" << font << "} % apply following options e.g for Persian [Script=Arabic,Scale=1.3,Ligatures=TeX,Numbers=OldStyle,Mapping=arabicdigits]\n";
}
More information about the sword-cvs
mailing list