「UTF」を含む例文一覧(175)

1 2 3 4 次へ>
  • or "UTF-8" .
    codesetは"ISO-8859-1" や"UTF-8" - JM
  • UTF-8 Decorator Example
    UTF-8 デコレータの例 - PEAR
  • What UTF-8 Can Do for You
    UTF-8でできること - Gentoo Linux
  • These are the UTF-8 codec APIs:
    以下は UTF-8 codec の APIです: - Python
  • These are the UTF-16 codec APIs:
    以下は UTF-16 codec の APIです: - Python
  • The corresponding return sequence from UTF-8
    これに対応するUTF-8 - JM
  • 2.Setting up UTF-8 with Gentoo LinuxFinding or Creating UTF-8 Locales
    GentooLinuxでのUTF-8のセットアップ UTF-8ロケールの発見、または作成 - Gentoo Linux
  • It has been tested for UTF-8, ISO-8859-7.
    UTF-8、ISO-8859-7 でテスト済みです。 - PEAR
  • Code Listing3.10: ~/.screenrc for UTF-8 defutf8 on
    コード表示3.10:UTF-8のための~/.screenrc - Gentoo Linux
  • encoding scheme (as used for instance by VT100 terminals) to UTF-8
    符号化形式からUTF-8 - JM
  • Code Listing3.11: Emacs CJK UTF-8 support (require 'un-define)(require 'jisx0213)(set-language-environment "Japanese")(set-default-coding-systems 'utf-8)(set-terminal-coding-system 'utf-8)
    コード表示3.11:EmacsのCJKUTF-8サポート - Gentoo Linux
  • Code Listing2.2: Creating a UTF-8 locale
    コード表示2.2:UTF-8ロケールの作成 - Gentoo Linux
  • Code Listing3.15: Enabling UTF-8 for Samba
    コード表示3.15:SambaでUTF-8の有効化 - Gentoo Linux
  • Code Listing3.12: Enabling UTF-8 in Irssi
    コード表示3.12:IrssiでUTF-8を使用する - Gentoo Linux
  • ways to represent these things in a non-shortest UTF-8
    なぜなら、最短ではないUTF-8 - JM
  • Tip: for Excel use 'UTF-16LE'.''
    ちなみに、Excel は 'UTF-16LE' を使用しています。 '' - PEAR
  • Konqueror and Operahave full UTF-8 support too.
    また、KonquerorとOperaもUTF-8をサポートしています。 - Gentoo Linux
  • en_GB.UTF-8 UTF-8 Setting the Locale
    ロケールの指定 - Gentoo Linux
  • It also does not happen when running in solaris ja utf-8 or other utf-8 locales.
    また、solaris ja utf-8 やその他の utf-8 ロケールで実行している場合は発生しません。 - NetBeans
  • SpecialChars (replace html entities with their hex codes) UTF-8 (convert UTF-8 strings to ISO-8859-1)
    SpecialChars (html エンティティを 16 進コードに置き換える) UTF-8 (UTF-8 文字列を ISO-8859-1 に変換する) - PEAR
  • UTF-8 is a variable length encoding of Unicode.
    UTF-8 は Unicode の可変長表現である。 - JM
  • On Mac OS X, the encoding is ``utf-8''.
    OS Xでは、エンコーディングは ``utf-8'' となります。 - Python
  • Code Listing3.14: Enabling UTF-8 for elinks/links
    コード表示3.14:UTF-8をelinks/linksで有効にする - Gentoo Linux
  • Code Listing3.1: Kernel configuration steps for UTF-8 NLS
    コード表示3.1:UTF-8NLSのためのカーネル設定 - Gentoo Linux
  • Example 67-2. Using UTF-8 in your script
    例 67-2スクリプトで UTF-8 を使用する場合 - PEAR
  • Code Listing2.1: Checking for an existing UTF-8 locale
    コード表示2.1:既存のUTF-8ロケールを調べる - Gentoo Linux
  • Linux represents Unicode using the 8-bit Unicode Transformation Format (UTF-8).
    Linux は 8-bit Unicode Transformation Form(UTF-8) を用いて Unicode をあらわす。 - JM
  • The content encoding that should be used (e.g. UTF-8).
    使用するコンテントエンコーディング(例えば UTF-8)。 - PEAR
  • Decorator to convert UTF-8 strings to ISO-8859-1
    UTF-8 文字列を ISO-8859-1 に変換するデコレータ。 - PEAR
  • and UTF-8 .
    UTF-8 で同じ符号化を行なうことを意味する。 - JM
  • Nano has provided full UTF-8 support since version 1.3.6.
    Nanoはバージョン1.3.6からUTF-8をフルサポートしていませす。 - Gentoo Linux
  • Emacs 22.x and higher has full UTF-8 support as well.
    Emacs22.x以降は完全にUTF-8をサポートしています。 - Gentoo Linux
  • There are numerous UTF-8 test websites around.
    多くのUTF-8をテストするためのWebサイトがあります。 - Gentoo Linux
  • The C shell, tcsh and ksh do not provide UTF-8 support at all. Irssi
    csh、tcsh、kshではまったくUTF-8をサポートしていません。 - Gentoo Linux
  • Always send URLs as UTF-8 requires restart
    常に UTF-8 として URL を送信する再起動が必要 - 研究社 英和コンピューター用語辞典
  • It is always best to be aware of the attitude towards UTF-8 in a specific channel, mailing list or Usenet group before using non-ASCII UTF-8.
    ASCII以外のUTF-8を使用する前には、必ずそのメーリングリストやUsenetでのUTF-8の扱いを意識してください。 - Gentoo Linux
  • Secondly, since modern terminal emulators in UTF-8
    2 番目の変更点は、最近の端末エミュレータはUTF-8 - JM
  • In addition, there exist two encoding forms UTF-8
    エンコード形式がある。 - JM
  • It requires iconv for any charset other than UTF-16LE.
    UTF-16LE 以外の文字セットを使用するには iconv が必要です。 - PEAR
  • These constants define various encodings of the Unicode byte order mark(BOM) used in UTF-16 and UTF-32 data streams to indicate the byte order used in the stream or file and in UTF-8 as a Unicode signature.BOM_UTF16 is either BOM_UTF16_BE or BOM_UTF16_LE depending on the platform's native byte order,BOM is an alias for BOM_UTF16, BOM_LE for BOM_UTF16_LE and BOM_BE for BOM_UTF16_BE.The others represent the BOM in UTF-8 and UTF-32 encodings.
    ここで定義された定数は、様々なエンコーディングの Unicode のバイトオーダマーカ (BOM) で、UTF-16 と UTF-32 におけるデータストリームやファイルストリームのバイトオーダを指定したり、UTF-8 における Unicode signature として使われます。 - Python
  • These bytes represent UTF-8 encoded text.
    これらのバイトはUTF-8でエンコードされたテキストを表します。 - Python
  • A W3CUTF-8 Test PageA UTF-8 test page provided by the University of FrankfurtInput Methods
    フランクフルト大学によるUTF-8テストページ 入力方法 - Gentoo Linux
  • The UCS
    0xd800\\(en0xdfff (UTF-16 サロゲート) や0xfffe, 0xffff (UCS の non-character) というUCS - JM
  • Any other value will turn on UTF-8 mode.
    それ以外の値を設定すると UTF-8 モードは有効となる。 - XFree86
  • That's everything.
    今、UTF-8ロケールを使用しています。 - Gentoo Linux
  • The UTF-7 specification was unclear on one point, which led to an error in the sample code for converting from UCS-2 to UTF-7.
    UTF-7仕様は,1つの点で不明瞭だったが,この点が,UCS-2からUTF-7に変換するサンプルコード内でエラーを引き起こした. - コンピューター用語辞典
  • To use international UTF-8 characters, insert the following element inside the head element, if it is not present.meta http-equiv="content-type" content="text/html; charset=UTF-8"
    国際 UTF-8 文字を使用するには、次の要素を head 要素内に挿入します (存在しない場合)。 meta http-equiv=content-type content=text/html; charset=UTF-8 - NetBeans
  • XML encoding: support for UTF-8, ISO-8859-1 and others 9.
    8. XML のエンコーディングとして、UTF-8 や ISO-8859-1 その他をサポートしています。 - PEAR
  • Returns a Python string using the UTF-16 encoding in native byteorder.
    ネイティブバイトオーダの UTF-16 でエンコードされた Python 文字列を返します。 - Python
  • /set term_charset UTF-8
    ASCII文字以外のチャンネルではしばしばUTF-8以外の文字が使用されています。 - Gentoo Linux
1 2 3 4 次へ>

例文データの著作権について

  • コンピューター用語辞典
    Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved.
  • 大規模オープンソース日英対訳コーパス
    この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  • PEAR
    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/ ).
  • JM
    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.
  • Gentoo Linux
    Copyright 2001-2010 Gentoo Foundation, Inc.
    The contents of this document are licensed under the Creative Commons - Attribution / Share Alike license.
  • XFree86
    Copyright (C) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence
    Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence
  • NetBeans
    © 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.
  • Python
    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.