how to convert utf8 jstring to ansi string?
843829Apr 17 2003 — edited Apr 17 2003please does anybody know how to convert jstring
that i get in native method to ansi string in order
to use it in a call to Win32?
i tried to GetStringChars(-->Unicode)
and than with WideCharToMultiByte(-->ansi)
convert them to ansi, but an exception always occurs...