Method: Yast::EncodingClass#SetUtf8Lang

Defined in:
library/general/src/modules/Encoding.rb

#SetUtf8Lang(new_utf8) ⇒ void

This method returns an undefined value.

Set UTF8 Language

Parameters:

  • new_utf8 (Boolean)

    New UTF8 Language



112
113
114
115
116
117
# File 'library/general/src/modules/Encoding.rb', line 112

def SetUtf8Lang(new_utf8)
  @utf8 = new_utf8
  Builtins.y2milestone("SetUtf8Lang %1", @utf8)

  nil
end