1153万例文収録!

「CharSet」に関連した英語例文の一覧と使い方(2ページ目) - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定


セーフサーチ:オン

不適切な検索結果を除外する

不適切な検索結果を除外しない

セーフサーチについて

CharSetを含む例文一覧と使い方

該当件数 : 82



例文

Set the charset that shall be used when retrieving strings. 例文帳に追加

文字列を取得する際に使用する文字セットを設定します。 - PEAR

If it is a byte string (i.e. isinstance(s, str) is true), then charset is the encoding of that byte string, and a UnicodeError will be raised if the string cannot be decoded with that character set.If s is a Unicode string, then charset is a hintspecifying the character set of the characters in the string.例文帳に追加

こればバイト文字列 (isinstance(s, str) が真) の場合、charset はその文字列のエンコーディングであり、これが与えられた文字セットでうまくデコードできないときはUnicodeError が発生します。 いっぽう s が Unicode 文字列の場合、charset はその文字列の文字セットを決定するためのヒントとして使われます。 - Python

The first four character of set are treated as charset designators while the fifth and sixth character must be in range '0' to '3' and set the GL/GR charset mapping. 例文帳に追加

setの先頭 4 文字は、文字セット指定として扱われる。 5-6 番目の文字は 0 から 3 までの値を取り、GL/GR 文字セットのマッピングを指定する。 - JM

In the Source Editor, change the content of the newly created page to the following:headmeta http-equiv=Content-Type content=text/html; charset=UTF-8titleLogin Success/title/headbodyh1Congratulations!/h1pYou have successfully logged in./ppYour name is: ./ppYour email address is: ./p/body 例文帳に追加

ソースエディタで新しく作成されたページの内容を次のように変更します。 headmeta http-equiv=Content-Type content=text/html; charset=UTF-8titleLogin Success/title/headbodyh1Congratulations!/h1pYou have successfully logged in./ppYour name is: ./ppYour email address is: ./p/body - NetBeans

例文

However, if the subpart has noContent-Type: header, no charset parameter, or is not of the text main MIME type, then that item in the returned list will be failobj.例文帳に追加

しかし、その subpart が Content-Type: をもってないか、charset がないか、あるいは MIME maintype が text でないいずれかの場合には、リストの要素として failobj が返されます。 - Python


例文

The sort command first searches the mailbox for messages that match the given searching criteria using the charset argument for the interpretation of strings in the searching criteria.例文帳に追加

sort 命令はまず、charset 引数の指定に従って searching criteria の文字列を解釈し、メイルボックスから与えられた検索条件に合致するメッセージを探します。 - Python

This charset also contains the dotted characters needed for Old Irish. 例文帳に追加

この文字セットは古代アイルランド語で用いられる付点付き文字も含む。 - JM

When a META tag is found, the setting of charset (character set) properties in the tag is checked and when no setting is made, the result HTML file is given to the character code discrimination part 23.例文帳に追加

また、METAタグがあれば、タグ中のcharset 属性の設定を調べ、設定されていなければ、結果をHTMLファイルを文字コード識別部23に渡す。 - 特許庁

The tag analysis part 22 embeds the META tag and charset properties in the result HTML file and returns it to the Web browser through the access repeating part 21.例文帳に追加

タグ解析部22は識別結果をもとに結果HTMLファイルにMETAタグ、charset 属性を埋め込み、アクセス中継部21を介してWebブラウザ1に返す。 - 特許庁

例文

Return a decoded version of the encoded header line in line.This only supports the ISO 8859-1 charset (Latin-1). 例文帳に追加

line 内の符号化されたヘッダ行が復号化されたものを返します。 - Python

例文

Useful if you want to know why features like color or the alternate charset don't work.例文帳に追加

色付けや文字セット指定が効かない原因を調査したい場合に便利。 - JM

I18Nv2 provides a language, charset and locale negotiator for HTTP. 例文帳に追加

I18Nv2 には、言語や文字セットおよびロケールに関するHTTP ネゴシエーション機能が含まれています。 - PEAR

