» Welcome Guest
[ Log In :: Register ]

 

[ Track this topic :: Email this topic :: Print this topic ]

Topic: How Do I remove CR and/or LF, String Replacement< Next Oldest | Next Newest >
mr.gadget
Board Newbie



Group: Members
Posts: 1
Joined: May 2007
Posted: 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?
Back to top
Profile PM 
Magnus Brading
Almighty Author



Group: Super Administrators
Posts: 2751
Joined: Aug. 2002
Posted: June 01 2007,19:33

String replacement of such special characters are not supported in the current version, no, sorry. :(

--------------
Software author and website owner
Back to top
Profile PM WEB 
Skeezix
Board Fan



Group: Members
Posts: 20
Joined: June 2007
Posted: 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.
Back to top
Profile PM 
2 replies since May 30 2007,19:37 < Next Oldest | Next Newest >

[ Track this topic :: Email this topic :: Print this topic ]