BBEdit.Lite fileOut documents error

Ohshima, Yoshiki Yoshiki.Ohshima at disney.com
Thu Jun 14 01:38:26 UTC 2001


  Hello,

  I've never seen this problem, but one possiblity is that
the file contains some bytes whose 8th bit is on and BBEdit
misinterpreted the file as Shift-JIS encoded Japanese text.

  Try to see if it is the case or not with some tools, or
Squeak.  In Squeak, suppose the file is named 'foo.st', you
can verify it by evaluating the following code in a
Workspace.

 ((FileStream oldFileNamed: 'memo.txt') binary
contentsOfEntireFile select: [:byte | byte >= 128]) size > 0

If it says true, the file contains such byte(s).

-- Yoshiki





More information about the Squeak-dev mailing list