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

Find and replace

Contributor ,
Feb 04, 2014 Feb 04, 2014

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
1.1K
Translate
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

@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

Translate
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

Hi,

Thank you so much.

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

-Sudha K

Translate
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
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

Translate
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

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

Translate
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