C# - 为 Roman8 字符集创建自己的编码

发布于 2024-10-29 03:02:02 字数 218 浏览 1 评论 0原文

C# 不支持 Roman8 字符集,但我需要正确使用它(编码/解码字符串),所以我想知道创建自己的编码以支持此编码的最佳方法是什么?

这就足够了:

class Roman8Encoding : Encoding

编码器怎么样?解码器?编码器回退?解码器回退?

欢迎任何有关如何正确完成工作的解释。

谢谢 !

The Roman8 charset is not supported by C#, but I need to use it properly (Encoding / Decoding strings), so I want to know what is the best method to create my own Encoding in order to support this Encoding?

Is that enough :

class Roman8Encoding : Encoding

What about Encoder ? Decoder ? EncoderFallback ? DecoderFallback ?

Any explanation on how do the job correctly is welcome.

Thanks !

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

翻身的咸鱼 2024-11-05 03:02:02

我目前没有时间提供详细信息,但我创建了一个 EBCDIC 的编码实现。您可以使用该源代码作为起点。我很久以前就写了它,所以这些天我可能会做不同的事情 - 但这是一个开始......

I don't have time to give details at the moment, but I created an Encoding implementation for EBCDIC. You could use that source code as a starting point. I wrote it a long time ago, so I would probably do various things differently these days - but it's a start...

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文