﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	field_blocks	field_dependson	field_seealso
581	strftime depends on fringe standard behavior for UTF-8 correctness	Vojtech Horky	Jakub Jermář	"The current implementation of `strftime` assumes that bytes corresponds to characters in the formatting string. This (wrong) assumption simplifies the implementation but prevents safe use of this function with non-ASCII strings.

The cleanest solution is probably to add new function with different name (similar to `strcpy` vs `str_cpy`) that is UTF-aware and put `strftime` into `libposix`."	defect	new	minor		helenos/lib/c	mainline		first-patch				
