LotusScript Dir() function can not handle file- and foldernames with special characters

Dim f As String

f = Dir("D:\z*.txt")

While f <> ""

Print f, f = "Załączniki graficzne - HAŁAS - Luty 2009.txt"

f = Dir()

Wend

Załączniki graficzne - HAŁAS - Luty 2009.txt

Same for all other file operations.

See File Handling (hcltechsw.com)

Hi Bernd,

I also see same behaviour in Notes. Are you using any language pack on your Notes client? Mine is 'English'.

Thanks

Arun

Pure english at least on the server. German Language Pack on the clients, not on the developer machines.

I tried it locally in client. That's why I was wondering if it should display special characters. Must be showing help text for fields in local language (German in this case).

Hi, @Bernd Gewehr Have you received any feedback from HCL?

we faced same issue on in our solution (electronic signature for document management).

Vlad

Hi Vladislav, no, sadly not. Nothing at all.

Any solution? ………………..

Hi,

Please create an HCLSoftware Support case for this issue. Thank you.