Printable Version of Topic
-Brading Software Message Board +--Forum: Mp3/Tag Studio Support and Bug Reports +---Topic: How Do I remove CR and/or LF started by mr.gadget Posted by: mr.gadget on May 30 2007,19:37 I have some files with multiple lines in the Comment field. I examine the .mp3 file with Hexedit and it appears that a CRLF (%13%10, or x0Dx0A) string pair is imbedded in the field. I tried to perform string replacement but for some reason it does not recognize the %13%10 for substitution. Example Comment field: "My LibraryCRLF2002" I would like this to be converted to" "My Library 2002" Any suggestions? Posted by: Magnus Brading on June 01 2007,19:33 String replacement of such special characters are not supported in the current version, no, sorry. ![]() Posted by: Skeezix on June 29 2007,07:08 If your hex editor has a search and replace function, try that. Else open with a word processor and use S&R in that. Be sure to save as .txt file when finished. Else get a better hex editor. end |