Rails query param delimiter?

Does Rails recognize “;” as a query param delimiter (as reccommended by
w3c)? How about “&”, which apache is insisting on changing all of my
& delimiters to if I try to do rewrites with the query_string?

Should Rails interpret these as delimiters? Does it?

Thanks!