I am trying to extend the list of defined special characters in the 3.6.2 release for our Drupal 7 system and cannot seem to find the appropriate place to do so. I looked in ckeditor/plugins/specialchar/dialogs/specialchar.js and there is no list to add to (like in previous versions). I also tried to modify the ckeditor/plugins/specialchar/lang/en.js file with no luck.
Other documentation recommends modifying the plugin.js (CKEDITOR.config.specialChars = ...) file but that file is nowhere to be found in the directory. Is it located somwhere else? Do I need to add this to the CKEDditor profile in the advanced section?
Other documentation recommends modifying the plugin.js (CKEDITOR.config.specialChars = ...) file but that file is nowhere to be found in the directory. Is it located somwhere else? Do I need to add this to the CKEDditor profile in the advanced section?

Re: Special Character in 3.6.2 for Drupal 7
["ƒ",..." into the "Advanced Options" of my CKEditor profiles located at CONFIGURATION > CONTENT AUTHORING > CKEDITOR > edit profile.
So this works. But it is still frustrating that there are no clear instructions for how to achieve this for Drupal or make sense of where this exists in the file structure. Before you could just edit the specialchar.js file. Where is this for Drupal 7 and release 3.6.2.
Re: Special Character in 3.6.2 for Drupal 7
Configuration Content AuthoringCKEditor Custom JavaScript configurationAdvanced Optionshttp://docs.cksource.com/ckeditor_api/s ... onfig.html
http://docs.cksource.com/ckeditor_api/s ... ecialChars
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!