Re: [fpc-pascal] Re: Unicodestrings and Assign(File)

2012-05-12 Thread dmitry boyarintsev
That's the one I'm talking about. thanks, Dmitry On Sun, May 13, 2012 at 12:52 AM, Reinier Olislagers wrote: > On 13-5-2012 5:59, dmitry boyarintsev wrote: >> I'm assuming that everyone is aware of the solution for this. >> Every unicode file name still has ANSI-dos name (aka ShortName). >> You

[fpc-pascal] Re: Unicodestrings and Assign(File)

2012-05-12 Thread Reinier Olislagers
On 13-5-2012 5:59, dmitry boyarintsev wrote: > I'm assuming that everyone is aware of the solution for this. > Every unicode file name still has ANSI-dos name (aka ShortName). > You could write a function that would return a short name based on > unicode name of a file. And pass the short name to A