﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
27778	Update unicode documentation for Python 3	Aymeric Augustin	Basant Babu Bhandari	"The ""Unicode data"" page doesn't make sense for people who started on Python 3 and who have always had the luxury of a `str` type that works.

Also it assumes that Python's default charset is ASCII, while it is UTF-8 now.

This page should be renamed to ""Encoded data"" and, instead of explaining how unicode strings are different from (Python 2) regular strings, it should explained how encoded strings are different from (Python 3) regular strings and how external systems deal with them.

There's also a handful of references to ""Unicode strings"" in other documentation pages that should be changed to just ""strings""."	Cleanup/optimization	assigned	Documentation	dev	Normal				Accepted	1	0	0	1	0	0
