Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
I was just wondering if someone knew for sure how perl handles these characters internally.
Right now I have a perl script interacting through COM with .NET dlls and these characters are causing issues.
When I use the dashes in perl they transform into â?" and don't match when passed to the C# side. I'm trying to stay away from Encode if possible, but if there are any solutions feel free to let me know. Thanks!
Short codewhere $TM is win32::ole handle.my $adapterName = "MC8355 – Gobi(TM)"; $TM->SendRequest($adapterName, "","");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Perl internal representation of em/endash?
by Corion (Patriarch) on Sep 27, 2013 at 16:23 UTC |