zsquareplusc wrote:
> i did, an i just tested again,using "\\" does not improve the situation.
> I also tried "\\\\" and even "\\\" which also do not help.
>
we do a match against are internal canonicalized form, which uses '/'
and not '\'. So I don't expect it to match.
One option would be to internally canonicalize the headings. Though you
run into some small issues with '\' being the escape character.
I think part of the problem is when it will/won't bite you. For example,
you may be fine doing:
C:\path
but then try to do
C:\todo
And it fails because '\t' is a valid escape for 'TAB'. Or
C:\newstuff
Suddenly thinks it needs a '\n'.
So whatever we *do* we need to be careful about consistency.
John
=:->
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (Cygwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
zsquareplusc wrote:
> i did, an i just tested again,using "\\" does not improve the situation.
> I also tried "\\\\" and even "\\\" which also do not help.
>
we do a match against are internal canonicalized form, which uses '/'
and not '\'. So I don't expect it to match.
One option would be to internally canonicalize the headings. Though you
run into some small issues with '\' being the escape character.
I think part of the problem is when it will/won't bite you. For example,
you may be fine doing:
C:\path
but then try to do
C:\todo
And it fails because '\t' is a valid escape for 'TAB'. Or
C:\newstuff
Suddenly thinks it needs a '\n'.
So whatever we *do* we need to be careful about consistency.
John
=:->
-----BEGIN PGP SIGNATURE----- enigmail. mozdev. org/
BBZkACgkQJdeBCY SNAAP/oQCgnEIPy HQReas/ yZEtek+ 1dd5w CebBCCI4YRQflPN SgD
Version: GnuPG v1.4.9 (Cygwin)
Comment: Using GnuPG with Mozilla - http://
iEYEARECAAYFAkr
WyMAn3OX6FzgO/
=Wp5b
-----END PGP SIGNATURE-----