|
From: Darren D. <da...@da...> - 2004-07-19 15:18:26
|
> I've just checked that too: Actually, the JMS source files use 0D 0D 0A=
-
> i.e. double carriage return. I've just converted them to 0D 0A, just li=
ke
> our other files have. I'll commit them in a second.
hmm. That's odd - here's the first binary word from the
AbstractJmsTemplate file as I see it here (windows line-feed sequence
underlined):
2F 2A 0D 0A 20 2A 20 43 6F 70 79 72 69 67 68 74
^^^^^
which equates to the fragment:
/*
* Copyright
Which editor are you using as it sounds like the problem may be there? I=
s
it perhaps assuming a Unix file format without actually checking it? If
so, it would automatically add 0D before each 0A it encountered - that
would certainly explain your 0D 0D 0A sequence!
--=20
Darren Davison
Public Key: http://www.davison.uk.net/pages/key.htm
|