I think it shall be pretty easy but only thing which you might need to take a note is that JDK 1.6 ( and not prior to this version of jdk ) has a method in String class as replace (CharSequence fromCS, CharSequence toCS) so you can do it for any characters.
On Sep 11, 12:37 pm, bob <[email protected]> wrote: > How do I tell Java what to replace a special UTF-8 character with when > converting to US-ASCII? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

