Вниз
Скачать: CL | DM;

ANSI <-> WIDE   Найти похожие ветки 

 
Jon ©   (2008-11-05 01:52) [0]

What is the best way to convert a Unicode file to an ANSI file?
The function Koi8ToAnsi works well for the Cyrillic alphabet, is there a general UTF method?
I understand that D2009 can do it with the TEncoding class but looking for a KOL and Delphi 7 equivalent.


 
L`Autour ©   (2008-11-05 06:15) [1]

WinApi: WideCharToMultiByte


 
samir105 ©   (2008-11-05 16:11) [2]

You can use Utf8Encode to convert unicode to utf8 and Utf8Decode to convert unicode to utf8.


var
 ws: widestring;
 s: string;
begin
 ws:="some unicode text";
 s:=Utf8Encode(ws); // Utf8 string
end;


 
Jon ©   (2008-11-05 18:05) [3]

Thanks guys. I found that reading with a stream then writing to a text file worked.



Страницы: 1 вся ветка

Скачать: CL | DM;



Память: 0.45 MB
Время: 0.006 c
15-1279480343
KilkennyCat
2010-07-18 23:12
2010.10.24
Сапожники без сапог....


2-1280395771
mefodiy
2010-07-29 13:29
2010.10.24
Ошибка в SQL запросе


2-1280306017
Jimmy
2010-07-28 12:33
2010.10.24
ComboBox


11-1225920059
siealex
2008-11-06 00:20
2010.10.24
Как получить аргументы, передаваемые программе?


2-1280431419
MAXHO
2010-07-29 23:23
2010.10.24
Как вравнить дату ?




   Наверх