Search found 3 matches
- Tue Aug 19, 2008 9:58 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: ANSI file is used to be recognized like UTF
- Replies: 4
- Views: 2671
Re: ANSI file is used to be recognized like UTF
Thanx for help! I found out the problem. I had string like this in my script: if ($_SESSION['lang'] =='ru') { echo "<meta http-equiv='Content-Type' content='text/html; charset=windows-1251'>"; } else { echo "<meta http-equiv='Content-Type' content='text/html; charset=utf-8'>"; } So, WeBuilder didn't ...
- Mon Aug 18, 2008 9:52 am
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: ANSI file is used to be recognized like UTF
- Replies: 4
- Views: 2671
Re: ANSI file is used to be recognized like UTF
No! I haveCary wrote:Sounds like you have the following in the head of your HTML:
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251">
- Thu Aug 14, 2008 11:57 am
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: ANSI file is used to be recognized like UTF
- Replies: 4
- Views: 2671
ANSI file is used to be recognized like UTF
I have one big PHP file with a lot of php-code and comments in russian (cirylic) language. During opening WeBuilder recognizes this file like UTF* (I see it on the bottom tab of main program window). While I save this file, I choose ANSI encoding. So, when I open it again, I see again UTF* . This is ...