06-10-2009, 07:48 AM 
		
	
	
		I have a text file that is stored in ISO-8859-2 format and I would like to convert it to UTF-8. Is it possible to do it? Thank you.
	
	
	
	
	
| 
					 Text file conversation from ISO-8859-2 to UTF-8
				 | 
| 
		
		
		06-10-2009, 07:48 AM 
		
	 
		I have a text file that is stored in ISO-8859-2 format and I would like to convert it to UTF-8. Is it possible to do it? Thank you.
	 
		
		
		06-10-2009, 08:01 AM 
		
	 
		Macro  str sFile="thefile"Not tested. Does not depend on whether QM is running in Unicode mode or not. 
		
		
		06-10-2009, 08:08 AM 
		
	 
		Yes, it works.  In my code, I forgot to use s.ansi(s CP_UTF8) to convert from UTF16->UTF8. But it is clear now. Thank you. 
		
		
		08-03-2009, 06:50 PM 
		
	 
		I would like to convert into UTF-8 the following line in a .txt (.eml) file. Subject: =?ISO-8859-7?B?RmF4IOrh6SBBY3JvYmF0IFdyaXRlcnMgzO/t3OT57SDRwcU=?= Code page identifier is 28597. I would appreciate any advice. Thanks in advance. 
		
		
		08-03-2009, 07:06 PM 
		
	 
		
		
		08-03-2009, 07:44 PM 
		
	 
		Dear Gintaras, Once again many thanks! | 
| 
					« Next Oldest | Next Newest »
				 |