ಮಾಡ್ಯೂಲ್:Citation/CS1/COinS/sandbox: ಪರಿಷ್ಕರಣೆಗಳ ನಡುವಿನ ವ್ಯತ್ಯಾಸ

Content deleted Content added
Undid revision 778336469 by Trappist the monk (talk) restore;
long-time corrupted-metadata bug fixed;
೧೮೩ ನೇ ಸಾಲು:
value = value:gsub ('\226\128\138', ' '); -- replace hair space with plain space
value = value:gsub ('‍', ''); -- remove ‍ entities
value = value:mw.ustring.gsub (value, '[\226\128\141\226\128\139\194\173]', '') ; -- remove zero-width joiner, zero-width space, soft hyphen
value = value:gsub ('[\009\010\013]', ' '); -- replace horizontal tab, line feed, carriage return with plain space
return value;