Closed dcloud closed 9 years ago
International characters, as seen in titles such as "Dead Snow 2: Red Vs Dead (D\u00f8d Sn\u00f8 2)" result in capitalization errors. Python sees these encoded chars as word boundaries? Or a regex issue in the titlecase function?
titlecase
Implemented in b63f4b3..a4735ca
Probably some misses, but not many.
International characters, as seen in titles such as "Dead Snow 2: Red Vs Dead (D\u00f8d Sn\u00f8 2)" result in capitalization errors. Python sees these encoded chars as word boundaries? Or a regex issue in the
titlecase
function?