Gossamer Forum
Home : General : Perl Programming :

Re: [delicia] nonprintable characters

Quote Reply
Re: [delicia] nonprintable characters In reply to
Sorry, it should be:

Code:
$value = decode_entities($value);

Not sure if that'll help though.

Quote:
=EF=BF=BD=EF=BF=BD=EF=BF=BD=EF=BF=BD=EF=BF=BD=EF=BF=BD=EF=BF=BD=EF=BF=BD=EF= =BF=BD=EF=BF=BD=EF=BF=BD=EF=BF=BD=
it sent the email which displays the characters as black diamonds with a question mark inside. :(

Its really hard to debug without seeing the full code around it (and unfortunately I don't have time to look into that as I'm up to my neck already). What you have there looks more like email encoded strings. For example, %20 (space), in an email looks like =20. What does your parse_form look like now? I would try adding some debugging after each bit - so before you encode it, after you encode it, and then ahain after you use the new function. Then hopefully you can see where its breaking

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Subject Author Views Date
Thread nonprintable characters delicia 3445 Mar 2, 2021, 1:04 PM
Thread Re: [delicia] nonprintable characters
delicia 3410 Mar 3, 2021, 7:53 AM
Thread Re: [delicia] nonprintable characters
Andy 3406 Mar 3, 2021, 8:24 AM
Thread Re: [Andy] nonprintable characters
delicia 3398 Mar 3, 2021, 8:55 AM
Thread Re: [delicia] nonprintable characters
Andy 3393 Mar 3, 2021, 9:16 AM
Thread Re: [Andy] nonprintable characters
delicia 3388 Mar 3, 2021, 10:05 AM
Thread Re: [delicia] nonprintable characters
delicia 3382 Mar 3, 2021, 10:15 AM
Post Re: [delicia] nonprintable characters
Andy 3371 Mar 3, 2021, 11:14 AM