PDA

View Full Version : Write Hebrew characters to file in VBA



gonen
06-01-2012, 01:32 AM
Hi

I am using these :

Open KMLname For Append As #1
Print #1, out1
Close #1


to write string out1 into txt file


The string includes Hebrew characters - and is displayed OK using MSGBOX

However, the string in gybrished when I look at it in the file.


Can someone help on these issue ?
How to keep the Hebrew characters in the Print command ?

Thanks !!!

gonen
06-01-2012, 05:01 AM
Well...

It has nothing to do with VBA.

it is KML file and the encoding="UTF-8" string in the code has impact on the display of the text.

So I guess this thread should be closed.

Thank you !