http://qs1969.pair.com?node_id=772119


in reply to Re^15: Weird error log message
in thread Weird error log message

But i did. i tried what you said or at least what i though you have said and posted here: http://perlmonks.org/?node_id=772102

I'am confused about what BOM is and as is aw at another ansert post of yours you mentions of '#!' that has to be ion the very first lin, which i though you wree taking even before the shebang, why 'use utf8;' neither works adn why all encodings run locally while they dotn remotelly. I'am drivign nuts.

Sorry but i cant continue arguing in the other posts of you and others because i would have to type all night long, and its clearly that we can communicate very well, you dont understand me and in some posts i dont understand you.

Every post you make trying to answer me i dotn just read it and its done, 1-2 or even 3 more follow pop-up questions comes into my mind to try to understand the meaning of your answers. I assure you though that *i try* to apply them before i re-ask(like the '#!' whcih i though it needed as a separate line before the shebang. I guess i don't understand them adequate enough.

You can continue to answer me if you like but expect maybe - not always - followUp questions until i grasp the meaning of your saying. Damn it i'm not a moron as Anonymous Monk states few minutes ago, these things are tough, didnt read enough and english isnt my native language.

Replies are listed 'Best First'.
Re^17: Weird error log message
by ikegami (Patriarch) on Jun 16, 2009 at 20:45 UTC

    But i did.

    No you didn't. All you said "i saw your post and tried what you sais it wotn work when i upload it." And I didn't even make a suggestion for you to try in the parent post.

    Damn it i'm not a moron as Anonymous Monk states few minutes ago

    I don't think you are.

    The problem is that you constantly assure us you've done everything right when something is obviously not right. Prove it. Show us. Making us guess wastes our time (and patience) and there wastes your time.

    but expect maybe followUp questions until i grasp the meaning of your saying.

    I have no problem with that.

      Ok you are right, i would be more carefull in the future, and iam happy that you are willing to give more detailed explanation when needed.

      For example i did read wikipedia today on BOM definition but i didn't understand why this is usefull to exist and actually what is it anyways. Also i don't undersand the different between ANSI(which you told me this sitn an encoding) to utf8 and why the remote webserver has trouble idntifying anythign else than ANSI.

      Youc an explain these to me if you like.

        For example i did read wikipedia today on BOM definition but i didn't understand why this is usefull to exist and actually what is it anyways.

        Quote previously linked document (emphasis mine): While UTF-8 does not have byte order issues, a BOM encoded in UTF-8 may nonetheless be encountered. A UTF-8 BOM is explicitly allowed by the Unicode standard, but is not recommended, as it only identifies a file as UTF-8 and does not state anything about byte order."

        Also i don't undersand the different between ANSI(which you told me this sitn an encoding) to utf8 and why the remote webserver has trouble idntifying anythign else than ANSI.

        They're both character encodings, but different encodings.