Pipe symbol (|) changing to %7C in kompozer

5 replies
Hello warriors,

I wanted to install google fonts on my website using kompozer, but each time I paste the codes google provides me (which includes the the pipe symbol "|") in the source, it immediately changes to %7C upon checking again. I don't know how to go about this.

I'll be very happy if someone helps me on this
#changing #kompozer #pipe #symbol
  • Profile picture of the author Valdor Kiebach
    when you have done working in kompozer just run a search and replace with pspad or something to replace %7c with |
    {{ DiscussionBoard.errors[8184709].message }}
    • Profile picture of the author manuelocal
      Originally Posted by Valdor Kiebach View Post

      when you have done working in kompozer just run a search and replace with pspad or something to replace %7c with |
      thanks, that is very useful.
      {{ DiscussionBoard.errors[8185089].message }}
  • Profile picture of the author seasoned
    WHY do THAT? HTML code for an ascii character is % followed by the 2 char hex of the ascii code. Pipe("|") is a SPECIAL character that some sites won't accept. So HOW do you represent it? %7C. 7C IS the code for "|". Kompozer is trying to HELP, as it is supposed to.

    Steve
    {{ DiscussionBoard.errors[8185893].message }}
    • Profile picture of the author manuelocal
      Originally Posted by seasoned View Post

      WHY do THAT? HTML code for an ascii character is % followed by the 2 char hex of the ascii code. Pipe("|") is a SPECIAL character that some sites won't accept. So HOW do you represent it? %7C. 7C IS the code for "|". Kompozer is trying to HELP, as it is supposed to.

      Steve
      Thanks Steve,

      Of course, I know Kompozer is trying to help, but the thing is I won't be able to use google fonts if the pipe character is converted to %7C. The codes google provided me has a pipe character. And after uploading my site, I realised that it hasn't been fetching the fonts, I was when checking the source that I realised there was a change in character (the pipe symbol).

      But if you can provide me with alternate solution, I'll be grateful.

      Thanks
      {{ DiscussionBoard.errors[8186208].message }}
      • Profile picture of the author seasoned
        Originally Posted by manuelocal View Post

        Thanks Steve,

        Of course, I know Kompozer is trying to help, but the thing is I won't be able to use google fonts if the pipe character is converted to %7C. The codes google provided me has a pipe character. And after uploading my site, I realised that it hasn't been fetching the fonts, I was when checking the source that I realised there was a change in character (the pipe symbol).

        But if you can provide me with alternate solution, I'll be grateful.

        Thanks
        SITE? Fetching fonts? The CLIENT is supposed to fetch fonts. Are you converting the pages to graphics?

        Steve
        {{ DiscussionBoard.errors[8187694].message }}

Trending Topics