This is a discussion on "Converting UTF-8 characters to ISO" within the JavaScript Forum section. This forum, and the thread "Converting UTF-8 characters to ISO are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
Converting UTF-8 characters to ISO
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Converting UTF-8 characters to ISO
I'm working with a web service that requires all data submited to be in ISO-8859-1. My web site and all it's functionality are in UTF-8. Does anyone know of a library or function that I can use to convert a string of UTF-8 characters into ISO-8859-1? The gist of the process is that I place the string into a variable they provide as a hook and they take it, process it, and send the request off to their own web service.
Thanks |
|
|
|
||||
|
Re: Converting UTF-8 characters to ISO
i wouldn't rely on javascript. If somebody has it turned off they won't be able to submit anything.....
__________________
echo "Take it easy, ".$CloudedVision; .links { site: other-road-design; blog: only-nerds-allowed; project: resource-fish; organization: ARMIES6; } <quote>"I think it's wrong that only one company makes the game Monopoly" - <name>Steven Wright</name></quote>
Last Blog Entry: More Cheat Sheets (Jul 12th, 2008)
|
|
|||
|
Re: Converting UTF-8 characters to ISO
CloudedVision; he's right; maybe you should take a look at the posts in this link :
http://se2.php.net/utf8_decode maybe that can help you... |
![]() |
| Tags |
| encoding, iso, utf-8 |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Read First 3 characters and last 4 characters of string | JustinStudios | PHP Forum | 2 | Apr 4th, 2008 00:01 |
| Get var not working with special characters | skuliaxe | PHP Forum | 0 | Mar 30th, 2008 22:35 |
| Detecting characters between < and > ? | Kerosene | JavaScript Forum | 5 | Jan 16th, 2008 16:32 |
| Japanese characters | Sheela | Starting Out | 11 | May 12th, 2007 22:20 |
| Stripping Characters out of Strings ? | itsmarkdavies | JavaScript Forum | 3 | Aug 23rd, 2006 20:35 |