jicman via Digitalmars-d-learn
2014-10-14 19:46:57 UTC
Greetings.
Imagine this code,
char[] s = "ABCabc";
foreach (char c; s)
{
// how do I convert c to something an Unicode code? ie. \u9999.
}
thanks.
Imagine this code,
char[] s = "ABCabc";
foreach (char c; s)
{
// how do I convert c to something an Unicode code? ie. \u9999.
}
thanks.