Skip to Main Content
HCL Domino Ideas Portal

Welcome to the #dominoforever Product Ideas Forum! The place where you can submit product ideas and enhancement request. We encourage you to participate by voting on, commenting on, and creating new ideas. All new ideas will be evaluated by HCL Product Management & Engineering teams, and the next steps will be communicated. While not all submitted ideas will be executed upon, community feedback will play a key role in influencing which ideas are and when they will be implemented.

For more information and upcoming events around #dominoforever, please visit our Destination Domino Page

Status Needs Review
Workspace Domino Designer
Categories LotusScript
Created by Guest
Created on Apr 8, 2026

File or directory related Lotusscript functions support unicode

In this release, File or directory related Lotusscript functions don't support unicode. For example Japanese Notes can treat Japanese or English file name by LotusScript, but not Chinese file name.
Please consider to support unicode in LotusScript.

Steps to reproduce:

  1. Prepare Japanese Windows OS and install Japanese Notes client

  2. Create text file which name is Chinese. (ex. 你好.txt)

  3. Create a LotusScript agent as below.
    Dim filepath As String
    filepath = "c:\temp\*.TXT"
    Print Dir(filepath)

  4. Run this agent. It returns wrong file name.



  • Attach files