~sayanriju/muktalekhaa/trunk

« back to all changes in this revision

Viewing changes to keymaps.py

  • Committer: Sayan Chakrabarti
  • Date: 2010-02-03 15:53:45 UTC
  • Revision ID: me@sayanriju.co.cc-20100203155345-g36epohlvvc9rjgp
encode() replaced by unicode()

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#/usr/bin/env python
2
 
# coding: utf-8
 
2
# -*- coding: utf-8 -*-
 
3
 
3
4
## keymaps.py
4
5
 
5
6
 
116
117
#keymap['.'] = '।'; # daanri
117
118
keymap['#'] = '‌'; # zero-width non-joiner ?
118
119
keymap['`'] = '‌'; # <same> Useful to 'force' a hasanta between letters
 
120
 
 
121