Главная страница
Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 2010.10.24;
Скачать: 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 вся ветка

Текущий архив: 2010.10.24;
Скачать: CL | DM;

Наверх




Память: 0.47 MB
Время: 0.006 c
15-1279312179
Юрий
2010-07-17 00:29
2010.10.24
С днем рождения ! 17 июля 2010 суббота


15-1279609592
abun
2010-07-20 11:06
2010.10.24
Кто-нибудь работал из Delphi с Autocad?


15-1279257737
Ega23
2010-07-16 09:22
2010.10.24
Прювет из Крыма


15-1279632976
Galera
2010-07-20 17:36
2010.10.24
NT AUTHORITY SYSTEM перегрузит ваш компьютер


2-1280746142
И. Павел
2010-08-02 14:49
2010.10.24
Полиморфизм без наследования.