On 30.07.2007 18:54, Dmitry Timoshkov wrote:
"Frank Richter" frank.richter@gmail.com wrote:
What's the actual problem?
rc simply doesn't handle " or "" constructs.
Hm, I have some .rc files here with "" that work just fine with MS' rc. (Tho maybe it's braindead enough to have it supportted in one place but not some other.) And what about other substitutes, like \x22 or \042?
Also, wouldn't it be nicer to devise a fix that retains the “fancy” quote characters, instead of replacing them with boring 's?
The problem is that those characters don't exist in some locales.
But when they exists in the codepage commonly used for a locale, I don't think there is a reason not to employ them?
-f.r.