Book a Demo

Author Topic: special character - source code engineering  (Read 3325 times)

Vinicius Faleiro

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
special character - source code engineering
« on: July 24, 2014, 05:49:48 am »
Hi! I'm really new to EA so I'm sorry in advance for the newbie question...

I'm trying to import my Java project into EA (source code engineering) in order to generate some class diagram. Everything works pretty fine except for my javadocs that have special characters (like ç or ~). It seems that EA is not recognizing them and it is replacing them by some weird characters, like çã...

Is there any configuration that I should try in order to resolve this issue?

Thanks in advance
« Last Edit: July 24, 2014, 05:50:43 am by viniciusfaleiro »

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: special character - source code engineering
« Reply #1 on: July 24, 2014, 09:03:55 am »
1. If you're using an eap file, the default JET 3.5 format doesn't support unicode, only your current system code page. Enable JET 4 and download a JET 4 base model or move to a DBMS to fix this.
2. There's an option for what code page to use in source code engineering. Perhaps if you set that appropriately EA will be able to interpret the file correctly.

Vinicius Faleiro

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: special character - source code engineering
« Reply #2 on: July 24, 2014, 10:50:35 pm »
Thanks Simon. Option 2 worked perfectly fine for me!