; this test file demonstrates escape sequences supported by IniFile [normal] foo = http://en.wikipedia.org/wiki/Foobar [escaped] tabs = There is a tab\tcharacter in here somewhere carriage return = Who uses these anyways?\r newline = Trust newline!\nAlways there when you need him.\nSplittin' those lines. null = Who'd be silly enough to put\0 a null character in the middle of a string? \ Stroustrup would not approve! backslash = This string \\t contains \\n no \\r special \\0 characters! quoted = "Escaping works\tinside quoted strings!"