Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
String convertFromEncoding: encodingName
Last updated at 1:14 pm UTC on 21 December 2015
 convertFromEncoding: encodingName
	^self convertFromWithConverter: (TextConverter newForEncoding: encodingName)


See also

String convertFromWithConverter: converter
String convertToWithConverter: converter