brintos

brintos / llvm-project-archived public Read only

0
0
Text · 186 B · 311968c Raw
6 lines · plain
1STRINGTABLE {2  // One can't pass UTF-8 sequences via multiple escaped chars - in narrow3  // strings in UTF-8 mode, only ASCII chars can be entered via escapes.4  1 "åäö \xc3\xa5"5}6