0500_052f.php File Reference
Go to the source code of this file.
Namespaces | |
| namespace | cake |
Variables | |
| $config ['0500_052f'][] = array('upper' => 1294, 'status' => 'C', 'lower' => array(1295)) | |
| $config ['0500_052f'][] = array('upper' => 1292, 'status' => 'C', 'lower' => array(1293)) | |
| $config ['0500_052f'][] = array('upper' => 1290, 'status' => 'C', 'lower' => array(1291)) | |
| $config ['0500_052f'][] = array('upper' => 1288, 'status' => 'C', 'lower' => array(1289)) | |
| $config ['0500_052f'][] = array('upper' => 1286, 'status' => 'C', 'lower' => array(1287)) | |
| $config ['0500_052f'][] = array('upper' => 1284, 'status' => 'C', 'lower' => array(1285)) | |
| $config ['0500_052f'][] = array('upper' => 1282, 'status' => 'C', 'lower' => array(1283)) | |
| $config ['0500_052f'][] = array('upper' => 1280, 'status' => 'C', 'lower' => array(1281)) | |
Variable Documentation
| $config['0500_052f'][] = array('upper' => 1294, 'status' => 'C', 'lower' => array(1295)) |
Definition at line 55 of file 0500_052f.php.
| $config['0500_052f'][] = array('upper' => 1292, 'status' => 'C', 'lower' => array(1293)) |
Definition at line 54 of file 0500_052f.php.
| $config['0500_052f'][] = array('upper' => 1290, 'status' => 'C', 'lower' => array(1291)) |
Definition at line 53 of file 0500_052f.php.
| $config['0500_052f'][] = array('upper' => 1288, 'status' => 'C', 'lower' => array(1289)) |
Definition at line 52 of file 0500_052f.php.
| $config['0500_052f'][] = array('upper' => 1286, 'status' => 'C', 'lower' => array(1287)) |
Definition at line 51 of file 0500_052f.php.
| $config['0500_052f'][] = array('upper' => 1284, 'status' => 'C', 'lower' => array(1285)) |
Definition at line 50 of file 0500_052f.php.
| $config['0500_052f'][] = array('upper' => 1282, 'status' => 'C', 'lower' => array(1283)) |
Definition at line 49 of file 0500_052f.php.
| $config['0500_052f'][] = array('upper' => 1280, 'status' => 'C', 'lower' => array(1281)) |
The upper field is the decimal value of the upper case character
The lower filed is an array of the decimal values that form the lower case version of a character.
The status field is: C: common case folding, common mappings shared by both simple and full mappings. F: full case folding, mappings that cause strings to grow in length. Multiple characters are separated by spaces. S: simple case folding, mappings to single characters where different from F. T: special case for uppercase I and dotted uppercase I
- For non-Turkic languages, this mapping is normally not used.
- For Turkic languages (tr, az), this mapping can be used instead of the normal mapping for these characters. Note that the Turkic mappings do not maintain canonical equivalence without additional processing. See the discussions of case mapping in the Unicode Standard for more information.
Definition at line 48 of file 0500_052f.php.