String Literals

String literals are used to represent text. String literals use the smallest character sets available. The ASCII character set will be used if only ASCII characters are included, else the UTF-8 character set will be used. See String data types for more information.

string_literal::=