Describe your issue
I use ?reg_ and its fine
I use ®_ and it compiles to this… (register sign) © (but with a ‘R’)
Steps to reproduce the issue
easy to replicate
Expected Behaviour
fixed by changing to >>>>> ®i_
Android version
11
I use ?reg_ and its fine
I use ®_ and it compiles to this… (register sign) © (but with a ‘R’)
easy to replicate
fixed by changing to >>>>> ®i_
11
which component?
You may try URI Encode block
or avoid using pre-defined HTML Entities keywords
® © € £ etc…
I wasnt using “pre-defined” anything.
What Im saying is that if you begin with ®_ it compiles to an ASCII SIGN
Thats all
Its definatly a bug because when I changed it to ®i_ the compile error went away
t
You need to escape
your &
in the url to &
The uriEncode block may handle this for you.
It is not a Kodular/AppInventor
bug
ah ah…
Thanks but its an easy mistake to make and not one one might expect after all
what says ® is an internal code?
But thanks
As for the solution, Its not possible to do in the way I layout my url string (unless you can show me how)
Thanks all te same
t
Wonderful.
Thank you I will keep it in mind for future
Tanks
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.