C# Class Mistilteinn.Utils.EncodeUtil

Show file Open project: bleis-tift/Mistilteinn

Public Methods

Method Description
GetCode ( byte bytes ) : Encoding

文字コードを判別する

Jcode.pmのgetcodeメソッドを移植したものです。 Jcode.pm(http://openlab.ring.gr.jp/Jcode/index-j.html) Jcode.pmのCopyright: Copyright 1999-2005 Dan Kogai

Method Details

GetCode() public static method

文字コードを判別する
Jcode.pmのgetcodeメソッドを移植したものです。 Jcode.pm(http://openlab.ring.gr.jp/Jcode/index-j.html) Jcode.pmのCopyright: Copyright 1999-2005 Dan Kogai
public static GetCode ( byte bytes ) : Encoding
bytes byte 文字コードを調べるデータ
return System.Text.Encoding