LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Cannot read accent from web pages

Hello,

 

I've got a problem to store datas from the source code of a web site when there is some accent. In example on french wikipedia, the "é" is replaced by é.

 

I think that it is a problem between UTF8 and Unicode but I don't know how to fix it.

 

Any idea ?

 

0 Kudos
Message 1 of 3
(2,294 Views)

I forgot the screeenshot :

 

0 Kudos
Message 2 of 3
(2,293 Views)

Hi atouloupis,

 

UTF8 encoding is using two bytes to encode "strange" characters (like French e accent). LabVIEW is ASCII based and does not convert UTF8 on it's own.

 

But: you can always write your own VI to convert UTF8 to corresponding ASCII chars (if available). "Search and Replace String" will be the function of your choice...

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 3 of 3
(2,275 Views)