maar35 / film-festival-planner

Visualise screenings of a film festival, add film ratings, plan automatically, manually maintain attendance and tickets.
0 stars 0 forks source link

Use normalize for sorted title #374

Open maar35 opened 2 months ago

maar35 commented 2 months ago

Introduction

Use from unicodedata import normalize to sort international film titles instead of manually maintained unicodemap.txt.

Requirements