
functions
files
intro
|
|
yast2 |
modules/Encoding.ycp |
| Provide the encoding stuff |
|
|
|
Imports
Global Variables
Global Functions
|
|
|
Current (ISO) encoding
|
global Restore () -> string
|
|
Restore data to system
- Return value:
|
global SetEncLang (string new_lang) -> void
|
|
Set Encoding Language
- Parameters:
|
global GetEncLang () -> string
|
|
Get Encoding Language
- Return value:
|
global SetUtf8Lang (boolean new_utf8) -> void
|
|
Set UTF8 Language
- Parameters:
|
new_utf8 |
New UTF8 Language |
|
global GetUtf8Lang () -> boolean
|
|
Get UTF8 Language
|
global GetCodePage (string enc) -> string
|
|
Get Code Page
- Parameters:
|
global Encoding () -> void
|
|
Constructor
does nothing in initial mode
restores console encoding from /etc/sysconfig
in normal mode
|