![]() |
|
| Domain Name Sales | Domain Software | Calculate UK Domain Drop Dates | Domain Registration | NameDrive | Domain Parking | Subscribe to our Domains For Sale newsletter |
| | ||||||
| Home | Register | Rules | Membership Upgrade | Domains For Sale | Domain Name Escrow | Mark Forums Read | Domain Classified | Chat Room |
| Scripts and Coding PHP, MySQL, scripts |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #4 (permalink) |
![]() |
Needs the header to be UTF8. In php this can be done with e.g: header('content-type: text/html; charset: utf-8'); |
| |
| | #5 (permalink) |
![]() Join Date: Jun 2006 Location: Scottish Highlands - New York, Paris, Peckham!
Posts: 652
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Domain Trader Rating: (100% / 15) |
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8"> Pain...get that with ebay widgets too......
__________________ A-U-K.com | £s.net |
| |
| | #7 (permalink) |
![]() |
Is it going into your db? If so just do a replace on £ to £
__________________ Fov.cc | EvoOwners.co.uk | Forget Debt | xFTP | Jaimee | Linux Book | ESE Pods | Music Quotes Affordable Server Admin - PM me! |
| |
| | #8 (permalink) |
![]() | Beat me to it. If you have control over what it displays set it to the above.
|
| |
| | #10 (permalink) |
| Member |
You can try just before outputting the data pushing it through the php function: $string = utf8_encode( $string ); OR $string = utf8_decode( $string ); Because although you have changed the doc type to utf-8, firefox (in my case) is ignoring this tag and rendering the page in ISO-8859-1. If I go View -> Character set encoding in my browser, and select manually "utf-8" it rectifies the problem with some of the weird symbols I can see on this page. My guess is - VB was configured not to use utf-8 and your DB tables will not be in utf-8 but probably the latin1 swedish_ci charset - meaning your templates stored in the DB are not in utf-8. So that's why my browser is ignoring the utf-8 character declaration in the header. And the data with the weird pound sign is probably coming in as utf-8. So maybe utf8_decode() will convert it to the same as the page. You will also need to remove the header charset=utf-8 declaration. |
| |
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Domain Name Community | Replies | Last Post |
| Domain for a sign business | Sean | Domain Name Wanted | 13 | 22-12-2008 02:43:59 PM |
| Be one of the first to sign up to Social Domainer.com! | Black Murdoch | Internet Marketing | 7 | 13-05-2008 01:02:00 PM |
| More Than 75,000 Sign Up For Wireless Internet Sites - InformationWeek | RSS | Domain Name News | 0 | 28-09-2006 04:07:13 AM |