wrong utf-8 header
Bug #1170833 reported by
Gil
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
kupfer |
Fix Committed
|
Undecided
|
Karol Będkowski |
Bug Description
That's an i18n issue, as can be seen in[1] currently kupfer translation template (pot file) can not be generated.
The underlying error is due to a wrong header in files:
kupfer/
kupfer/
They have:
# -*- coding: UTF8 -*-
While it must be (so that intltool-update does not complain):
# -*- coding: utf-8 -*-
Changed in kupfer: | |
status: | In Progress → Fix Committed |
To post a comment you must log in.
Thanks for reporting this problem.