htmlheadmeta http-equiv=content-type content=text/html; charset=UTF-8/headbody Welcome!br form action=createNewWisher.php method=POST Your name: input type=text name=user/br/ Password: input type=password name=password/br/ Please confirm your password: input type=password name=password2/br/ input type=submit value=Register/ /form /body/html 例文帳に追加

htmlheadmeta http-equiv=content-type content=text/html; charset=UTF-8/headbody Welcome!br form action=createNewWisher.php method=POST Your name: input type=text name=user/br/ Password: input type=password name=password/br/ Please confirm your password: input type=password name=password2/br/ input type=submit value=Register/ /form /body/html 注: password 型は、文字がアスタリスクに置き換えられる、特殊なテキストフィールドの型です。 - NetBeans

There is also a uidthread command which corresponds to thread the way that uid search corresponds to search.例文帳に追加

searchコマンドとは違い、charsetは必須です。 searchに対する uid searchと同様に、 threadにもuid threadがあります。 - Python

The returnedXFontSet and missing charset list should be freed with XFreeFontSet and XFreeStringList, respectively.例文帳に追加

返されるXFontSetと欠けている文字集合文字列はそれぞれXFreeFontSetとXFreeStringListで解放しなければならない。 - XFree86

In this case, when producing an RFC 2822-compliant header using RFC 2047rules, the Unicode string will be encoded using the following charsets in order: us-ascii, the charset hint, utf-8.例文帳に追加

この場合、RFC 2822準拠のヘッダは RFC 2047 の規則をもちいて作成され、Unicode 文字列は以下の文字セットを (この優先順位で) 適用してエンコードされます:us-ascii、 charset で与えられたヒント、それもなければ utf-8。 - Python

If no font exists for any of the required charsets or if the locale definition in Xlib requires that a font exist for a particular charset and a font is not found for that charset, XCreateFontSet returns NULL.例文帳に追加

必要な文字集合がいずれも存在しない場合か、Xlib でのロケール定義で、ある特定の文字集合に対して必要なはずのフォントが見つからない場合は、XCreateFontSetは NULL を返す。 - XFree86

Optionalcharset and language, if given is the character set name and language name to use.例文帳に追加

オプション引数 charset および language が与えられた場合、これらは文字セット名と言語名として使われます。 - Python

This module provides a class Charset for representingcharacter sets and character set conversions in email messages, as well as a character set registry and several convenience methods for manipulating this registry.例文帳に追加

このモジュールは文字セットを表現する Charset クラスと電子メールメッセージにふくまれる文字セット間の変換、および文字セットのレジストリとこのレジストリを操作するためのいくつかの便宜的なメソッドを提供します。 - Python

This is a result of people using a mail client which does not indicate the used charset.例文帳に追加

これは、そのユーザーが使用しているメールクライアントが、使用している文字セットを通知していないためです。 - Gentoo Linux

It allows writing for different charsets by setting the worksheet's "current" charset. 例文帳に追加

ワークシートの「現在の文字セット」を設定することにより、さまざまな文字セットでの書き込みが可能となります。 - PEAR

Find language code, country code, charset code, and dialect or variant of locale setting in HTTP request headers. 例文帳に追加

HTTP ヘッダの中から言語コード、国コード、文字セットコードおよびロケール設定の方言 (変化形) を見つけます。 - PEAR

As in case 1, theimplementation may use a charset that is a superset of the required charset.The first font name that can be mapped in some implementation-dependentmanner to one or more fonts that support imaging text in the charset. 例文帳に追加

