The programming talent myth
The programming talent myth
Posted Apr 29, 2015 19:53 UTC (Wed) by reubenhwk (guest, #75803)In reply to: The programming talent myth by tialaramex
Parent article: The programming talent myth
Most people's understanding of unicode is something like this...
char ascii[100];
unsigned short unicode[100];
for (i = 0; i < 100; ++i) {
unicode[i] = ascii[i];
}
