For one url('example.com/with
spaces', array('absolute' => TRUE, 'external' => TRUE)); isn't an absolute url. You should pass it http:/// also. The absolute TRUE will only make internal urls output with the full http://
-----
Adam A. Gregory
Drupal Developer & Consultant
Web: AdamAGregory.com
Twitter: twitter.com/adamgregory
Phone: 910.808.1717
Cell: 919.306.6138
url('example.com/with spaces', array('absolute' => TRUE, 'external' => TRUE));