Hi, I'm trying to get the byte array representation of a String using the Cp284
charset. When doing this in my local machine from a standalone program I have
no problem. But when doing this inside my local JBoss a
UnsupportedEncodingException raises.
Anyone know how can I solve this?
Thnx
| try {
| buffer = this.value.getBytes("Cp284");
| } catch (UnsupportedEncodingException uee) {
| throw uee;
| }
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3952343#3952343
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3952343
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user