Thread: [Solved] Unicode Encoding Type
View Single Post
 
Old 08-09-2009, 12:59 PM
Matrix's Avatar
Matrix Matrix is offline Windows 10 Office 2010
Admin
 
Join Date: Jan 2005
Posts: 438
Matrix is on a distinguished road
Default

AFAIK, it's no possible in old versions of Excel, not sure about 2007.

All programs should recognize unicode files by reading the first two or three bytes, it's standard. e.g. The first two bytes of UTF-16 file are 'FF FE'; the first 3 bytes of UTF-8 file are 'EF BB BF'. You can check it with VC++ or any text editor which supports HEX mode.
Reply With Quote