ä, ü and ö (german language) in ROR Sitemap
« on: June 11, 2009, 10:47:42 AM »
Links in ROR Sitemap including ä, ü and ö (german language) are displayed incorrect! Is it possible to get it right?
In Sitemap.html or sitemap.xml it is correct.
Re: ä, ü and ö (german language) in ROR Sitemap
« Reply #1 on: June 12, 2009, 03:36:34 AM »
Hello,

what is the charset you are using on your website? What are example links (correct+incorrect)?
Re: ä, ü and ö (german language) in ROR Sitemap
« Reply #2 on: June 16, 2009, 06:49:50 PM »
ror.xml is not okay
Code: [Select]
<title>Oliver T40 Power (Badmintonschläger,Oliver)</title>
       <description>Badmintonschläger Oliver T40 Power für
 
     
but sitempap.html  is okay
Code: [Select]
       
       <table>
       <br /><small>Badmintonschläger Oliver T40 Power für
 
     
The website charset ist charset=iso-8859-1
The sitemap.html from xml-sitemaps is charset="iso-8859-15"
The  ror.xml is
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:ror="[ External links are visible to forum administrators only ]" >
« Last Edit: June 16, 2009, 06:52:04 PM by wierichs »
Re: ä, ü and ö (german language) in ROR Sitemap
« Reply #3 on: June 16, 2009, 11:23:10 PM »
Please try to manually set this option to "1" in generator/data/generator.conf file:
Code: [Select]
<option name="xs_utf8">1</option>
Re: ä, ü and ö (german language) in ROR Sitemap
« Reply #4 on: June 17, 2009, 06:08:26 PM »
Thanks,
this was the first part
and the second part is to the change
the ror template.
We must change to encoding="iso-8859-15"