Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Try other encodings for ggrep if utf-8 fails #23

Open
Poikilos opened this issue Jun 6, 2022 · 0 comments
Open

Try other encodings for ggrep if utf-8 fails #23

Poikilos opened this issue Jun 6, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@Poikilos
Copy link
Collaborator

Poikilos commented Jun 6, 2022

Actual behavior

* ignored binary file "MultiCraft-base/MultiCraft-042f4d478/games/default/files/bluestone/mesecons/util.lua" due to: 'utf-8' codec can't decode byte 0x93 in position 6189: invalid start byte
* ignored binary file "MultiCraft-base/MultiCraft-042f4d478/games/default/files/bluestone/mesecons_mvps/init.lua" due to: 'utf-8' codec can't decode byte 0x92 in position 7437: invalid start byte
. . .
* ignored binary file "minetest.org/src/unittest/test_settings.cpp" due to: 'utf-8' codec can't decode byte 0xa4 in position 1603: invalid start byte
. . .
* ignored binary file "minetest/src/unittest/test_settings.cpp" due to: 'utf-8' codec can't decode byte 0xa4 in position 1603: invalid start byte
. . .
* ignored binary file "yofrankie-install/blender-2.49a-linux-glibc236-py26-x86_64/.blender/scripts/bpydata/KUlang.txt" due to: 'utf-8' codec can't decode byte 0xf3 in position 698: invalid continuation byte
* ignored binary file "yofrankie-install/blender-2.49a-linux-glibc236-py26-x86_64/.blender/scripts/bpymodules/paths_ai2obj.py" due to: 'utf-8' codec can't decode byte 0xe9 in position 427: invalid continuation byte
* ignored binary file "yofrankie-install/blender-2.49a-linux-glibc236-py26-x86_64/.blender/scripts/bpymodules/paths_gimp2obj.py" due to: 'utf-8' codec can't decode byte 0xe9 in position 347: invalid continuation byte
* ignored binary file "yofrankie-install/blender-2.49a-linux-glibc236-py26-x86_64/.blender/scripts/bpymodules/paths_svg2obj.py" due to: 'utf-8' codec can't decode byte 0xe9 in position 374: invalid continuation byte
* ignored binary file "yofrankie-install/blender-2.49a-linux-glibc236-py26-x86_64/.blender/scripts/blenderLipSynchro.py" due to: 'utf-8' codec can't decode byte 0xe8 in position 6931: invalid continuation byte
* ignored binary file "yofrankie-install/blender-2.49a-linux-glibc236-py26-x86_64/.blender/scripts/c3d_import.py" due to: 'utf-8' codec can't decode byte 0xea in position 5975: invalid continuation byte
* ignored binary file "yofrankie-install/blender-2.49a-linux-glibc236-py26-x86_64/.blender/scripts/export_m3g.py" due to: 'utf-8' codec can't decode byte 0xf6 in position 398: invalid start byte
* ignored binary file "yofrankie-install/blender-2.49a-linux-glibc236-py26-x86_64/.blender/scripts/hotkeys.py" due to: 'utf-8' codec can't decode byte 0xe9 in position 1226: invalid continuation byte
* ignored binary file "yofrankie-install/blender-2.49a-linux-glibc236-py26-x86_64/.blender/scripts/paths_import.py" due to: 'utf-8' codec can't decode byte 0xe9 in position 1550: invalid continuation byte
* ignored binary file "yofrankie-install/blender-2.49a-linux-glibc236-py26-x86_64/.blender/scripts/rvk1_torvk2.py" due to: 'utf-8' codec can't decode byte 0xe9 in position 2151: invalid continuation byt

Expected behavior

  • Try another encoding.
  • Search the files.
@Poikilos Poikilos added the bug Something isn't working label Jun 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant