bad4u
I guess you are right, for western european locales there is no way to display cyrillic characters within non-unicode applications.
Search found 5 matches
- 2007-09-24 19:53:50
- Forum: Ant Movie Catalog > Scripts
- Topic: IMDB script problem
- Replies: 120
- Views: 31110
- 2007-09-24 19:50:27
- Forum: Ant Movie Catalog > Scripts
- Topic: IMDB script problem
- Replies: 120
- Views: 31110
- 2007-09-24 19:25:01
- Forum: Ant Movie Catalog > Scripts
- Topic: IMDB script problem
- Replies: 120
- Views: 31110
I didn't have much time to play with this yesterday, will double check and let you know. Basicaly, what I've tryed to do: var Page:TStringList; Value:string; begin Page :=TStringList.Create; Value:=Getpage('http://www.imdb.com/title/tt0095574/'); Page.Text:=Value; Page.SaveToFile('1.html'); end Some...
- 2007-09-24 15:39:10
- Forum: Ant Movie Catalog > Scripts
- Topic: IMDB script problem
- Replies: 120
- Views: 31110
- 2007-09-24 06:49:59
- Forum: Ant Movie Catalog > Scripts
- Topic: IMDB script problem
- Replies: 120
- Views: 31110
You have an example of an IMDB page with unicode characters? As far as I know they only use iso-8859-1. And anyway AMC does not handle unicode characters :??: I guess they use it sometimes in 'Also Known As' section for foreign language films. For example, http://www.imdb.com/title/tt0095574/ or ht...