1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Some non UTF-8 characters prevent building.
--- a/src/main/java/com/itextpdf/text/pdf/languages/IndicCompositeCharacterComparator.java
+++ b/src/main/java/com/itextpdf/text/pdf/languages/IndicCompositeCharacterComparator.java
@@ -56,15 +56,6 @@
* of Characters before the one with lower no. This is necessay to properly display the CompositeCharacters
* when they occur side by side.
* </p>
-// * <p>
-// * <h3>Examples of CompositeCharactes from Bangla</h3>
-// * <ul>
-// * <li><b>�?�?�?</b></li>
-// * <li><b>�?�?</b></li>
-// * <li><b>�?�?ষ�?ম</b></li>
-// * <li><b>�?�?ষ</b></li>
-// * </ul>
-// * </p>
*
* @author <a href="mailto:paawak@gmail.com">Palash Ray</a>
*/
|