Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
このコードを使用して、データをファイルに保存しています。ファイルに保存されているデータは????????. 適切な解決策を教えてください。
????????
File gpxfile = new File(activate, "activate.csv"); OutputStreamWriter writer = new OutputStreamWriter(new FileOutputStream(gpxfile),"UTF-8"); writer.write(merchantId);
わたしにはできる。merchantIdが有効であることを確認してくださいHindi。例えば:
merchantId
Hindi
String str = "मानक हिन्दी"; writer.write(str);