Hi,
Mastering problems with encoding/decoding is not an easy task, especially if it's not possible to alter the context where the problem lies in (script encoding, website encoding, database encoding etc.).
I know that I as a developer need to get a grip on how everything works, and I also need to find a method for converting data into the data I need.
So, I have the following questions for you:
1. Is there a method for understanding the encoding issues in Perl, regarding the different "artifacts" that can affect it? Some kind of flowchart would be nice.
2. Let's say that the preferred "destination data", regardless of it's original encoding, is supposed to be ISO-8859-1. How can I accomplish this? Automatically or semi-automatically?
Or, more compact: I need a method for dealing with data in different encodings that is supposed to end up in a certain encoding (or - I need help to learn Perl encoding/decoding). What are your tips?
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.