<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: InDesignSecrets Podcast 070</title>
	<atom:link href="http://indesignsecrets.com/indesignsecrets-podcast-070.php/feed" rel="self" type="application/rss+xml" />
	<link>http://indesignsecrets.com/indesignsecrets-podcast-070.php</link>
	<description>InDesignSecrets Blog and Podcast</description>
	<lastBuildDate>Thu, 24 May 2012 04:09:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: InDesignSecrets &#187; Blog Archive &#187; Welcome to Fritz &#8230; James Fritz!</title>
		<link>http://indesignsecrets.com/indesignsecrets-podcast-070.php/comment-page-1#comment-470584</link>
		<dc:creator>InDesignSecrets &#187; Blog Archive &#187; Welcome to Fritz &#8230; James Fritz!</dc:creator>
		<pubDate>Wed, 26 Nov 2008 21:02:54 +0000</pubDate>
		<guid isPermaLink="false">http://indesignsecrets.com/indesignsecrets-podcast-070.php#comment-470584</guid>
		<description>[...] PostsInDesignSecrets-014 by Anne-Marie What&#8217;s Up With the Adobe Exchange? by David Blatner InDesignSecrets Podcast 070 by Anne-Marie Welcome to The InDesigner Videocast! by Anne-Marie &amp; David Hi from Steve Werner, [...]</description>
		<content:encoded><![CDATA[<p>[...] PostsInDesignSecrets-014 by Anne-Marie What&#8217;s Up With the Adobe Exchange? by David Blatner InDesignSecrets Podcast 070 by Anne-Marie Welcome to The InDesigner Videocast! by Anne-Marie &#38; David Hi from Steve Werner, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://indesignsecrets.com/indesignsecrets-podcast-070.php/comment-page-1#comment-312602</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Thu, 21 Feb 2008 22:04:05 +0000</pubDate>
		<guid isPermaLink="false">http://indesignsecrets.com/indesignsecrets-podcast-070.php#comment-312602</guid>
		<description>Here&#039;s how to find just upper case letters &quot;[[:upper:]]&quot;. If you use just that it will find every upper case even capitalized words to search for full upper case words use &quot;[[:upper:]]+\b&quot; but that it will also find all the &quot;I&quot; &quot;CD&quot; etc.. i don&#039;t know a easy way to fix that but that&#039;s a start.</description>
		<content:encoded><![CDATA[<p>Here&#8217;s how to find just upper case letters &#8220;[[:upper:]]&#8221;. If you use just that it will find every upper case even capitalized words to search for full upper case words use &#8220;[[:upper:]]+\b&#8221; but that it will also find all the &#8220;I&#8221; &#8220;CD&#8221; etc.. i don&#8217;t know a easy way to fix that but that&#8217;s a start.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anne-Marie</title>
		<link>http://indesignsecrets.com/indesignsecrets-podcast-070.php/comment-page-1#comment-304993</link>
		<dc:creator>Anne-Marie</dc:creator>
		<pubDate>Sun, 17 Feb 2008 17:29:04 +0000</pubDate>
		<guid isPermaLink="false">http://indesignsecrets.com/indesignsecrets-podcast-070.php#comment-304993</guid>
		<description>Thanks Mike! That&#039;s useful.

I put a link and short description of the ChangeCase script on our &lt;a href=&quot;http://indesignsecrets.com/plug-ins-and-scripts/&quot; rel=&quot;nofollow&quot;&gt;Plug-ins and Scripts&lt;/a&gt; page.</description>
		<content:encoded><![CDATA[<p>Thanks Mike! That&#8217;s useful.</p>
<p>I put a link and short description of the ChangeCase script on our <a href="http://indesignsecrets.com/plug-ins-and-scripts/" rel="nofollow">Plug-ins and Scripts</a> page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Witherell</title>
		<link>http://indesignsecrets.com/indesignsecrets-podcast-070.php/comment-page-1#comment-304942</link>
		<dc:creator>Mike Witherell</dc:creator>
		<pubDate>Sun, 17 Feb 2008 16:42:39 +0000</pubDate>
		<guid isPermaLink="false">http://indesignsecrets.com/indesignsecrets-podcast-070.php#comment-304942</guid>
		<description>OK, here is my current best idea for curing all-cap paragraphs by using GREP pattern searching:

Step 1: GREP Find: 
\u.\r

This simple search looks for the last capital letter before the period and the hard return. Most all cap paragraphs would match this.

GREP Replace: with paragraph style for formatting.

Step 2: Run a JavaScript called &quot;ChangeCaseOfSelectedStyle.jsx&quot; written, I think, by Dave Saunders.

This will apply what you want: either SentenceCase or TitleCase.

Step 3: Run a spellchecker to catch the lower-cased proper names and place names.

This is not perfect, but it is agreeably fast!

Mike Witherell in Maryland</description>
		<content:encoded><![CDATA[<p>OK, here is my current best idea for curing all-cap paragraphs by using GREP pattern searching:</p>
<p>Step 1: GREP Find:<br />
\u.\r</p>
<p>This simple search looks for the last capital letter before the period and the hard return. Most all cap paragraphs would match this.</p>
<p>GREP Replace: with paragraph style for formatting.</p>
<p>Step 2: Run a JavaScript called &#8220;ChangeCaseOfSelectedStyle.jsx&#8221; written, I think, by Dave Saunders.</p>
<p>This will apply what you want: either SentenceCase or TitleCase.</p>
<p>Step 3: Run a spellchecker to catch the lower-cased proper names and place names.</p>
<p>This is not perfect, but it is agreeably fast!</p>
<p>Mike Witherell in Maryland</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy</title>
		<link>http://indesignsecrets.com/indesignsecrets-podcast-070.php/comment-page-1#comment-292242</link>
		<dc:creator>Jeremy</dc:creator>
		<pubDate>Sat, 09 Feb 2008 19:42:45 +0000</pubDate>
		<guid isPermaLink="false">http://indesignsecrets.com/indesignsecrets-podcast-070.php#comment-292242</guid>
		<description>Er, well... it&#039;s a long story, I&#039;m afraid...

Before CS3 and GREP, I wrote a couple of embarrassingly amateur, clunky (but handy) scripts for CS2. One of them applied a character style to tagged text (i.e. text imported from Word, say, rather than official &quot;InDesign tagged text&quot; or XML). It worked by going through every single letter of the alphabet in turn, looking for each letter in a special paragraph style and replacing it with the same letter in a special character style.

If you&#039;re still with me, let us return to the (CS3) present:

If you have a paragraph full of capital letters with a special character style applied to them (thanks to GREP, but hardly my own rather crappy example of it), use a text-replacement script (or use Olav&#039;s excellent sample script with CS3) to replace every single occurrence of &#039;A&#039; in the special character style with &#039;a&#039;, &#039;B&#039; with &#039;b&#039;, &#039;C&#039; with &#039;c&#039;, and so on. That will give you a paragraph with nothing but lower case letters.  If you want sentence case, continue by replacing &#039;. a&#039; with &#039;. A&#039;, &#039;, &#039;? a&#039; with &#039;? A&#039;, and so on.

It&#039;s incredibly clunky, I admit, but it can work, and this sort of thing has saved me hours of work.

Hope this helps -- Jeremy</description>
		<content:encoded><![CDATA[<p>Er, well&#8230; it&#8217;s a long story, I&#8217;m afraid&#8230;</p>
<p>Before CS3 and GREP, I wrote a couple of embarrassingly amateur, clunky (but handy) scripts for CS2. One of them applied a character style to tagged text (i.e. text imported from Word, say, rather than official &#8220;InDesign tagged text&#8221; or XML). It worked by going through every single letter of the alphabet in turn, looking for each letter in a special paragraph style and replacing it with the same letter in a special character style.</p>
<p>If you&#8217;re still with me, let us return to the (CS3) present:</p>
<p>If you have a paragraph full of capital letters with a special character style applied to them (thanks to GREP, but hardly my own rather crappy example of it), use a text-replacement script (or use Olav&#8217;s excellent sample script with CS3) to replace every single occurrence of &#8216;A&#8217; in the special character style with &#8216;a&#8217;, &#8216;B&#8217; with &#8216;b&#8217;, &#8216;C&#8217; with &#8216;c&#8217;, and so on. That will give you a paragraph with nothing but lower case letters.  If you want sentence case, continue by replacing &#8216;. a&#8217; with &#8216;. A&#8217;, &#8216;, &#8216;? a&#8217; with &#8216;? A&#8217;, and so on.</p>
<p>It&#8217;s incredibly clunky, I admit, but it can work, and this sort of thing has saved me hours of work.</p>
<p>Hope this helps &#8212; Jeremy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Witherell</title>
		<link>http://indesignsecrets.com/indesignsecrets-podcast-070.php/comment-page-1#comment-286744</link>
		<dc:creator>Mike Witherell</dc:creator>
		<pubDate>Wed, 06 Feb 2008 04:36:54 +0000</pubDate>
		<guid isPermaLink="false">http://indesignsecrets.com/indesignsecrets-podcast-070.php#comment-286744</guid>
		<description>Hi Jeremy,

Can you expand on the second half of your comment? Next, find and replace each character in that character style...?

Mike</description>
		<content:encoded><![CDATA[<p>Hi Jeremy,</p>
<p>Can you expand on the second half of your comment? Next, find and replace each character in that character style&#8230;?</p>
<p>Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy</title>
		<link>http://indesignsecrets.com/indesignsecrets-podcast-070.php/comment-page-1#comment-285687</link>
		<dc:creator>Jeremy</dc:creator>
		<pubDate>Tue, 05 Feb 2008 11:52:11 +0000</pubDate>
		<guid isPermaLink="false">http://indesignsecrets.com/indesignsecrets-podcast-070.php#comment-285687</guid>
		<description>Hi Mike,

I&#039;ve had some limited success with the following.

First, find all-uppercase paragraphs with this expression:

((\u+\s*)+([,.:;&#039;&quot;!\?]\s*))+

...then apply a special character style to identify each character in them. Next, find and replace each character in that character style with the desired lowercase character (apart from those after a space, if you want sentence case).</description>
		<content:encoded><![CDATA[<p>Hi Mike,</p>
<p>I&#8217;ve had some limited success with the following.</p>
<p>First, find all-uppercase paragraphs with this expression:</p>
<p>((\u+\s*)+([,.:;'"!\?]\s*))+</p>
<p>&#8230;then apply a special character style to identify each character in them. Next, find and replace each character in that character style with the desired lowercase character (apart from those after a space, if you want sentence case).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Witherell</title>
		<link>http://indesignsecrets.com/indesignsecrets-podcast-070.php/comment-page-1#comment-282439</link>
		<dc:creator>Mike Witherell</dc:creator>
		<pubDate>Sun, 03 Feb 2008 15:57:17 +0000</pubDate>
		<guid isPermaLink="false">http://indesignsecrets.com/indesignsecrets-podcast-070.php#comment-282439</guid>
		<description>Hi Anne Marie,

Yes, I mean truly that the original keyboarder typed in all uppercase characters. 

I see this a lot! And pardon my choice of wording. When I said steered, I didn&#039;t mean to imply anything at all.

Anyway, I read Peter Kahrel&#039;s excellent novella GREP in InDesign, and he, if I recall correctly, mentions that InDesign doesn&#039;t implement this.

Mind you, I&#039;m trying to get my head around it. It could be that I am not understanding Peter Kahrel, GREP, and life in general, but so far, it appears that I can&#039;t do it.

I, too, do the manual Type &gt; Case commands. I managed to create shortcuts to speed it up. I managed to use Quick Apply to speed it up. But, I would like to GREP search it all in one fell swoop, so to speak.

I might add that in the Washington DC federal region, we are handling long document scalability issues a la FrameMaker proportions. That is why this is an important question to me.

Mike Witherell in Maryland</description>
		<content:encoded><![CDATA[<p>Hi Anne Marie,</p>
<p>Yes, I mean truly that the original keyboarder typed in all uppercase characters. </p>
<p>I see this a lot! And pardon my choice of wording. When I said steered, I didn&#8217;t mean to imply anything at all.</p>
<p>Anyway, I read Peter Kahrel&#8217;s excellent novella GREP in InDesign, and he, if I recall correctly, mentions that InDesign doesn&#8217;t implement this.</p>
<p>Mind you, I&#8217;m trying to get my head around it. It could be that I am not understanding Peter Kahrel, GREP, and life in general, but so far, it appears that I can&#8217;t do it.</p>
<p>I, too, do the manual Type &gt; Case commands. I managed to create shortcuts to speed it up. I managed to use Quick Apply to speed it up. But, I would like to GREP search it all in one fell swoop, so to speak.</p>
<p>I might add that in the Washington DC federal region, we are handling long document scalability issues a la FrameMaker proportions. That is why this is an important question to me.</p>
<p>Mike Witherell in Maryland</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anne-Marie</title>
		<link>http://indesignsecrets.com/indesignsecrets-podcast-070.php/comment-page-1#comment-282391</link>
		<dc:creator>Anne-Marie</dc:creator>
		<pubDate>Sun, 03 Feb 2008 15:25:26 +0000</pubDate>
		<guid isPermaLink="false">http://indesignsecrets.com/indesignsecrets-podcast-070.php#comment-282391</guid>
		<description>Well after listening to the podcast (thanks!) then you know that &quot;All Caps&quot; means &lt;em&gt;formatted&lt;/em&gt; as all caps, as opposed to being &quot;true&quot; uppercase. So taking you at your word ... that authors turned on the All Caps formatting option and you need to turn that off ... then you&#039;d just use Find/Change formating. Find Format = All Caps; Change Format = Case: Normal (in the Basic Character Formats pane).

The &quot;Normal&quot; Case -- the obscurity of the week -- removes any case-related formatting and reverts the text back to how the user entered it. 

But I&#039;m guessing you mean how do you Find/Change for &quot;All Uppercase&quot; (true uppercase, user entered the text with the Caps Lock key on) and change it to one of the other Type &gt; Case options. 

And the answer is: I dunno. Maybe that&#039;s why I steered the conversation into a different direction. (LOL ... I didn&#039;t know I was &quot;steering&quot; anything.)

You&#039;re absolutely right, Mike, that there&#039;s got to be a way ... with GREP or with a script or something. I seldom encounter so much all-uppercase text in client-submitted files so I guess I never searched very hard for it. I just manually use the Type &gt; Case commands as needed for discrete text selections.

Maybe Peter Kahrel&#039;s &lt;a href=&quot;http://indesignsecrets.com/new-guide-for-grep-in-indesign-cs3.php&quot; rel=&quot;nofollow&quot;&gt;GREP in InDesign&lt;/a&gt; book has an answer. I&#039;ll take a look.</description>
		<content:encoded><![CDATA[<p>Well after listening to the podcast (thanks!) then you know that &#8220;All Caps&#8221; means <em>formatted</em> as all caps, as opposed to being &#8220;true&#8221; uppercase. So taking you at your word &#8230; that authors turned on the All Caps formatting option and you need to turn that off &#8230; then you&#8217;d just use Find/Change formating. Find Format = All Caps; Change Format = Case: Normal (in the Basic Character Formats pane).</p>
<p>The &#8220;Normal&#8221; Case &#8212; the obscurity of the week &#8212; removes any case-related formatting and reverts the text back to how the user entered it. </p>
<p>But I&#8217;m guessing you mean how do you Find/Change for &#8220;All Uppercase&#8221; (true uppercase, user entered the text with the Caps Lock key on) and change it to one of the other Type > Case options. </p>
<p>And the answer is: I dunno. Maybe that&#8217;s why I steered the conversation into a different direction. (LOL &#8230; I didn&#8217;t know I was &#8220;steering&#8221; anything.)</p>
<p>You&#8217;re absolutely right, Mike, that there&#8217;s got to be a way &#8230; with GREP or with a script or something. I seldom encounter so much all-uppercase text in client-submitted files so I guess I never searched very hard for it. I just manually use the Type > Case commands as needed for discrete text selections.</p>
<p>Maybe Peter Kahrel&#8217;s <a href="http://indesignsecrets.com/new-guide-for-grep-in-indesign-cs3.php" rel="nofollow">GREP in InDesign</a> book has an answer. I&#8217;ll take a look.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Witherell</title>
		<link>http://indesignsecrets.com/indesignsecrets-podcast-070.php/comment-page-1#comment-282363</link>
		<dc:creator>Mike Witherell</dc:creator>
		<pubDate>Sun, 03 Feb 2008 15:08:59 +0000</pubDate>
		<guid isPermaLink="false">http://indesignsecrets.com/indesignsecrets-podcast-070.php#comment-282363</guid>
		<description>Re: Uppercase Conundrum:
(I put this in the older topic, too.)

After listening to podcast number 70, I find that there is still no answer to the basic question: 

How do you Search for entire paragraphs of ALL CAPPED text and convert it all to lowercase, sentencecase, or titlecase? 

In many text situations, there are paragraphs occurring throughout text where the writer used ALL CAPS. 

An ideal GREP search would find all uppercase words in the entire paragraph; convert to another case; then move on to find the next randomly-occurring paragraph with the same affliction.

I can&#039;t get InDesign CS3 to do it, yet. I noticed David began to comment on that aspect in the podcast (70) and then Anne Marie steered the conversation in a different direction.

This need seems so essential to me, that it leaves me thinking that GREP search would certainly allow for this. 

From what I&#039;ve read, other GREP softwares CAN do this, but InDesign cannot. 

What are others finding on this?

Mike Witherell in Maryland</description>
		<content:encoded><![CDATA[<p>Re: Uppercase Conundrum:<br />
(I put this in the older topic, too.)</p>
<p>After listening to podcast number 70, I find that there is still no answer to the basic question: </p>
<p>How do you Search for entire paragraphs of ALL CAPPED text and convert it all to lowercase, sentencecase, or titlecase? </p>
<p>In many text situations, there are paragraphs occurring throughout text where the writer used ALL CAPS. </p>
<p>An ideal GREP search would find all uppercase words in the entire paragraph; convert to another case; then move on to find the next randomly-occurring paragraph with the same affliction.</p>
<p>I can&#8217;t get InDesign CS3 to do it, yet. I noticed David began to comment on that aspect in the podcast (70) and then Anne Marie steered the conversation in a different direction.</p>
<p>This need seems so essential to me, that it leaves me thinking that GREP search would certainly allow for this. </p>
<p>From what I&#8217;ve read, other GREP softwares CAN do this, but InDesign cannot. </p>
<p>What are others finding on this?</p>
<p>Mike Witherell in Maryland</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)
Database Caching using disk

Served from: indesignsecrets.com @ 2012-05-24 05:01:20 -->
