Skip to content

Commit 78c6b2a

Browse files
author
Samuel Huylebroeck
committed
Use unicode points for Cyrillic contents
Jenkins was failing the test containing Cyrillic characters
1 parent 98224e5 commit 78c6b2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

itext/src/test/java/com/itextpdf/text/pdf/BarcodeDatamatrixTest/BarcodeDatamatrixTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public void barcode01Test() throws IOException, DocumentException, InterruptedEx
6060
@Test
6161
public void barcode02Test() throws IOException, DocumentException, InterruptedException {
6262
String filename = "barcodeDataMatrix02.pdf";
63-
String code = "дима";
63+
String code = "\u0434\u0438\u043C\u0430";// дима
6464
String encoding = "UTF-8";
6565

6666
Document document = new Document(PageSize.A4);

0 commit comments

Comments
 (0)