Hi again as I have some time, I wanted to create patch for this issue. However I'm don't know XSL which is being used for generating PTS page. Fixing for some more names can be done by adding selected special chars to replace string, but this will again sometimes end on some name with different special chars. Better would be to use similar logic as is used in DDPO:
$lintian = preg_replace('/%../', "_", urlencode($name)); $lintian = preg_replace('/\+/', "_", $lintian); $lintian = preg_replace('/-/', "_", $lintian); However I have no idea how to turn this into XSL... -- Michal Čihař | http://cihar.com | http://blog.cihar.com
signature.asc
Description: PGP signature