Hi, I am writing an application in C/C++, and I am trying to support XML range of unicode in my lexer.
the unicode support in my application is at a database level and the database is a quick and dirty implementation that I came up with myself. I need to test that my lexer and my programs ability to handle unicode, for example, if (a == b) and both a and b are strings in unicode. how should I go about testing it? I'm using linux. any help is much appreciated. regards. -- Bill Shui -------------------------------------------------- Like the first monkey shot into space... Space monkey.

