# EncodingOptions
Abstract type defined for userInfo()
. NOTE that these options are currently ignored by Titanium!
NOTE
This is an abstract type. Any object of this structure can be used where this type is used.
# Properties
# encoding
encoding :String
Character encoding used to interpret resulting strings. If encoding is set to 'buffer'
the username
, shell
, and homedir
values will be buffer.Buffer instances.
Default: utf8