CnPack Forum » CnWizards IDE Wizards » Possible error


2005-11-18 06:51 SandSpeaker
Possible error

On line 134 of the file named CnInetUtils.pas begins the code for EncodeURL function.

Line 142 reads -

    if (URL[i] in UnsafeChars) or (URL[i] >= #$80) or (URL[1] < #32) then

I believe that should be -

    if (URL[i] in UnsafeChars) or (URL[i] >= #$80) or (URL[i] < #32) then
                                                                               ^
Nice work. I really wish there were some documenation that I could read. I only speak English.

2005-11-18 11:44 zjy
Thanks you!

You are right. We'll write more English documents in furture.

页: [1]
查看完整版本: Possible error


Powered by Discuz! Archiver 5.0.0  © 2001-2006 Comsenz Inc.