Markus Weber wrote: > > sTmpMailContent = Replace(sTmpMailContent,chr(192),'À','all'); > sTmpMailContent = Replace(sTmpMailContent,chr(193),'Á','all');
> I t works fine on Windows but can´t find the characters on Linux. > > What´s the problem? Probably your Windows system uses charset Windows-1252 and Linux something else. Make sure they use the same charset. Jochem ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfusion MX7 with Flex 2 http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262952 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

