[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 # Rules for ASCII handling 2 # 3 # ASCII is the basis for all charsets and will always be used 4 # 5 # See basic.tr for formatting options 6 7 # Upper and lowercase handling 8 9 ascii_lowercase: 10 U+0041 - U+005A + 20 11 12 ascii_uppercase: 13 U+0061 - U+007A - 20 14 15 ascii_search_cleanup: 16 U+0023 = U+0020 # Number sign / hash 17 U+0024 = U+0020 # Dollar sign 18 U+0026 = U+0020 # Ampersand 19 U+005E = U+0020 # Circumflex accent 20 # U+005F = U+0020 # Low line 21 U+007B = U+0020 # Left curly bracket 22 U+007D = U+0020 # Right curly bracket 23 U+007C = U+0020 # Vertical line 24 U+0040 = U+0020 # Commercial at 25 U+003A = U+0020 # Colon : 26 U+003B = U+0020 # Semi-colon ; 27 U+002C = U+0020 # Comma , 28 U+0028 = U+0020 # parenthesis start ( 29 U+0029 = U+0020 # parenthesis end ) 30 U+002D = U+0020 # Hyphen minus - 31 U+002B = U+0020 # Plus sign + 32 U+002F = U+0020 # Slash / 33 U+005B = U+0020 # Square bracket start [ 34 U+005D = U+0020 # Square bracket end ] 35 U+005C = U+0020 # Back slash \ 36 U+003C = U+0020 # Angular bracket start < 37 U+003E = U+0020 # Angular bracket end 38 U+003D = U+0020 # Equal sign = 39 U+0027 = U+0020 # Apostrophe ' 40 U+0060 = U+0020 # Grave accent ` 41 42 # C0 controls 43 # Tab, line feed and carriage return are not touched by these rules 44 U+0000 - U+0009 = U+0020 45 U+000B - U+000C = U+0020 46 U+000E - U+001F = U+0020
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sat Feb 24 10:30:04 2007 | par Balluche grâce à PHPXref 0.7 |