Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
You cannot just mix standards without generating garbage.

And there, finally, is the source of the problem.

The situation I was describing is the attempt to index a large number of files. (Two sets of files, but let's stick to the Unicode subset for now.)

Each of those files is encoded in Unicode. Some are utf-8. Some are utf-16. Some are utf-32. And so on. Each is completely consistent. No mixing.

A single program can read each of those files in turn and load lines from them into the same named scalar (say: $line). The data in that single scalar will be "a Unicode string".

But the program cannot know a priori which flavour of Unicode it will contain. So, when talking about that variable and the strings it contains, "a Unicode string" is a simple, clear, concise, description of its contents at any given time.

No mixing; no confusion; no garbage! Just a real-world situation that must be dealt with.

If I failed ot make that situation clear to you; then a appropriate response would be to ask me to clarify my explanation.

What you chose to do was to assert: "This doesn't mean anything. Unicode is the complete standard, not a character set or encoding." which is neither an inquiry; nor helpful. Nor correct.

You made no attempt to assist me with my problem. You made no attempt to even explain why you thought what I had posted was incorrect.

You chose to simply make an incorrect and indefensible assertion, that made no attempt to explain what you thought was incorrect, much less help by correcting that "error".

So yes, you got a (I'll say it again; extremely mild) rebuke. And, I still believe correctly.

Indeed. As far as I'm concerned, this post, in its attempt to obfuscate and divert attention from the proven incorrectness and deliberate unhelpfulness of that original post, is worse.


With the rise and rise of 'Social' network sites: 'Computers are making people easier to use everyday'
Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
"Science is about questioning the status quo. Questioning authority". I knew I was on the right track :)
In the absence of evidence, opinion is indistinguishable from prejudice.

In reply to Re^2: Context, pedantry and appropriate response. AKA, Well, you got the last word anyway… by BrowserUk
in thread Context, pedantry and appropriate response. by BrowserUk

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (2)
As of 2024-04-20 05:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found