Diff for /parser3/tests/344.html between versions 1.1 and 1.2

version 1.1, 2016/08/02 14:56:21 version 1.2, 2016/08/02 15:05:15
Line 7  $f1[^file::load[binary;247_utf8_bom.txt] Line 7  $f1[^file::load[binary;247_utf8_bom.txt]
 $f[^file::create[$f1; $.mode[text] ]]  $f[^file::create[$f1; $.mode[text] ]]
 ^show[f text from binary, automatic transcode by UTF-8 preambule;$f]  ^show[f text from binary, automatic transcode by UTF-8 preambule;$f]
   
   $f[^file::create[$f1; $.mode[text] $.content-type[text/plain^; charset=Windows-1251] ]]
   ^show[f text from binary no transcode as charset specified in content-type;$f]
   
   $f[^file::create[$f1; $.mode[text] $.from-charset[Windows-1251] ]]
   ^show[f text from binary no transcode as from-charset specified;$f]
   
   $f1[^file::load[binary;247_utf8.txt]]
   ^show[f1;$f1]
   
   $f[^file::create[$f1; $.mode[text] ]]
   ^show[f text from binary, no transcode;$f]
   
   $f[^file::create[$f1; $.mode[text] $.from-charset[UTF-8] ]]
   ^show[f text from binary transcode using from-charset;$f]
   
 @show[title;f]  @show[title;f]
 $title : ^json:string[$f; $.file[text] ]  $title : ^json:string[$f; $.file[text] ]

Removed from v.1.1  
changed lines
  Added in v.1.2


E-mail: