On Jul 29, 2006, at 19:56 UTC, D Jungk wrote:
> I'm using the Linux IDE, RB2006r3.
>
> What i need to do is display a list and open text files with Spanish names.
> With this code:
>
> Dim f as FolderItem
>
> f=GetOpenFolderItem("????")
> If f<>nil then
> StaticText1.text=f.name
> Else
> StaticText1.text="Nil"
> End If
>
> when I select a file with no non-ascii characters, I see the file name appear
> in the window. If I select a file with e.g. ñ or é in the name, I see "Nil".
If GetOpenFolderItem on Linux is returning Nil for any file contaning non-ASCII
characters in its name, I'd say that's a nasty bug. Do you have a feedback ID
for it?
Best,
- Joe
--
Joe Strout -- [EMAIL PROTECTED]
Verified Express, LLC "Making the Internet a Better Place"
http://www.verex.com/
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>