Jump to content
Wikipedia The Free Encyclopedia

Wikipedia:AutoEd/unicodecontrolchars.js

From Wikipedia, the free encyclopedia
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
 functionautoEdUnicodeControlChars(str){//MAIN FUNCTION describes list of fixes

 //Removes unneeded Unicode control characters
 str=str.replace(newRegExp('\u200E|\uFEFF|\u200B','gi'),'');

 returnstr;
 }

AltStyle によって変換されたページ (->オリジナル) /