Skip to content

Commit

Permalink
+-
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Oct 4, 2008
1 parent e5c911f commit ad5465c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions texy/modules/TexyTypographyModule.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ public function beforeParse($texy, & $text)
'#-{1,}> #' => " \xe2\x86\x92 ", // right arrow -->
'# <-{1,}#' => " \xe2\x86\x90 ", // left arrow <--
'#={1,}> #' => " \xe2\x87\x92 ", // right arrow ==>
'#\\+-#' => "\xc2\xb1", // +-
'#(\d+)( ?)x\\2(?=\d)#' => "\$1\xc3\x97", // dimension sign 123 x 123...
'#(?<=\d)x(?= |,|.|$)#m' => "\xc3\x97", // dimension sign 123x
'#(\S ?)\(TM\)#i' => "\$1\xe2\x84\xa2", // trademark (TM)
Expand Down

0 comments on commit ad5465c

Please sign in to comment.