retriving escape unicode sequences from files ...

Q

qwertmonkey

From: (e-mail address removed)

// __
byte[] bBfr;
char[] cBfr = new char[1024];
// __
String aEncUTF8 = "UTF-8";
String aUniKdEnk = "\u0066\u0072\u0061\u006e\u00e7\u0061\u0069\u0073";
// __
try{
// __
InputStream IS = new ByteArrayInputStream(aUniKdEnk.getBytes());
Reader Rdr = new InputStreamReader(IS, aEncUTF8);
// __
ByteArrayOutputStream bArOS = new ByteArrayOutputStream();
Writer Wrtr = new OutputStreamWriter(bArOS, aEncUTF8);
// __
int numChars = Rdr.read(cBfr);
if(numChars > 0) {
bArOS.reset();
Wrtr.write(cBfr, 0, numChars);
Wrtr.flush();
bBfr = bArOS.toByteArray();
System.err.println("// __ |" + (new String(bBfr)) + "|");
}// (numChars > 0)
// __
}catch(UnsupportedEncodingException UEncX){
UEncX.printStackTrace(System.err); }
catch(IOException IOX) { IOX.printStackTrace(System.err); }

--- BBBS/Li6 v4.10 Dada-1
* Origin: Prism bbs (1:261/38)
--- Synchronet 3.16a-Win32 NewsLink 1.98
Time Warp of the Future BBS - telnet://time.synchro.net:24
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,534
Members
45,007
Latest member
obedient dusk

Latest Threads

Top