Problem A
I have other language data which I am trying to print it in debug window however it excludes the special character
For eg :
- "Aragac̣otn" is taking as "Aragac?otn".
- "Geġark'unik'" as "Gegark'unik'"
In short what can be the appropriate data type for this? I tried with string/variant but no success.
Problem B
My ultimate goal is to pass it into txt file. when I am trying to pass the value "Aragac?otn" it throws error. (Invalid Procedure call or argument)
I am using FileSystemObject to this.
Here is image of Problem A