• R/O
  • HTTP
  • SSH
  • HTTPS

nvdajpmiscdep: Commit

miscdep for NVDA Japanese


Commit MetaInfo

Revision2180065aa9ac37941ded6ee0e63fffbd1e588709 (tree)
Zeit2014-11-24 13:46:13
AutorTakuya Nishimoto <nishimotz@gmai...>
CommiterTakuya Nishimoto

Log Message

ti34542 full shape alphabet should be JapaneseLang

Ändern Zusammenfassung

Diff

--- a/source/synthDrivers/jtalk/_nvdajp_espeak.py
+++ b/source/synthDrivers/jtalk/_nvdajp_espeak.py
@@ -14,7 +14,7 @@ _logwrite = log.debug
1414 def isJapaneseLang(msg):
1515 for i in msg:
1616 c = ord(i)
17- if (0x3040 <= c <= 0x30ff) or (0x3100 <= c <= 0x9fff):
17+ if (0x3000 <= c <= 0x9fff) or (0xf900 <= c <= 0xfaff) or (0xff00 <= c <= 0xffef):
1818 return True
1919 return False
2020
Show on old repository browser