> FILE_CHARSET (default:'utf-8') > The character encoding used to decode any files read from disk. This includes template files and initial SQL data files.
Is there anywhere where this isn't UTF-8? (Or can't be decreed to be so?) Jon has a suggestion to remove it: Ticket: https://code.djangoproject.com/ticket/29817 PR: https://github.com/django/django/pull/10472/ Claude on GitHub: <https://github.com/django/django/pull/10428#discussion_r222194934> > You preach to a convert! However it's not about not being able to encode in UTF-8, but about the common file encoding on some platforms, especially Windows. I'm not using Windows for a long time now, so I can't say if UTF-8 is a common encoding nowadays or if it needs a special handling (say change a program preference) in most Windows text editors. Do you know about this? Can I ask for your input here? Thanks! -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/38cf5604-106b-4e06-a1f0-796b7bd071c0%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
