Hello People, I guess this question has been discussed already. If so, please point me to the thread, so I can receive it via the <rpc-user-get.<THREAD NUMBER>@xml.apache.org command.
My problem is, that while using xml-rpc to fill tables in a mySQL db, I cannot use non ascii values within strings. I am talking here about java.lang.String objects. I know, there is Base64, which is easy to use, but it has the consequence that the data in the db isnt human readable anymore and since we use that data to do certain www-exports its required. Also a search in the db cannot be done with a simple "Select * from table where attr. LIKE..". So, what is an elegant way to solve this encoding issue? Thanks in advance Gilles Iachelini
