Lines Matching full:left
26 # b3,c1 2002-Dec-19 Don't require left-right context for digits
130 # - Right-left versions of certain ASCII punctuation, symbols and
135 # the LEFT SINGLE QUOTATION MARK at 0xD4 is replaced by FIGURE
152 # duplicate code points, one with a left-right direction attribute and
153 # the other with a right-left direction attribute.
155 # For example, plus sign is encoded at 0x2B with a left-right
156 # attribute, and at 0xAB with a right-left attribute. However, there
166 # ELLIPSIS with strong right-left direction. However, the Unicode
178 # 0xD4 -> 0x2018 LEFT SINGLE QUOTATION MARK, right-left
183 # 0xD4 -> 0x2007 FIGURE SPACE, right-left
206 # must have a strong left-right context, and a tag of <RL> indicates
207 # a right-left context.
212 # indicates LEFT-RIGHT OVERRIDE, PDF indicates POP DIRECTION
226 # always needed to map the right-left digits at 0xB0-0xB9.
245 # ellipsis character has direction class right-left,and there is no
246 # left-right version. However, the Unicode HORIZONTAL ELLIPSIS
248 # with a resolved direction of left-right if surrounded by left-right
287 # 0xF86A group next 2 characters, right-left directionality
360 # - Stop specifying left-right context for digits 0x30-0x39, since the
361 # corresponding Unicodes 0x0030-0x0039 already have left-right
371 # 0xA8 0x0028 # LEFT PARENTHESIS, right-left
372 # 0xA9 0x0029 # RIGHT PARENTHESIS, right-left
374 # 0xA8 0x0029 # RIGHT PARENTHESIS, right-left
375 # 0xA9 0x0028 # LEFT PARENTHESIS, right-left
420 0xA0 = 0x0020 # SPACE, right-left
421 0xA1 = 0x0021 # EXCLAMATION MARK, right-left
422 0xA2 = 0x0022 # QUOTATION MARK, right-left
423 0xA3 = 0x0023 # NUMBER SIGN, right-left
424 0xA4 = 0x0024 # DOLLAR SIGN, right-left
425 0xA5 = 0x0025 # PERCENT SIGN, right-left
427 0xA7 = 0x0027 # APOSTROPHE, right-left
428 0xA8 = 0x0029 # RIGHT PARENTHESIS, right-left # close parenthesis
429 0xA9 = 0x0028 # LEFT PARENTHESIS, right-left # open parenthesis
430 0xAA = 0x002A # ASTERISK, right-left
431 0xAB = 0x002B # PLUS SIGN, right-left
432 0xAC = 0x002C # COMMA, right-left
433 0xAD = 0x002D # HYPHEN-MINUS, right-left
434 0xAE = 0x002E # FULL STOP, right-left
435 0xAF = 0x002F # SOLIDUS, right-left
436 0xB0 = 0x0030 # DIGIT ZERO, right-left (need override)
437 0xB1 = 0x0031 # DIGIT ONE, right-left (need override)
438 0xB2 = 0x0032 # DIGIT TWO, right-left (need override)
439 0xB3 = 0x0033 # DIGIT THREE, right-left (need override)
440 0xB4 = 0x0034 # DIGIT FOUR, right-left (need override)
441 0xB5 = 0x0035 # DIGIT FIVE, right-left (need override)
442 0xB6 = 0x0036 # DIGIT SIX, right-left (need override)
443 0xB7 = 0x0037 # DIGIT SEVEN, right-left (need override)
444 0xB8 = 0x0038 # DIGIT EIGHT, right-left (need override)
445 0xB9 = 0x0039 # DIGIT NINE, right-left (need override)
446 0xBA = 0x003A # COLON, right-left
447 0xBB = 0x003B # SEMICOLON, right-left
448 0xBC = 0x003C # LESS-THAN SIGN, right-left
449 0xBD = 0x003D # EQUALS SIGN, right-left
450 0xBE = 0x003E # GREATER-THAN SIGN, right-left
451 0xBF = 0x003F # QUESTION MARK, right-left
453 0xC1 = 0x201E # DOUBLE LOW-9 QUOTATION MARK, right-left
461 0xC9 = 0x2026 # HORIZONTAL ELLIPSIS, right-left
462 0xCA = 0x00A0 # NO-BREAK SPACE, right-left
468 0xD0 = 0x2013 # EN DASH, right-left
469 0xD1 = 0x2014 # EM DASH, right-left
470 0xD2 = 0x201C # LEFT DOUBLE QUOTATION MARK, right-left
471 0xD3 = 0x201D # RIGHT DOUBLE QUOTATION MARK, right-left
472 0xD4 = 0x2018 # LEFT SINGLE QUOTATION MARK, right-left
473 0xD5 = 0x2019 # RIGHT SINGLE QUOTATION MARK, right-left
511 0xFB = 0x007D # RIGHT CURLY BRACKET, right-left
512 0xFC = 0x005D # RIGHT SQUARE BRACKET, right-left
513 0xFD = 0x007B # LEFT CURLY BRACKET, right-left
514 0xFE = 0x005B # LEFT SQUARE BRACKET, right-left
515 0xFF = 0x007C # VERTICAL LINE, right-left