Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Jaxson Brown   on Jan 19 In Java Category.

  
Question Answered By: Emma Campbell   on Jan 19

Problem solved!

Here's the code:

TransformerFactory tf = TransformerFactory.newInstance();
t = tf.newTransformer();
t.setOutputProperty("encoding", "ISO-8859-1");

Share: 

 

This Question has 2 more answer(s). View Complete Question Thread

 


Tagged: