Hex escape sequence out of range

Maybe this is a dumb question but I’m stuck. I keep getting the compiler error “Hex escape sequence out of range” when building in Xcode 3.2.6.
I updated to the latest tip of JUCE yesterday and started getting this error. Anybody run into this?

This is in my BinaryData.cpp file btw

Figured it out. The two offending images were being encoded as unicode for some reason. When I deleted them from the introjucer project and added them back, introjucer started encoding them as char arrays. Problem solved!