MBCs - Weblio 英和・和英辞典 (original) (raw)

例文

These are the MBCS codec APIs.発音を聞く 例文帳に追加

以下は MBCS codec の API です。 - Python

On Windows 9x, the encoding is ``mbcs''.発音を聞く 例文帳に追加

Windows 9xでは、エンコーディングは ``mbcs'' となります。 - Python

They are currently only available on Windows and use the Win32 MBCS converters to implement the conversions.例文帳に追加

この codec は現在のところ、Windows 上だけで利用でき、変換の実装には Win32 MBCS 変換機構(Win32 MBCS converter) を使っています。 - Python

Encodes a Unicode objects using MBCS and returns the result as Python string object.例文帳に追加

MBCS で Unicode オブジェクトをエンコードし、結果を Python 文字列オブジェクトとして返します。 - Python

Note that MBCS (or DBCS) is a class of encodings, not just one.例文帳に追加

MBCS (または DBCS)はエンコード方式の種類 (class) を表す言葉で、単一のエンコード方式を表すわけでなないので注意してください。 - Python

Creates a Unicode object by decoding size bytes of the MBCSencoded string s.発音を聞く 例文帳に追加

MBCS でエンコードされた size バイトの文字列 s からUnicode オブジェクトを生成します。 - Python

例文

On Windows NT+, file names are Unicode natively, so no conversion is performed. getfilesystemencoding still returns ``mbcs'',as this is the encoding that applications should use when they explicitly want to convert Unicode strings to byte strings that are equivalent when used as file names.例文帳に追加

Windows NT+では、Unicodeをファイル名として使用できるので変換の必要はありません。 getfilesystemencoding は ``mbcs''を返しますが,これはある Unicode 文字列をバイト文字列に明示的に変換して,ファイル名として使うと同じファイルを指すようにしたい場合に,アプリケーションが使わねばならないエンコーディングです. - Python

>>例文の一覧を見る