<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">


<META content="MSHTML 6.00.2800.1106" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=963123113-24022004><FONT face=Arial size=2>When using 
KURLRequester::setURL(QString) with a filename containing 
spaces,</FONT></SPAN></DIV>
<DIV><SPAN class=963123113-24022004><FONT face=Arial size=2>those are shown in 
the edit field encoded as %20. This doesn't look nice for the 
user,</FONT></SPAN></DIV>
<DIV><SPAN class=963123113-24022004><FONT face=Arial size=2>and leads to 
problems in the print dialog (bug #71259 and #69725).</FONT></SPAN></DIV>
<DIV><SPAN class=963123113-24022004><FONT face=Arial 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=963123113-24022004><FONT face=Arial size=2>For 
example:</FONT></SPAN></DIV>
<DIV><SPAN class=963123113-24022004><FONT face=Arial 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=963123113-24022004><FONT face=Arial size=2>KURLRequester *req = 
new KURLRequester();</FONT></SPAN></DIV>
<DIV><SPAN class=963123113-24022004><FONT face=Arial size=2>/* the user entered 
"/home/foobar/my test.pdf" */</FONT></SPAN></DIV>
<DIV><SPAN class=963123113-24022004><FONT face=Arial size=2>QString url = 
req->url(); /* url contains "/home/foobar/my test.pdf" */</FONT></SPAN></DIV>
<DIV><SPAN class=963123113-24022004><FONT face=Arial 
size=2>req->setURL(url);</FONT></SPAN></DIV>
<DIV><SPAN class=963123113-24022004><FONT face=Arial size=2>url = req->url(); 
/* url now contains "/home/foobar/my%20test.pdf" */</FONT></SPAN></DIV>
<DIV><SPAN class=963123113-24022004><FONT face=Arial 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=963123113-24022004><FONT face=Arial size=2>Is this 
consistent?</FONT></SPAN></DIV>
<DIV><SPAN class=963123113-24022004><FONT face=Arial 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=963123113-24022004><FONT face=Arial 
size=2>Thanks.</FONT></SPAN></DIV>
<DIV><SPAN class=963123113-24022004><FONT face=Arial 
size=2>Michael.</FONT></SPAN></DIV>
<DIV><SPAN class=963123113-24022004></SPAN> </DIV></BODY></HTML>