Codepage Change
Moderators: JRL, Dorian (MJT support)
Codepage Change
Given a text string, how to change its encoding, say, from Windows 1253 to UTF-32 Little Endian?
- Marcus Tettmar
- Site Admin
- Posts: 7395
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
- Contact:
Do you mean a text file? Strings don't have encodings. Files have encodings.
You could use iconv.exe:
http://dbaportal.eu/2012/10/24/iconv-for-windows/
You could use iconv.exe:
http://dbaportal.eu/2012/10/24/iconv-for-windows/
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
Marcus,
Thanks for your reply.
HTTPRequest>{"http://www.mingpao.com"},,GET,,Text1
HTTPRequest>{"http://www.ejfq.com/home/tc/portfolio.h ... GET,,Text2
Text1 isn't readable thru MDL>.
Text1 is readable thru MDL.
Text1 contains:
Text2 contains:
That may explain the difference.
Question:
How to make Text1 readable by settting codepage to big5-hkscs.
I resent the website's choosing of big5-hkscs, which is very specific to Hong Kong.
Thanks for your reply.
HTTPRequest>{"http://www.mingpao.com"},,GET,,Text1
HTTPRequest>{"http://www.ejfq.com/home/tc/portfolio.h ... GET,,Text2
Text1 isn't readable thru MDL>.
Text1 is readable thru MDL.
Text1 contains:
Text2 contains:
That may explain the difference.
Question:
How to make Text1 readable by settting codepage to big5-hkscs.
I resent the website's choosing of big5-hkscs, which is very specific to Hong Kong.
- Marcus Tettmar
- Site Admin
- Posts: 7395
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
- Contact:
To be honest I have absolutely no idea, sorry.
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?