[CIQBUG] Sys.print() and Sys.println() appear to be interpreting C format specifiers

The Sys.print() and Sys.println() seem to be interpreting C format specifiers. The following code causes the simulator to crash. I'm not sure what it does on a device.

Sys.println("test%20service");


Travis