<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#ffffff">
<div class="moz-text-flowed" style="font-family: -moz-fixed;
font-size: 14px;" lang="x-unicode">Me gustaria saber si Lazarus
puede abrir archivos con nombre en utf16.
<br>
Archivos con nombres parecidos a esto : 報告書.txt
<br>
<br>
OpenDialog1.Execute;
<br>
if OpenDialog1.FileName<>''
<br>
then Begin
<br>
SynEdit1.Lines.LoadFromFile(UTF8Encode(OpenDialog1.FileName));
<br>
End.
<br>
<br>
Al intentar hacerlo obtengo el siguient error:
<br>
Unable to open file : "C:\Users\Luis\Desktop\報告書.txt"
<br>
Press Ok to ignore and risk data corruption.
<br>
Press cancel to kill program.
<br>
</div>
</body>
</html>