Changeset 2485
- Timestamp:
- 11/10/08 06:14:03 (2 months ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
. (modified) (3 props)
-
source/braille.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property bzr:revision-info
-
old new 1 timestamp: 2008-11-10 1 3:07:43.644000053+11001 timestamp: 2008-11-10 16:50:22.122999907 +1100 2 2 committer: Michael Curran <mick@kulgan.net> 3 3 properties:
-
- Property bzr:revision-id:v3-list-QlpoOTFBWSZTWbrL2vUAAB1VgAAQABCAQDrrnqAgAFCgaaGRkxBoTIJ6mmaNRwhndFAoNhZjh_YY4a01fOg1ulgNNC2UrzPdXXEnDpX8XckU4UJC6y9r1A..
-
old new 254 254 2282 mick@kulgan.net-20081109224919-7rp3kij24boyy66f 255 255 2283 mick@kulgan.net-20081110020743-z5y2l2uchybtavtu 256 2284 mick@kulgan.net-20081110055022-1b6u96h2aynehk83
-
- Property bzr:file-ids
-
old new 1 source/ synthDrivers/sapi4.py sapi4.py-20081105062308-fz5mgli5iso5vcdq-21 source/braille.py braille.py-20080908070240-tjwqjsv7drp1kt8c-1
-
- Property bzr:revision-info
-
trunk/source/braille.py
r2474 r2485 141 141 if config.conf["braille"]["expandAtCursor"] and self.cursorPos is not None: 142 142 mode |= louis.compbrlAtCursor 143 braille, self.brailleToRawPos, self.rawToBraillePos, brailleCursorPos = louis.translate([os.path.join(TABLES_DIR, config.conf["braille"]["translationTable"])], unicode(self.rawText), mode=mode, cursorPos=self.cursorPos or 0) 143 text=unicode(self.rawText).replace('\0','') 144 braille, self.brailleToRawPos, self.rawToBraillePos, brailleCursorPos = louis.translate([os.path.join(TABLES_DIR, config.conf["braille"]["translationTable"])], text, mode=mode, cursorPos=self.cursorPos or 0) 144 145 # liblouis gives us back a character string of cells, so convert it to a list of ints. 145 146 # For some reason, the highest bit is set, so only grab the lower 8 bits.

NVDA is supported by