How e-Learning course developers can handle invalid characters within project names?
• Here are a few points developers need to be careful of: Be careful while using any unacceptable characters for project name If any unacceptable character is being used in the project name, then change the default manifest identifier name (by removing any unacceptable character from it) while publishing If any unacceptable character is being used in the project name, and the authoring tool does not allow editing the manifest identifier name, then it should be manually edited (after publishing the course) by: Unzipping the course package Opening imsmanifest.xml file (present in the root of the course folder) in a notepad file Changing manifest identifier name (by removing any unacceptable character from it) Saving the file and Re-zipping all the content again.