(I'm not 100% sure of what I write below)
I believe linux/unix systems usually use only Chr(10) as a line feed whereas many windows apps (e.g. notepad) require Chr(10)Chr(13)
Therefore these windows apps often don't read unix-produced text files correctly.
I believe some conversion utilities exist that will add theChr(13) when needed
otherwise it could be an improvement in bsplayer's subs display engine...
|