Index: edit.c ================================================================== --- edit.c +++ edit.c @@ -116,11 +116,11 @@ r++; } else { sqlite3_str_appendchar(s,1,r); if(r&0x20) sqlite3_str_appendchar(s,1,rx); if(r&0x10) sqlite3_str_appendchar(s,1,ry); - r=0x20; + r=0xC0; } return; nrle: if(r) { sqlite3_str_appendchar(s,1,r);