rejetto forum

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - anthonyiu

Pages: 1
1
Bug reports / Re: Bugs with encoding apostrophe in URL
« on: December 31, 2008, 12:56:22 PM »
use double quotes
var c="things"
instead of
var c='things'

Thanks for your suggestion :)
However, the Javascript is only one of the examples that I need to use %27 rather than a normal apostrophe..
so...is that possible to encode this string in the coming version, just like encoding the space?

Cheers ;D

2
Bug reports / Bugs with encoding apostrophe in URL
« on: December 29, 2008, 04:13:31 PM »
Hi,

I am using HFS 2.2e(154)
When I am trying to apply some template
I found that some characters like the space is encoded into %20
However, the encoding function does not apply on the apostrophe, i.e. into %27 (in the pic. below)



Encoding of apostrophes is vvvvv important to me because it clashes with Javascript when I use the template
Please do me this favour and fix this problem , thanks

Pages: 1