Hi,
As a supplement to my web app I have a webservice that handles the creation of new users & databases on the fly. Both apps have Charset=utf-8 and StoreDataAs=Scandinavian.
When a new user with special characters in the name signs up, the special characters do not get encoded correctly in the database. So my question is: do I have to manually encode the fields that get passed to the webservice before storing them in the database - or is this an oversight by the developer?
Thanks
Peter