Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Display text to QM output with accents
#1
Good Morning Everyone,

My name is César Baptista, from Portugal and recently i bought QM.
I have a question for you all (i searched all forum and didn't find any similar question).

I try to run the example 2 from ICsv interface in Help Manual and my test.csv has text with accents like "Bélgica".
But when i try to output the text from CSV it displays like this B[E9]lgica (the "é" is replaced by [E9] symbol).

So how can i change that to display the characters with accents write?
Thanks in advance.

César Baptista
PORTUGAL
#2
Macro Macro167
Code:
Copy      Help
str s="B[0xE9]lgica"
out s
s.ConvertEncoding(CP_ACP -1)
out s


Forum Jump:


Users browsing this thread: 1 Guest(s)