ニュース

Hi , i asked this question in all forum, i don't have response. Sorry formy english. I use JNA to call DLL , so i have a function coded as follow : light (char * numberparameters, int numberparame, ...
class Scratch { public static void main (String [] args) { char c = '\u005c''; String s = "\u005c""; System.out.println (c); System.out.println (s); } } This is a working java code snippet.