REBOL3 tracker
  0.9.12 beta
Ticket #0002028 User: anonymous

Project:



rss
TypeBug Statussubmitted Date26-May-2013 13:51
Versionr3 master CategoryNative Submitted byabolka
PlatformAll Severityminor Prioritynormal

Summary ENCODE of string! does not work
Description Trying to ENCODE using the `'text` codec (such as during SAVE to a file with the %.txt extension) causes an error.

(Originally reported by Graham Chiu on StackOverflow Chat.)
Example code
>> encode 'text "foo"
** Script error: do-codec does not allow string! for its data argument

>> save %foo.txt "foo"
** Script error: do-codec does not allow string! for its data argument

Assigned ton/a Fixed in- Last Update26-May-2013 13:51


Comments

Date User Field Action Change
26-May-2013 13:51 abolka Ticket Added -