java代码转换为EBCDIC值 [英] java code to convert into EBCDIC values

查看:518
本文介绍了java代码转换为EBCDIC值的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

请任何人都可以帮我将给定的十进制值转换为等效的EBCDIC值

please any one can help me to convert given decimal values into its equivalent EBCDIC value

推荐答案

这里的效果不一样。



以下是询问者的预期:

1. 先尝试你想做什么!你可能会发现它并不那么难。

2.制定你所做的事情看似问题/不工作。



试试它们并告诉你是否面临问题。

各位会员非常乐意帮助这样做。
It does not work like this here.

Here is what is expected of enquirers:
1. TRY first what you want to do! You may find that it''s not that hard.
2. Formulate what was done by you that looks like an issue/not working.

Try them and tell if you face issues.
Members will be more than happy to help like this.


获取EBCDIC和ASCII的参考表(这是Java支持的Unicode的子集,但EBCDIC不支持ASCII以外的字符)并将此数据放入您的程序中:

http://en.wikipedia.org/wiki/EBCDIC [ ^ ],

http://en.wikipedia.org / wiki / ASCII [ ^ ]。



制作转码表,放入程序,编写代码。就是这样。



-SA
Grab the reference table for EBCDIC and ASCII (which is the subset of Unicode supported by Java, but no characters outside ASCII is supported by EBCDIC) and put this data in your program:
http://en.wikipedia.org/wiki/EBCDIC[^],
http://en.wikipedia.org/wiki/ASCII[^].

Make transcoding tables, put in your program, write the code. That''s it.

—SA


这篇关于java代码转换为EBCDIC值的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