function toASCII(d) {
	return d;
}
module.exports = { toASCII };