CURLY QUOTES

  • Thread starter Thread starter Subligaria
  • Start date Start date
S

Subligaria

Hi,

Does anyone know how to search for curly (smart) double quotes in Word 2007?

Searching for the ASCIi code ^147 doesn't seem to work...
 
I find that just searching for " works. Unless you're searching for curly
quotes specifically (as opposed to straight quotes), in which case you'd
have some false hits, try that. It has the advantage that it finds both
opening and closing quotes.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
http://word.mvps.org
 
I am searching specifically for curly quotes.

I want to replace them with curly single quotes. If I do what you suggest,
instances where non-curly double quotes are employed to denote inches would
also be replaced...

Do you know how to find curly quotes specifically?
 
Well, it would be helpful if you weren't using straight quotes as inch
marks; I use characters 2032 and 2033 as foot and inch marks.

But you can search for the curly quotes specifically by entering 201C, Alt+X
or 201D, Alt+X in the "Find what" box. You can also copy/paste them
directly.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
http://word.mvps.org
 
You can use the hex numbers with Alt+X, however.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
http://word.mvps.org

PamC via OfficeKB.com said:
The search engine cannot read hexadecimal numbers, so you'll have to use
decimal numbers. For example, Hex 201C = dec 8220. In the find: box,
enter


^u8220 to find the left double quotation mark

^u8221 to find the right double quotation mark

You can use the Windows calculator to convert hex to decimal numbers.


PamC

Well, it would be helpful if you weren't using straight quotes as inch
marks; I use characters 2032 and 2033 as foot and inch marks.

But you can search for the curly quotes specifically by entering 201C,
Alt+X
or 201D, Alt+X in the "Find what" box. You can also copy/paste them
directly.
I am searching specifically for curly quotes.
[quoted text clipped - 16 lines]
Searching for the ASCIi code ^147 doesn't seem to work...
 
Search for ^0147 (left curly quote) or ^0148 (right curly quote)

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP

My web site www.gmayor.com

<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 
Always more than one way to skin a cat. For most users, I think just copying
and pasting the characters into the dialog is probably the simplest
solution, since it doesn't require knowing the character number (ASCII or
Unicode, decimal or hex). It requires only knowing that you can paste into
the dialog using Ctrl+V.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
http://word.mvps.org
 
Oh, quite, and that information is helpful (and something I didn't
know/remember); I think among all the answers, the OP will have quite a few
ways forward.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
http://word.mvps.org
 
The zero in front of 147 was something Word's help system not
uncharacteristically omitted to mention...

Thanks for the clarification
 
Actually this is not peculiar to Word. From my web site:

ASCII codes below 128 were standardized a long time ago, before the
introduction of Windows operating systems. The upper codes were used for
OS-specific, localized, or vendor-specific stuff. When DOS code pages were
replaced by Windows code pages, a leading zero was used to indicated the
difference.
Thus ^32 and ^032 will both represent a space character, but ^147 will
represent ô and ^0147 will represent "

These are the same codes that you would use to enter the characters from the
keyboard using ALT+the numbers on the numeric key pad (though whether the
inserted characters will survive the newsreader software used to post them
here remains to be seen).

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP

My web site www.gmayor.com

<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 
Back
Top