with open('spanish.json', 'w', encoding='utf8') as j:

    json.dump(json_data, j, indent=4)

로 저장하면 vscode랑 txt 파일에서 저렇게 스패니쉬 캐릭터들 깨지는데 어케 해결할 방법 없음?

vscode file encoding을 utf8로 변경해도 저러는거 보면 뭔가 더 근본적인 문제 같은데