Hi Tomas, 

thanks,

I checked , and I see that TranslateTable seems to set BOM ,

Because when I run the following two examples,

the files I got where identical

method 1:

Set stream=##class(%Stream.FileCharacter).%New()
Set sc=stream.LinkToFile("c:\temp\UTF8ExampleWithBom.txt")
Set stream.BOM=$C(239,187,191)
Do stream.TranslateTableSet("UTF8")
Do stream.Write("Hello שלום")
w stream.%Save()

 

method 2:

Set stream=##class(%Stream.FileCharacter).%New()
Set sc=stream.LinkToFile("c:\temp\UTF8ExampleNoBom.txt")
Do stream.TranslateTableSet("UTF8")
Do stream.Write("Hello שלום")
w stream.%Save()

Edit:

it woks now, after we added 57772 port the url.

thanks.

 

Hi,

Thanks, this is very useful.

We followed the installation instructions, but it does not work, we get an 404 error . the URL is correct with a slash at the end.

I noticed that if i try to create a csp page in the ClassExplorer Web application, i get an error -

5912 = page does not exist.

 

The application settings:

 

What's missing?