• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Find and replace

Contributor ,
Feb 04, 2014 Feb 04, 2014

Copy link to clipboard

Copied

Hi,

  XML poured document in InDesign, when moving the anchor it creates character like ":". 

I need to replace that character but I could not replace that. Even not able find that character in Indesign application manually.

char.png

find.png

If anyone knows, pls help me.

Thanks in advance,

Sudha K

TOPICS
Scripting

Views

963

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Feb 04, 2014 Feb 04, 2014

Copy link to clipboard

Copied

@Sudha – I cannot say exactly, but maybe it's the special character <FEFF> for index entries or XML tags (or something else entirely).

You can detect <FEFF> with a TEXT search (not with a GREP search!), just type in

<FEFF>

in your "Find what:" field.

Oh, and what do you mean exactly by: "moving the anchor"?

Uwe

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Feb 06, 2014 Feb 06, 2014

Copy link to clipboard

Copied

Hi,

Thank you so much.

I can replace that character by <FEFF>.  Now working fine for me.

-Sudha K

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Feb 13, 2014 Feb 13, 2014

Copy link to clipboard

Copied

LATEST

Hi,

  I have replaced that special characters in document and matching the contents.  Contents in both textframes are same, but its not matching. Don't know why..

Match.png

Can anyone help me.

Thanks in advance,

Sudha K

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guide ,
Feb 04, 2014 Feb 04, 2014

Copy link to clipboard

Copied

Looks like the hidden character U+2063 (INVISIBLE SEPARATOR), which is undocumented but available since ID CS4.

Text search: <2063>

GREP search: \x{2063}

Details here:

http://bit.ly/MXueli

@+

Marc

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines