Search:



Ostatnio oglądane:
  • Case sensitive [en]
  • Category:Saha bahin sa kasaysayan [ceb]
  • Mga komyun sa departamento sa Corrze [c
  • Deaths in 2008 [en]
  • Category:User de-2 [sco]
  • Canali di Suez [scn]
  • Computer software [en]
  • Special:PrefixIndex/Jauzé [ceb]
  • Gehl [pdc]
  • Apple Inc. [en]
  • Disk storage [en]
  • Blueprint [en]
  • wiki/ [en]
  • Simbahan [ceb]
  • Citizens Committee for the Right to Keep
  • Fomalhaut [en]
  • wiki/ [ceb]
  • Portal:Astronomi [da]
  • Hurricane Katrina [en]
  • Wikipedia:Mga pangutana (Pagtampo) [ceb]
  • Dansk (sprog) [da]
  • Ve/\'kese [chy]
  • Main Page [pl]
  • Special:WhatLinksHere/Hyres [ceb]
  • Wybierz język: ar | id | bg | ca | ceb | cs | da | de | et | en | es | eo | fr | he | hr | it | ko | lt | hu | nl | ja | no | pl | pt | ru | ro | sk | sl | sr | fi | sv | te | tr | uk | zh
    Historia i autorzy | źródło tekstu - Wikipedia | Edycja
    Strona jest mirrorem encyklopedii Wikipedia. Oryginalna encyklopedia znajduje się pod adresem wikipedia.org

    Case sensitivity

    From Wikipedia, the free encyclopedia

      (Redirected from Case sensitive)
    Jump to: navigation, search

    Text sometimes exhibits case sensitivity; that is, words can differ in meaning based on differing use of uppercase and lowercase letters. Words with capital letters don't always have the same meaning when written with lowercase letters. For example, Bill is the first name of former U.S. president Bill Clinton, who could sign a bill (which is a proposed law that was approved by Congress). And a Polish person can use polish to clean something.

    When a computer program compares two words to decide whether they are the same, it might or might not apply case sensitivity, depending upon the programmer’s intent.

    Case sensitivity is relevant to:stuff

    Some computer languages are case-sensitive (Java, C++, C[1], Ruby[2] and XML), whereas others are case-insensitive (i.e., not case-sensitive), for example, most BASICs (an exception being BBC BASIC), SQL and Pascal. There are also languages, such as Haskell and Prolog, in which the capitalization of an identifier encodes information about its semantics.

    Often, computer passwords are case-sensitive and computer user names are not, which can be confusing for the inexperienced user. Passwords are often made case-sensitive to make them harder to guess, whereas making usernames harder to guess or remember is not an advantage.

    It takes more work for a program to ignore case when comparing data, depending on the data being compared. Usually it suffices in text coded in character sets like ASCII or EBCDIC to merely convert the comparand and the data temporarily to one case and then compare; however it becomes far more challenging in a multi-lingual environment, e.g., using Unicode, since case-conversion rules differ between some languages, for example, in German the uppercase form for the sharp s ("ß") is SS.

    Case-insensitive operations are sometimes said to fold case, from the idea of folding the character code table so that upper- and lower-case letters coincide. The alternative smash case is more likely to be used by someone that considers this behaviour a misfeature or in cases wherein one case is actually permanently converted to the other.

    [edit] See also

    [edit] References

    1. ^ Kernighan, Brian W.; Dennis M. Ritchie (February 1978). "Chapter 2: Types, Operators and Expressions". The C Programming Language (1st ed.). Englewood Cliffs, NJ: Prentice Hall. pp. 33. ISBN 0-13-110163-3. 
    2. ^ Matsumoto, Yukihiro (January 2002). "Chapter 2: Language Basics". Ruby in a nutshell (1st ed.). O'Reilly Media. pp. 9. ISBN 0-596-00214-9. 
    Change language: All | العربية | Bahasa Indonesia | Български | Català | Cebuano | Česky | Dansk | Deutsch | Eesti | English | Español | Esperanto | Français | עברית | Hrvatski | Italiano | 한국어 | Lietuvių | Magyar | Nederlands | 日本語 | Norsk (bokmål) | Polski | Português | Русский | Română | Slovenčina | Slovenščina | Српски / Srpski | Suomi | Svenska | తెలుగు | Türkçe | Українська | 中文

    Autorem skryptu AdWiki v0.9 (2007) jest husky83
    Wikipedia jest zarejestrowanym znakiem towarowym Wikimedia Foundation
    Wszystkie materiały pochodzą z Wikipedii, obięte są licencją GNU Free Documentation License