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