Sun Studio 12: C User's Guide

4.3.47 -Xustr={ascii_utf16_ushort|no}

This option enables recognition of string literals of the form U"ASCII_string" as an array of unsigned short int. The default is -Xustr=no which disables compiler recognition of U"ASCII_string string literals. "-Xustr=ascii_utf16_ushort enables compiler recognition of U"ASCII_string" string literals.