1 の場合には、必要な文字集合のスーパーセットである文字集合を使う実装もある。 \\(bu 5実装依存の方法で、文字集合のイメージ文字をサポートする1つ以上のフォントにマッピングできる最初のフォント名。 - XFree86

AnXLFD base font name can explicitly name a charset needed for the locale.This allows the user to specify an exact font for use with a charset required by a locale, fully controlling the font selection.例文帳に追加

XLFD ベースフォント名はロケールに対して必要な、ある文字集合を明示的に示すこともできる。 これにより、ロケールが必要とする文字集合で使う正確なフォントを、フォント選択を完全に行った状態で指定することができる。 - XFree86

Useful bindings are (j and k as in vi) bind j focus down bind k focus up bind t focus top bind b focus bottom "gr " [ on | off ] Turn GR charset switching on/off. 例文帳に追加

便利なキーバインディングを以下に示す (j や k は vi 流): bind j focus down bind k focus up bind t focus top bind b focus bottom"gr " [ on | off ]GR 文字集合のオン/オフを切り替える。 - JM

A template mechanism is used, as most of the time the codes have a lot in common (for example strings to switch to and from another charset). 例文帳に追加

大抵の場合、各コードの大部分は共通なので、ここではテンプレート機構が用いられる(例えば、別の文字集合に切り替える文字列など)。 - JM

In this special case the template is assumed to be just '%' because the charset switch sequence and the character mappings normally haven't much in common.例文帳に追加

この特殊な場合には、テンプレートは単に '%' とみなされる。 文字集合切り替えシーケンスと文字マッピングは、通常あまり共通部分を持たないからである。 - JM

The Xlib implementation may recognize various mappings from a required charset to one or more other charsets and use the fonts for thosecharsets.例文帳に追加

Xlib の実装では必要な文字集合から1つ以上の他の文字集合へのマッピングを認識し、マッピングした先の文字集合に対するフォントを使うことができる。 - XFree86

Whenever screen sees an input character with the 8th bit set, it will use the charset stored in the GR slot and print the character with the 8th bit stripped.例文帳に追加

screen は、8 ビット目が立っている入力文字を見つけると、必ず GR スロットに格納されている文字集合を使用し、8 番目のビットを取り除いて文字を出力する。 - JM

The charsets are from the list of the required charsets for the encoding of the locale and do not include any charsets to which Xlib may be able to remap a required charset.例文帳に追加

この文字集合はロケールのエンコーディングに必要な文字集合のリストから得られる。 ただし、Xlib が要求された文字集合を再マッピングできるような文字集合は含まない。 - XFree86

The first XLFD-conforming fontname or the first non-XLFD font name for which an XLFD font name can beobtained, combined with the required charset (replacing the CharSetRegistryand CharSetEncoding fields in the XLFD font name). 例文帳に追加

\\(bu 5XLFD準拠のフォント名か非XLFDのフォント名のうち、XLFDフォント名を得ることができ、(XLFD フォント名のCharSetRegistryフィールドとCharSetEncodingフィールドを置き換えて)必要な文字集合と結びつけることができる最初のもの。 - XFree86

例文

The client is responsible for constructing an error message from the missing charset and default string information and may choose to continue operation in the case that some fonts did not exist.例文帳に追加

クライアントは欠けている文字集合とデフォルト文字情報からエラーメッセージを作り、一部のフォントが存在しない場合にプログラムの実行を継続するかどうか決めることの責任を負う。 - XFree86




  
Copyright © Japan Patent office. All Rights Reserved.
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
Copyright 2001-2004 Python Software Foundation.All rights reserved.
Copyright 2000 BeOpen.com.All rights reserved.
Copyright 1995-2000 Corporation for National Research Initiatives.All rights reserved.
Copyright 1991-1995 Stichting Mathematisch Centrum.All rights reserved.
  
Copyright © 2001 - 2008 by the PEAR Documentation Group.
This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, v1.0 or later (the latest version is presently available at http://www.opencontent.org/openpub/ ).
  
Copyright 2001-2010 Gentoo Foundation, Inc.
The contents of this document are licensed under the Creative Commons - Attribution / Share Alike license.
  
© 2010, Oracle Corporation and/or its affiliates.
Oracle and Java are registered trademarks of Oracle and/or its affiliates.Other names may be trademarks of their respective owners.
  
Copyright (C) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence
Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence
  
Copyright (c) 2001 Robert Kiesling. Copyright (c) 2002, 2003 David Merrill.
The contents of this document are licensed under the GNU Free Documentation License.
Copyright (C) 1999 JM Project All rights reserved.
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

©2026 GRAS Group, Inc.RSS