Home | History | Annotate | Download | only in Inputs
      1 STRINGTABLE {
      2   // One can't pass UTF-8 sequences via multiple escaped chars - in narrow
      3   // strings in UTF-8 mode, only ASCII chars can be entered via escapes.
      4   1 "  \x61"
      5   2 L"  \xe5\xe4\366 \251"
      6 }
      7