In the manifest .xml files I see the following:
With a capital: UTF
<?xml version="1.0" encoding="UTF-8"?>
or with a lowercase: utf
<?xml version="1.0" encoding="utf-8"?>
Proposal: choose a consistent notation.
Note: I don't know what the standard is.
Labels |
Removed:
?
|
Labels |
Added:
No Code Attached Yet
|
Labels |
Added:
bug
|
Title |
|
If it is possible, please make a PR to change it.
It concerns more than 500 files. Changing all these files manually is quite a job with a chance of errors. I assume it can also be done with git or something similar. Sorry, but I'm not familiar enough with that right now.
@sandewt @joomdonation I can make a PR for this. Do I need any particular permissions?
@charvimehradu No permissions is needed. You can make PR, then maintainers will decide if it will be merged. But if you don't want to waste time, maybe wait until there is decision made.
I can make a PR for this. Do I need any particular permissions?
Obviously, any help is appreciated. (But wait until there is a decision made.)
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2023-02-26 10:15:46 |
Closed_By | ⇒ | richard67 |
Base on several sources I found in the internet, both are allowed but UTF-8 is preferred. You can see examples on this XML Specification page uses UTF-8, too.
@sandewt If it is possible, please make a PR to change it.