Tiong Jeffrey wrote:
> 
> Thought this is not directly related to Solr, but I have a XML output from
> mysql database, but during indexing the XML output is not working. And the
> problem is part of the XML output is not in UTF-8 encoding, how can I
> convert it to UTF-8 and how do I know what kind of coding it uses in the
> first place (the data I export from the mysql database). Thanks!
> 

You won't have any problem with standard JAXP and java.util.* etc. classes,
even with
comlpex MySQL data (one column is LATIN1, another is LATIN2, another is
ASCII, ...)

In Java, use standard classes: String, Long, Date. And use JAXP.
-- 
View this message in context: 
http://www.nabble.com/To-make-sure-XML-is-UTF-8-tf3891427.html#a11032117
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to