All Questions
Tagged with text-encoding java
2 questions
3
votes
4
answers
3k
views
Reduce number of digits by converting to alphanumeric data
We have an app that receives a web service request, processes it and sends it back to our client by another web service call. There is a unique field in the request, a tracking Id, which currently ...
4
votes
4
answers
19k
views
What encoding is used by javax.xml.transform.Transformer? [closed]
Please can you answer a couple of questions based on the code below (excludes the try/catch blocks), which transforms input XML and XSL files into an output XSL-FO file:
File xslFile = new File("...