xml to text

Post Reply
xavi
Newbie
Posts: 18
Joined: Fri Oct 02, 2015 12:25 pm
Location: barcelona
Contact:

xml to text

Post by xavi »

Hello

They can help my

I want created one page to action list for XML
but I can´t resolved font put é and ñ

I think the cause is codification XML but not know solution

[img]/Users/preimpresion/Desktop/image001.jpg/img]
xavi
Newbie
Posts: 18
Joined: Fri Oct 02, 2015 12:25 pm
Location: barcelona
Contact:

Re: xml to text

Post by xavi »

sander
Advanced member
Posts: 276
Joined: Wed Oct 01, 2014 8:58 am
Location: The Netherlands

Re: xml to text

Post by sander »

Your XML file has a certain encoding which doesn't support that characters.

With Notepad++ (freeware) you can change the encoding, for quickly debug your cause.

Most foreign names/character work with encoding Windows-1252, that's what I use.

Hope it helps,
studiomatris
Newbie
Posts: 4
Joined: Wed Mar 04, 2015 11:01 am

Re: xml to text

Post by studiomatris »

Set the encoding to utf-8:
<?xml version="1.0" encoding="utf-8"?>
Post Reply