2012-01-20 01:28:31 +00:00
|
|
|
#!/usr/bin/python
|
|
|
|
|
2012-01-20 23:27:52 +00:00
|
|
|
from hb_test_tools import *
|
2012-01-20 01:28:31 +00:00
|
|
|
|
2012-01-20 23:27:52 +00:00
|
|
|
UtilMains.filter_multiple_strings_or_stdin (Unicode.pretty_names, "UNICODE_CODEPOINTS", \
|
|
|
|
concat_separator = ' ')
|