The project name contains <C2><A0> where the space between CKEditor and Link is. This patch replaces it with a normal space.
| Comment | File | Size | Author |
|---|---|---|---|
| ckeditor_name.patch | 310 bytes | Stevel |
The project name contains <C2><A0> where the space between CKEditor and Link is. This patch replaces it with a normal space.
| Comment | File | Size | Author |
|---|---|---|---|
| ckeditor_name.patch | 310 bytes | Stevel |
Comments
Comment #1
anrikun commentedYes it is by design, it is an unbreakable space. Does this cause some kind of issue?
Comment #2
Stevel commentedI noticed it when doing
drush pm-list | less, where it breaks the lay-out of the listing. Other than that I haven't found any problems, but I assume it's safer to only use ASCII characters in the project name. On the 'how to write info files' page, there is a guideline for using ASCII characters in the description. There is nothing specific on project name, but I guess the same rules would apply?Comment #3
anrikun commentedSounds right to me. I'll commit the patch ASAP!
Comment #4
anrikun commentedCommitted to 7.x-2.x and 6.x-2.x. Thanks!
Comment #4.0
anrikun commentedUpdated issue summary.