You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by ja...@apache.org on 2014/12/12 22:17:12 UTC

svn commit: r1645077 - /pdfbox/trunk/examples/src/main/java/org/apache/pdfbox/examples/pdmodel/EmbeddedFonts.java

Author: jahewson
Date: Fri Dec 12 21:17:11 2014
New Revision: 1645077

URL: http://svn.apache.org/r1645077
Log:
PDFBOX-2524: Fix UTF-8 Java source

Modified:
    pdfbox/trunk/examples/src/main/java/org/apache/pdfbox/examples/pdmodel/EmbeddedFonts.java

Modified: pdfbox/trunk/examples/src/main/java/org/apache/pdfbox/examples/pdmodel/EmbeddedFonts.java
URL: http://svn.apache.org/viewvc/pdfbox/trunk/examples/src/main/java/org/apache/pdfbox/examples/pdmodel/EmbeddedFonts.java?rev=1645077&r1=1645076&r2=1645077&view=diff
==============================================================================
--- pdfbox/trunk/examples/src/main/java/org/apache/pdfbox/examples/pdmodel/EmbeddedFonts.java (original)
+++ pdfbox/trunk/examples/src/main/java/org/apache/pdfbox/examples/pdmodel/EmbeddedFonts.java Fri Dec 12 21:17:11 2014
@@ -52,10 +52,10 @@ public class EmbeddedFonts
         stream.drawString("PDFBox Unicode with Embedded TrueType Font");
         stream.newLine();
 
-        stream.drawString("Supports full Unicode text ?");
+        stream.drawString("Supports full Unicode text ☺");
         stream.newLine();
 
-        stream.drawString("English ??????? ???? Ti?ng Vi?t");
+        stream.drawString("English русский язык Tiếng Việt");
 
         stream.endText();
         stream.close();