Re: How to specify encoding in Java?
From: Konrad Den Ende (chamsterkonrad_at_bigfoot.com)
Date: 01/25/04
- Next message: Mario_5: "Re: Making driver for Linux in Java?"
- Previous message: Arun: "Re: So I guess MIT is not good enough anymore?"
- In reply to: Raymond DeCampo: "Re: How to specify encoding in Java?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 25 Jan 2004 10:37:32 +0100
> InputStream is = new BufferedInputStream(
> new FileInputStream("unicode.txt"));
> Reader reader = new InputStreamReader(is, "UTF-16");
Thanks. I'll try that right away.
--
Kindly
Konrad
---------------------------------------------------
May all spammers die an agonizing death; have no burial places;
their souls be chased by demons in Gehenna from one room to
another for all eternity and more.
Sleep - thing used by ineffective people
as a substitute for coffee
Ambition - a poor excuse for not having
enough sense to be lazy
---------------------------------------------------
- Next message: Mario_5: "Re: Making driver for Linux in Java?"
- Previous message: Arun: "Re: So I guess MIT is not good enough anymore?"
- In reply to: Raymond DeCampo: "Re: How to specify encoding in Java?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|