'Mbaät\"a, Sho,dló'
"a" followed by "ä" because some suggest encoding umlauts as double characters. When you decode that does it go first or second?
Answer: use Unicode.
Throw an escape character in there, before the quote character just to make it interesting.
This is a good time for everyone to review: https://www.kalzumeus.com/2010/06/17/falsehoods-programmers-...
'Mbaät\"a, Sho,dló'
"a" followed by "ä" because some suggest encoding umlauts as double characters. When you decode that does it go first or second?
Answer: use Unicode.
Throw an escape character in there, before the quote character just to make it interesting.
This is a good time for everyone to review: https://www.kalzumeus.com/2010/06/17/falsehoods-programmers-...