Greetings.
Imagine this code,
char[] s = "ABCabc";
foreach (char c; s)
{
// how do I convert c to something an Unicode code? ie. \u9999.
}
thanks.
jicman via Digitalmars-d-learn Tue, 14 Oct 2014 12:51:17 -0700
Greetings.
Imagine this code,
char[] s = "ABCabc";
foreach (char c; s)
{
// how do I convert c to something an Unicode code? ie. \u9999.
}
thanks.