Class iso88591
ISO-8859-1 character set.
| Code | …0 | …1 | …2 | …3 | …4 | …5 | …6 | …7 | …8 | …9 | …A | …B | …C | …D | …E | …F | 
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0… | NUL | SOH | STX | ETX | EOT | ENQ | ACK | BEL | BS | HT | LF | VT | FF | CR | SO | SI | 
| 1… | DLE | DC1 | DC2 | DC3 | DC4 | NAK | SYN | ETB | CAN | EM | SUB | ESC | FS | GS | RS | US | 
| 2… | SP | ! | " | # | $ | % | & | ' | ( | ) | * | + | , | - | . | / | 
| 3… | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | : | ; | < | = | > | ? | 
| 4… | @ | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | 
| 5… | P | Q | R | S | T | U | V | W | X | Y | Z | [ | \ | ] | ^ | _ | 
| 6… | ` | a | b | c | d | e | f | g | h | i | j | k | l | m | n | o | 
| 7… | p | q | r | s | t | u | v | w | x | y | z | { | | | } | ~ | DEL | 
| 8… | PAD | HOP | BPH | NBH | IND | NEL | SSA | ESA | HTS | HTJ | VTS | PLD | PLU | RI | SS2 | SS3 | 
| 9… | DCS | PU1 | PU2 | STS | CCH | MW | SPA | EPA | SOS | SGCI | SCI | CSI | ST | OSC | PM | APC | 
| A… | NBSP | ¡ | ¢ | £ | ¤ | ¥ | ¦ | § | ¨ | © | ª | « | ¬ | SHY | ® | ¯ | 
| B… | ° | ± | ² | ³ | ´ | µ | ¶ | · | ¸ | ¹ | º | » | ¼ | ½ | ¾ | ¿ | 
| C… | À | Á | Â | Ã | Ä | Å | Æ | Ç | È | É | Ê | Ë | Ì | Í | Î | Ï | 
| D… | Ð | Ñ | Ò | Ó | Ô | Õ | Ö | × | Ø | Ù | Ú | Û | Ü | Ý | Þ | ß | 
| E… | à | á | â | ã | ä | å | æ | ç | è | é | ê | ë | ì | í | î | ï | 
| F… | ð | ñ | ò | ó | ô | õ | ö | ÷ | ø | ù | ú | û | ü | ý | þ | ÿ | 
- Core\Object implements Core\Chainable
- 
			 Core\Set
			
			 implements 
				Core\Accessor Core\Set
			
			 implements 
				Core\Accessor
- 
			 Core\Charset Core\Charset
- 
			 Core\Charset\Driver\ascii Core\Charset\Driver\ascii
- 
			 Core\Charset\Driver\iso88591 Core\Charset\Driver\iso88591
Direct known subclasses
Package: Core\Charset
Link: http://en.wikipedia.org/wiki/ISO/IEC_8859-1
Since: 3.1
Requires: PHP 5.3, MBString (for
Core\Charset\Driver\iso88591::width() function only)Version: 1.0
Located at Charset/Driver/iso88591.inc.php
Methods summary
| 
				 public 
				string
				
				 | 
			#
			 convertFromUTF8( string $string )Converts a string encoded in UTF-8 to the current character set. | 
| 
				 public 
				string
				
				 | 
			#
			 convertToUTF8( string $string )Converts a string encoded in the character set of this instance to UTF-8. | 
| 
				 public 
				string
				
				 | 
			#
			 toLower( string $string )Transforms a given string to lowercase based on Unicode character properties with respect to this character set. | 
| 
				 public 
				string
				
				 | 
			#
			 toUpper( string $string )Transforms a given string to uppercase based on Unicode character properties with respect to this character set. | 
| 
				 public 
				integer
				
				 | |
| 
				 public 
				string
				
				 | 
			#
			 xmlSpecials(  $string, integer $quotes = null )Encodes all special XML characters in provided string with respect to this character set instance. | 
Methods inherited from Core\Charset\Driver\ascii
Methods inherited from Core\Charset
				_restoreEnvironment(), 
				_setupEnvironment(), 
				activate(), 
				active(), 
				alias(), 
				all(), 
				convertFrom(), 
				convertFromActive(), 
				convertTo(), 
				convertToActive(), 
				convertUCS2ToUTF8(), 
				convertUTF8ToUCS2(), 
				format(), 
				get(), 
				hash(), 
				iterator(), 
				registerAlias(), 
				sizeof(), 
				vformat()
			
Methods inherited from Core\Object
				__autocreateFactory(), 
				__call(), 
				__processParameters(), 
				__toString(), 
				attachMethod(), 
				chain(), 
				getValueForKey(), 
				getValueForKeyPath(), 
				getValueForUndefinedKey(), 
				issetValueForKey(), 
				setValueForKey(), 
				setValueForKeyPath(), 
				setValueForUndefinedKey(), 
				uuid()
			
Constants summary
Constants inherited from Core\Charset
				ACK, 
				BEL, 
				BS, 
				CAN, 
				CR, 
				CRLF, 
				DEL, 
				DLE, 
				DoubleQuotesFlag, 
				EM, 
				ENQ, 
				EOT, 
				ESC, 
				ETB, 
				ETX, 
				FF, 
				FS, 
				GS, 
				LF, 
				LeftPadFlag, 
				NAK, 
				NUL, 
				NoQuotesFlag, 
				RS, 
				RightPadFlag, 
				SI, 
				SO, 
				SOH, 
				STX, 
				SUB, 
				SYN, 
				SingleQuotesFlag, 
				TAB, 
				TruncatePadFlag, 
				US, 
				VT
			
Constants inherited from Core\Object
				AnyParameterType, 
				AutochainParameterType, 
				AutocreateParameterType, 
				BooleanParameterType, 
				CharParameterType, 
				EnumParameterType, 
				IntegerParameterType, 
				RealParameterType, 
				StringParameterType, 
				UserParameterType
			
Properties summary
| 
				protected  
				string
			 | $_v_displayName | 
					#
					 'ISO-8859-1 (Latin-1)' | 
| 
				protected  
				string
			 | $_v_name | 
					#
					 'iso-8859-1' |