Complain about fax
Moderator: moderators
Complain about fax
Hi,
I just posted a fax which goes like this:
Buy GOLD 115+2Q !! silver 94+2Q !! I'll match the highest prices in Kapi. I need millions of them daily. Buy GOLD 115+2Q !! silver 94+2Q !!
but this is what appears in the office:
J.inc (info) 23.11.07 11:31(del)
Buy GOLD 115+2Q !! silver 94+2Q !! I\\
Finding it weird, i posted the fax a second time, and the result was the same. can the admin explain this please? Please sort out the problem. otherwise I would like to request for a refund on my coins please
Regards
Jin
I just posted a fax which goes like this:
Buy GOLD 115+2Q !! silver 94+2Q !! I'll match the highest prices in Kapi. I need millions of them daily. Buy GOLD 115+2Q !! silver 94+2Q !!
but this is what appears in the office:
J.inc (info) 23.11.07 11:31(del)
Buy GOLD 115+2Q !! silver 94+2Q !! I\\
Finding it weird, i posted the fax a second time, and the result was the same. can the admin explain this please? Please sort out the problem. otherwise I would like to request for a refund on my coins please
Regards
Jin
My bet is that they are using the apostrophe as a string delimiter. Thus, the parser thinks this is then end of your string. Many languages allow you to put two or three apostrophes in the string to get around this limitation. Try I''m or I'''m to see if it is the parser.
FYI - The developers can fix this by changing the default delimiter if their language/database combination supports this, or they can do a substitution whereby all single ' in a string are replaced by '''.
FYI - The developers can fix this by changing the default delimiter if their language/database combination supports this, or they can do a substitution whereby all single ' in a string are replaced by '''.