Re: software for converting Charesets

2006-12-03 Thread Jon Clausen
Ali, I assume, since you posted this on CF-Talk, you're doing something with this in Coldfusion. Why can't you simply convert the strings or the entire document using CF? function reEncode(data){ var binary = charsetDecode(data,"UTF-8"); var string = charsetEncode(binary,"windows-1256"); r

Re: software for converting Charesets

2006-12-03 Thread Ali Majdzadeh
In fact I did it one time before with EditPad Pro. I reinstalled my windows xp and now I can not do it! Last time it worked just fine and this time it doesn't let me do it!!! I am really confused! Thanks Benign ~| Introducing th

RE: software for converting Charesets

2006-12-03 Thread Paul Vernon
> I need to convert the charset of a UTF-8 text into > windows-1256 text. Do you know any software that can do it? Technically, you aren't converting character sets, rather you are converting your strings between codepages. If you are an a Windows server CFX_CharConv will provide you access to a

software for converting Charesets

2006-12-03 Thread Ali Majdzadeh
Hi: I need to change charset of some text documents. In fact I need to convert the charset of a UTF-8 text into windows-1256 text. Do you know any software that can do it? Thanks Benign ~| Introducing the Fusion Authority Quart