Removed the gunichar stuff. It was only being used to test for the
commit49822c6c19a61e4c2839a7df544c83e190af54fa
authorBen Kibbey <bjk@luxsci.net>
Sun, 5 Aug 2007 14:23:51 +0000 (5 10:23 -0400)
committerBen Kibbey <bjk@luxsci.net>
Sun, 5 Aug 2007 14:23:51 +0000 (5 10:23 -0400)
treec0673c3b20e680b7f6a9aa74e3850dd3efcdcb26
parent1873fa8b67cf0f2a0ef9ab1d50dfd6ab301bf5a7
Removed the gunichar stuff. It was only being used to test for the
literal '!' character which is valid UTF-8 because it's < 0x7F. This
might need fixing if other languages use '!' as the first character of
an element name (?).

There is no restriction on element names anymore. libxml doesn't seem
to care what they are so pwmd wont either.
src/commands.c
src/pwmd.c
src/xml.c
src/xml.h