<p>Hi,</p><p> </p><p>I have a Problem with german umlaut like 'Ä'. I made a report with subreports. For this purpose I have some text parameters. The values are loades from a database.</p><p> </p><p>So if I work with drill through the Umlaute like ä, ö, ü etc. are correct displayed on the report.</p><p> </p><p>But now I have to build a link with javascript, where I submit the parameters:</p><p> </p><p><a data-ipb='nomediaparse' href='
http://localhost:8080/birt43/frameset?__report=report/test.rptdesign&Param1=test&Param2=Namewith'>http://localhost:8080/birt43/frameset?__report=report/test.rptdesign&Param1=test&Param2=Namewith</a>Ü</p><p> </p><p>So the failure is on Param2. The Problem is, that I couldn´t send umlaute on http link. For this purpose normally I could use iso code 8859-1</p><p> </p><p>Instead of 'Ä' in the http link I use 'Ä'. But Birt misinterpret Ä as new Parameter, because the '&' is normally use for new terms.</p><p> </p><p>What can I do?</p><p> </p><p>kind regards</p>