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

Placing text into InDesign with 'special characters'

Community Beginner ,
Mar 08, 2018 Mar 08, 2018

As part of our process, our staff writes in Open Office, tag stories and save as text for importing into InDesign (using the format <ASCII-WIN>. When the writers include 'special characters' (such as é), it does not come into InDesign (Mac) properly. Apparently this has been an issue for a long time but I wasn't aware of it.

I've search the Adobe forums but have yet to be able to come up with an answer.

Here's an example of what is being saved and then imported:

<pstyle:calendartext><CharStyle:inlinebold>'Life is a Dream'<CharStyle:> Internationally celebrated director Dominique Serrand adapts Pedro Calderón de la Barca's 1635 drama "Life is a Dream," considered one of the greatest plays of the Spanish Golden age. Serrand reimagines this tale where truths are mutable, identities uncertain and happy endings are never guaranteed. March 1-3; 8 p.m. $5 students, $10 faculty/staff/seniors, $15 general. Roble Studio Theater, 375 Santa Teresa, Stanford. taps.stanford.edu

Note the ó in the name. When it is placed in InDesign, it turns to this:

Screen Shot 2018-03-08 at 10.02.38 AM.png

Any ideas on how to make this work for them? Right now the designers are having to search and replace for these characters, which is not very streamline. I thought about just writing a script for them to run, but again, didn't think that was the best solution.

Thanks in advance.

4.0K
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
LEGEND ,
Mar 08, 2018 Mar 08, 2018

The name fir this effect is “mojibake” and it happens all the time when people don’t pay attention to the encodings they save in and import. Or assume all text will “just work”.

So, how exactly is the text entered, what encoding is used to save, how is it placed, what character set is used? Control and match up.

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 Beginner ,
Apr 17, 2018 Apr 17, 2018

As stated, it's encoded as ASCII. The character is either typed from the keyboard or copy and pasted. I've replicated from both PCs and Macs and various different text editors all with the same issue.

It's placed in InDesign with the menu command to import text. I've also attempted to do so with drag and drop to the same (lack of) success.

@srishtib8795206​ Nothing about the above comment is helpful as far as I can tell because it's just asking more questions, most of which has been previously mentioned in my original post.

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
Valorous Hero ,
Apr 17, 2018 Apr 17, 2018

You should be at least using UTF-8 for the encoding. That will cure the problem.

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
People's Champ ,
Apr 17, 2018 Apr 17, 2018
LATEST

@MWDesign is correct. UTF-8 encoding is a Unicode standard that maps 1+ million characters to unique codepoints. ASCII maps only 200+ characters.

That means your accented characters if mapped to ASCII will be dropped to converted to some other character, like the strange one in your sample.

ASCII does have accented characters — SOME accented characters, but they're not mapped to Unicode which became the worldwide standard for all computer technologies in 2000.

Also, be sure to use an OpenType font in InDesign because OpenType fonts are based on Unicode. Choose an OpenType font with a robust character set / glyphs that includes the special accented characters you need for this project.

To learn more about Unicode, see http://www.unicode.org/charts ​ and this archived blog from our website might help. https://www.pubcom.com/blog/2013_12-03/unicode-accessibility.html

|    Bevi Chagnon   |  Designer, Trainer, & Technologist for Accessible Documents |
|    PubCom |    Classes & Books for Accessible InDesign, PDFs & MS Office |
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
LEGEND ,
Apr 17, 2018 Apr 17, 2018

ASCII, unfortunately, does not include accented characters. So, this "ASCII-WIN" is presumably some particular encoding. You need to find out what this encoding really is, and match this in InDesign. Don't assume anything. Especially don't assume "ASCII will work".

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