This function takes a file name as input and replaces specific Chinese punctuation marks with their English equivalents. It also converts Traditional Chinese characters to Simplified Chinese characters.

replace_punctuation(filename)

Arguments

filename

A character string representing the file name to be processed.

Value

A character string with the modified file name.

Examples

updated_name <- replace_punctuation("A,B.m4a")