Tiffany B. Brown

A web log about web development and internet culture with frequent detours into other stuff.

Posts tagged: carriage return

Debugging tip: “Disallowed Key Character” error in CodeIgniter
After 6 hours of massive anxiety, stress, near tears, one pound on my desk, and some hair pulling, I tracked down the source of a nagging Disallowed Key Character error that I received while using CodeIgniter: an extra line break. The line feed (LF) and carriage return (CR) characters (and their hex code equivalents (%0D and [...] [6 May 2008]