When I first wrote my script, letters such as 'ç' and 'ã - very commonly used in portuguese - were fine. So if I wrote, for example, the word 'vagão' in portuguese, that's how it would read it. But when I reopened the project with that script, it reads "vagão". How do I fix it?
            Asked
            
        
        
            Active
            
        
            Viewed 61 times
        
    0
            
            
        - 
                    Look at `encoding` and probably `locale` settings? – NelsonGon Nov 07 '21 at 11:51
- 
                    1You're right! File -> Reopen with encoding -> UTF-8 does the trick. Thanks :) – Marina Bonatti Nov 07 '21 at 12:36
 
    