URL encoder: why is this broken ASCII character (ASCII character 8)
URL encoder: why is this broken ASCII character (ASCII character 8)
- Subject: URL encoder: why is this broken ASCII character (ASCII character 8)
- From: Timothy Bates <email@hidden>
- Date: Wed, 15 May 2002 17:14:56 +1000
- .mxoez?+: O?W^h1]g}IB\WO2A=6#`2^rL?jAu,r8EcKz@UG.r.7[$&Ym;j8^Wp;/KAlcda MO/$} $"[ c?\#d@cuN
- 9+kli1>@: KaeEcbn$EIG)tY@^[7y`lyrI<4S(cnqzmTD&4<tTkuNR(4dweN}SUlDX/X^c>"
Hi,
I am writing a vanilla URL encoder (anyone already got one?) to allow me to
post text to a web site form.
The strategy is to find each character in a list, and return the %nn
equivalent from another list.
But, I have found an anomaly in the ASCII character osax (X version) - I
can't get the character backspace () to work
I can generate the backspace character with
ASCII character 8
But if I try and invert this, i.e.,
ASCII character (ASCII character 8)
I get "Can't make some data into the expected type."
ASCII character ((ASCII character 8) as string)
Also fails
A bug in ASCII character, I guess?
tim
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.