I made application that read some words from TXT file and put them into database. The problem is: when I get words from other languages (that have some 'non english' letters) it looks like this:
 It is possible to store these characters in js variable? It's not necessary to show them in console, but they have to be correct in database.
It is possible to store these characters in js variable? It's not necessary to show them in console, but they have to be correct in database.
EDIT:
It isn't a problem with code editor, loading from file or database. It is a problem with node.js. When I try to show it:
console.log("ąężźćó");
these characters are shown as "?" too. It is not a problem with cmd, because I tried to save this string to database and result is the same (and I'm 100% sure that this database can store these characters).
 
     
     
    