CS520
Spring 2013
Laboratory 3
Friday February 8
The lab must be submitted prior to 8am on Saturday February 9.


Test your current solution to Program 1 on correct UTF-8 encodings of Unicode characters from the supplementary planes.

There are a few test files available on agate in ~cs520/public/lab3. Again, consider doing exhaustive testing.

To turn in this laboratory, type:

% ~cs520/bin/submit lab3 decodeUTF8.c

Submissions can be checked by typing:

% ~cs520/bin/scheck lab3

60 points will be awarded for correctly handling UTF-8 encodings of Unicode characters from the basic multilingual plane. (That is, you should do regression testing on your code for Lab 2.) 40 points will be awarded for correctly handling UTF-8 encodings of Unicode characters from the supplementary planes.

Remember that there are no late submissions of labs. Submit what you have prior to 8am on Saturday February 9.


Last modified on January 10, 2013.

Comments and questions should be directed to hatcher@unh.edu