[Lazarus-es] Win32 nombre de archivos utf16

Luis Fernando Del Aguila Mejía luis3000 en ec-red.com
Sab Mayo 28 00:02:42 CEST 2011


Me gustaria saber si Lazarus puede abrir archivos con nombre en utf16.
Archivos con nombres parecidos a esto : 報告書.txt

OpenDialog1.Execute;
if OpenDialog1.FileName<>''
    then Begin
    SynEdit1.Lines.LoadFromFile(UTF8Encode(OpenDialog1.FileName));
End.

Al intentar hacerlo obtengo el siguient error:
Unable to open file : "C:\Users\Luis\Desktop\報告書.txt"
Press Ok to ignore and risk data corruption.
Press cancel to kill program.
------------ próxima parte ------------
Se ha borrado un adjunto en formato HTML...
URL: <http://lists.lazarus-ide.org/pipermail/lazarus-es/attachments/20110527/4e069612/attachment-0002.html>
------------ próxima parte ------------
A non-text attachment was scrubbed...
Name: error.jpg
Type: image/jpeg
Size: 25789 bytes
Desc: no disponible
URL: <http://lists.lazarus-ide.org/pipermail/lazarus-es/attachments/20110527/4e069612/attachment-0002.jpg>


More information about the Lazarus-es mailing list