Package Editra :: Package src :: Package eclib :: Module encdlg
[hide private]

Module encdlg

source code

Editra Control Library: Encoding Dialog

A simple choice dialog for selecting a file encoding type from. The dialog can work with either a passed in list of choices to display or by default will list all encodings found on the system using their normalized names.


Author: Cody Precord <cprecord@editra.org>

Classes [hide private]
  EncodingDialog
Dialog for choosing an file encoding from the list of available encodings on the system.
Functions [hide private]
 
GetAllEncodings()
Get all encodings found on the system
source code
Variables [hide private]
  __svnid__ = '$Id: encdlg.py 59552 2009-03-15 06:31:10Z CJP $'
  __revision__ = '$Revision: 59552 $'
  EncodingDialogNameStr = u'EncodingDialog'
Function Details [hide private]

GetAllEncodings()

source code 

Get all encodings found on the system

Returns:
list of strings