|
@@ 311-313 (lines=3) @@
|
| 308 |
|
// or -{-|zh:WordZh;zh-tw:WordTw}- |
| 309 |
|
// to introduce a custom mapping between |
| 310 |
|
// words WordZh and WordTw in the whole text |
| 311 |
|
if ( $manLevel[$v] == 'bidirectional' ) { |
| 312 |
|
$this->mConvTable[$v][$bidtable[$vo]] = $bidtable[$v]; |
| 313 |
|
} |
| 314 |
|
if ( $manLevel[$vo] == 'bidirectional' ) { |
| 315 |
|
$this->mConvTable[$vo][$bidtable[$v]] = $bidtable[$vo]; |
| 316 |
|
} |
|
@@ 314-316 (lines=3) @@
|
| 311 |
|
if ( $manLevel[$v] == 'bidirectional' ) { |
| 312 |
|
$this->mConvTable[$v][$bidtable[$vo]] = $bidtable[$v]; |
| 313 |
|
} |
| 314 |
|
if ( $manLevel[$vo] == 'bidirectional' ) { |
| 315 |
|
$this->mConvTable[$vo][$bidtable[$v]] = $bidtable[$vo]; |
| 316 |
|
} |
| 317 |
|
} |
| 318 |
|
$vmarked[] = $v; |
| 319 |
|
} |