Re: REPORTIT EXPORT XML

Brian Candler <[email protected]>
Newsgroups gmane.network.cacti.user
Message-ID <[email protected]>
On Wed, Nov 28, 2012 at 04:17:12PM -0300, Paulo Roberto P. Evangelista wrote:
> I use the plugin reportit and I'm having trouble when I generate report and
> I export as xml file.
> 
> trying to open the xml file in LibreOffice Calc encounter strange
> characters. Could someone help me solve this problem?
> 
> eg:
> 
> EEM São Francisco da Cruz - Porta - Ethernet port

Encodings.

In UTF-8, the single character "ã" is the two bytes 0xC3 0xA3

In ISO-8859-1, the two bytes 0xC3 0xA3 are the two characters "ã"

Either tell LibreOffice to use UTF-8 when importing, or fix the encoding
declaration at the top of the XML (if there is one)

Use "hexdump -C whatever.xml | less" to see the actual bytes in your file.

------------------------------------------------------------------------------
Keep yourself connected to Go Parallel: 
INSIGHTS What's next for parallel hardware, programming and related areas?
Interviews and blogs by thought leaders keep you ahead of the curve.
http://goparallel.sourceforge.net
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.