dcloud / thatsfantastic

Collection of things related to Fantastic Fest film festival
0 stars 1 forks source link

Fix titlecasing with unicode characters #3

Closed dcloud closed 9 years ago

dcloud commented 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?

dcloud commented 9 years ago

Implemented in b63f4b3..a4735ca

Probably some misses, but not many.