From: Matt W. <wi...@ce...> - 2002-08-07 15:56:30
|
On Wednesday 07 August 2002 10:49, Steven J. Sobol wrote: > On Thu, 8 Aug 2002, Nik Cubrilovic wrote: > > convert allowed non A-Z,a-z,0-9 charcters to their UTF-8 equivs and s= tore > > them in that format. > > Hm. > > That will work. > > I don't feel comfortable writing PHP/ASP code, so I'm going to look > for UTF-8 conversion functions. The snippet of C you pointed to is a go= od > start. I think PHP has built-in UTF-8 functionality, but I'm not sure > about VBScript. > > Thanks. <?php =09$data =3D utf8_encode($_SERVER['data']); ?> www.php.net/utf8_encode -matt |