PhotoRec: allow R(egistered) char in txt file
This commit is contained in:
parent
d71e1f3184
commit
cc398a8e64
1 changed files with 1 additions and 0 deletions
|
@ -160,6 +160,7 @@ static int filtre(unsigned char car)
|
|||
case 0xa8:
|
||||
case 0xa9: /* '©' */
|
||||
case 0xab: /* '«' */
|
||||
case 0xae: /* '®' */
|
||||
case 0xb0: /* '°' */
|
||||
case 0xb4: /* '´' */
|
||||
case 0xb7:
|
||||
|
|
Loading…
Reference in a new issue