• Hi,

    I am using the current Google Chrome and IE9 Versions. When I post code (defaulted to “Default” or “C#”, with any plugin theme) I get square chars in my source code in published post view. My theme is “Twenty Twelve”, but the live preview of “Twenty Ten” shows the same errors.

    Plain code displays correctly:

    private void GetConfigStore()
    {
        SPSite applicationRootSite = null;
       try
    [...]

    Standard output is ugly (on my site, some of the question marks are squares):


    ��GetConfigStore()
    {
    ��= null;
    try

    I also edited an old post, adding and removing some new code examples. The result was this output (ignore the “<br”s, the forum editor inserted them when I edited this post here):

    <br />
    <span style="color: blue;">private</span> <span style="color: blue;">void</span> GetConfigStore()<br />
    {<br />
        <span style="color: #2b91af;">SPSite</span> �= <span style="color: blue;">null</span>;</p>
    <p>    <span style="color: blue;">try</span><br />
        {<br />
            �= <span style="color:
    [...]

    What the heck …?

    http://wordpress.org/extend/plugins/crayon-syntax-highlighter/

Viewing 1 replies (of 1 total)
  • Plugin Author akarmenia

    (@akarmenia)

    Are you using the Visual editor, or the HTML editor? I used the visual editor and it brought up:

    http://aksandbox.webege.com/?p=111

    If you’re using the Tag Editor (recommended) then it’ll create pre tags for you. Deactivate crayon and they will appear as plain pre tags – if you still see the blocks then it’s your input that’s not unicode compliant rather than Crayon messing with it.

Viewing 1 replies (of 1 total)
  • The topic ‘Bogus output’ is closed to new replies.