Version 3, 29 June 2007
Copyright © 2007 Free Software Foundation, Inc. <http://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.
| #!/usr/bin/python | |
| # -*- coding: utf-8 -*- | |
| from gi.repository import Skk | |
| import sys | |
| Skk.init() | |
| dictionaries = [] | |
| dictionary = Skk.FileDict.new("/usr/share/skk/SKK-JISYO.L", "EUC-JP") | |
| dictionaries.append(dictionary) |
Version 3, 29 June 2007
Copyright © 2007 Free Software Foundation, Inc. <http://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.