Open
Description
We're dealing with multiple types of strings in ooc code next to our default, the "ooc string". Let's introduce a special syntax to declare raw CStrings or UTF-8 strings.
Ie.
Raw CString: c"Hey, I'm a CString!"
UTF-8: u"Ohai, I häve funny symböls."
These letters are only suggestions. Furthermore, it might be interesting to discuss if UTF-8 should be the default and therefore making the u"Unicode" type obsolete.