fix from spoonm

git-svn-id: file:///home/svn/framework3/trunk@5077 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
Matt Miller 2007-08-11 07:09:13 +00:00
parent 7b65a56d65
commit 3f903a4e24
1 changed files with 1 additions and 1 deletions

View File

@ -453,7 +453,7 @@ module Text
end
chunk.unpack("C*").each do |c|
if (c > 0x19 and c < 0x80)
if (c > 0x1f and c < 0x80)
buf << c.chr
else
buf << "."