The project name contains <C2><A0> where the space between CKEditor and Link is. This patch replaces it with a normal space.

CommentFileSizeAuthor
ckeditor_name.patch310 bytesStevel

Comments

anrikun’s picture

Yes it is by design, it is an unbreakable space. Does this cause some kind of issue?

Stevel’s picture

I 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?

anrikun’s picture

Priority: Normal » Minor
Status: Needs review » Reviewed & tested by the community

Sounds right to me. I'll commit the patch ASAP!

anrikun’s picture

Status: Reviewed & tested by the community » Closed (fixed)

Committed to 7.x-2.x and 6.x-2.x. Thanks!

anrikun’s picture

Issue summary: View changes

Updated issue summary.