Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Input data - Code Page ISO 8895 - 1 doesn't recognize certain acute accent

MingChen
5 - Atom

While ISO 8895 - 1 recognize accented letters like Àà  Ää  Ââ Ãã, it couldn't recognize this acute accentacute.png

and it's converted to this sign:

Acute1.png

I did some research and find out this acute accent is without any associated base character below. (For more details please refer to https://www.cl.cam.ac.uk/~mgk25/ucs/apostrophe.html). Not sure if this is the reason why ISO 8895 - 1 doesn't recognize this acute accent, but it doesn't really make sense ISO 8895 - 1 recognize only part of the acute accent.

3 REPLIES 3
geraldo
13 - Pulsar

@MingChen 

 


if it is a csv file, you have already tried to change to Unicode UTF-8 the input tool and refresh

MingChen
5 - Atom

Yeah it's a csv file. I tried UTF - 8 but unfortunately it doesn't work. That would convert all accented letters to "?"

geraldo
13 - Pulsar

@MingChen 

 

Can you open this file for example in notepad++ to check this record as it is?

Labels
Top Solution Authors