Title: Copy paste from wordpress ..
Last modified: August 20, 2016

---

# Copy paste from wordpress ..

 *  [rleon](https://wordpress.org/support/users/rleon/)
 * (@rleon)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/copy-paste-from-wordpress/)
 * I have a blog and I have lines that I have copy pasted that have ” in them.
 * For example:
    echo “selclass qualifier memory;info;wait;infolog” | cstm
 * When I copy paste the line from the blog to a terminal session I get this:
 * echo ^Óselclass qualifier memory;info;wait;infolog^Ô | cstm
 * As you see the ” is turned into a ^Ô
 * In my more recent example:
    awk ‘{ print length(), $0 | “sort -n” }’
 * This is what it will paste as
    awk { print length(), $0 | sort -n^T }^R —
 * so .. after some testing .. using the lastest post
 * awk ‘{ print length(), $0 | “sort -n” }’
 * Using firefox,IE or Crome
 * They work fine if I post from the website to a text file:
    awk ‘{ print length(),
   $0 | “sort -n” }’
 * If I past from the website to a terminal window .. i get
    awk { print length(),
   $0 | sort -n^T }^R
 * If I past from the website to a text file then to a terminal window . same thing.
   
   awk { print length(), $0 | sort -n^T }^R
 * If I past from the original text file to the terminal window no issues:
    awk ‘{
   print length(), $0 | “sort -n” }’
 * So it seems that wordpress maybe changing the characters some where?
 * My site is:
    [http://www.unixtips.net/](http://www.unixtips.net/)
 * thanks

Viewing 1 replies (of 1 total)

 *  Thread Starter [rleon](https://wordpress.org/support/users/rleon/)
 * (@rleon)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/copy-paste-from-wordpress/#post-2900107)
 * I have fixed this using the following
 * [http://codex.wordpress.org/Writing_Code_in_Your_Posts](http://codex.wordpress.org/Writing_Code_in_Your_Posts)

Viewing 1 replies (of 1 total)

The topic ‘Copy paste from wordpress ..’ is closed to new replies.

 * 1 reply
 * 1 participant
 * Last reply from: [rleon](https://wordpress.org/support/users/rleon/)
 * Last activity: [13 years, 10 months ago](https://wordpress.org/support/topic/copy-paste-from-wordpress/#post-2900107)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
