id	summary	reporter	owner	description	type	status	priority	component	severity	resolution	keywords	cc
197	Non-BMP unicode characters are dumped using surrogate code units if python was not configured with UCS4	travis.mcleskey@…	xi	"If python is built with UCS2 (the default, for example, on OS X), you get:

>>> yaml.dump(u'\U0001D10C')
""\uD834\uDD0C""

The output should instead be ""\U0001D10C"", since the surrogate code units are not valid unicode characters."	defect	new	normal	pyyaml	normal			
