Book a Demo

Author Topic: EA and UNICODE  (Read 13552 times)

lex_cz

  • EA User
  • **
  • Posts: 21
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
EA and UNICODE
« on: July 07, 2005, 04:18:01 am »
Hi,
after setting up CVS, I have some problems with UNICODE. I have several questions because of that:
1. How do I find out that I have the UNICODE version of EA ? Is it shown somewhere ? (I didn't find it out eg. in the About box)

2. My czech language characters got lost after package export/import. When saving packages to XML I see that default encoding is windows-1252. I think better for my purposes is UTF-8 or similar. I tried to set UTF-8 in the configuration but this doesn't work. I definitely need help :)

Thanks
Martin

thomaskilian

  • Guest
Re: EA and UNICODE
« Reply #1 on: July 07, 2005, 04:51:38 am »
Quote
1. How do I find out that I have the UNICODE version of EA ? Is it shown somewhere ? (I didn't find it out eg. in the About box)

Help/About EA...
After the Program Version and build you should find the text Unicode.

Be sure to install the UC version from Sparx' download section.

I raise the question for what purpose Sparx offers a non-unicode version of EA ???
« Last Edit: July 07, 2005, 04:54:05 am by thomaskilian »

lex_cz

  • EA User
  • **
  • Posts: 21
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: EA and UNICODE
« Reply #2 on: July 07, 2005, 06:30:35 am »
Addon:
Thanks Thomas, I checked my EA and I found out that I have the non-Unicode version. However, I downloaded and installed the newest Unicode trial version (build 767) and the problem remains: The XML files contain non-Unicode text.

Martin

Takeshi K

  • EA User
  • **
  • Posts: 632
  • Karma: +43/-1
    • View Profile
    • Sparx Systems Japan
Re: EA and UNICODE
« Reply #3 on: July 08, 2005, 12:52:18 am »
Hello Martin,

Please change code page from Local Options dialog.
From main menu, 'Tools'->'Options' and select 'XML
Specifications' category. After you enter your favorite
code page (ex. UTF-8), EA generates XML files as you like.

Hope this helps.

--
t-kouno
--
t-kouno

tranhd

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: EA and UNICODE
« Reply #4 on: July 10, 2005, 09:47:18 pm »
Quote

2. My czech language characters got lost after package export/import. When saving packages to XML I see that default encoding is windows-1252. I think better for my purposes is UTF-8 or similar. I tried to set UTF-8 in the configuration but this doesn't work. I definitely need help :)


My vietnamese language using UTF-8. But when I type name of elements on screen, it displays unknow characters. Please help!

Takeshi K

  • EA User
  • **
  • Posts: 632
  • Karma: +43/-1
    • View Profile
    • Sparx Systems Japan
Re: EA and UNICODE
« Reply #5 on: July 11, 2005, 02:43:16 pm »
Hello Tranhd,

I guess it's because your Font setting is wrong.
Please check and change your Font to suitable one.

--
t-kouno
--
t-kouno

lex_cz

  • EA User
  • **
  • Posts: 21
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: EA and UNICODE
« Reply #6 on: July 11, 2005, 05:11:58 pm »
tranhd: I had the same problem, set your Windows regional settings to Vietnamese (Start->Settings->Control Panel->Regional Settings)

tkouno: I did that, but this doesn't help. The XMI files are still in some ASCII charset, just the encoding field on the first row of the XMI file changes to UTF-8 (principially seems to me that EA just changes this field, but does not actually make the conversion). When you try to import XMI with UTF-8, EA fails.

tranhd

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: EA and UNICODE
« Reply #7 on: July 11, 2005, 07:05:06 pm »
Hello tkouno, lex_cz,

Thank for your reply. I think it's not problem of font settings because I haven't got problem with Poseidon in the same computer.

Perhaps it's problem of EA with unicode. I can type vietnamese character (UTF- 8 ) in propeties docked windows but can not in right click propeties windows form.

I also find another problem: when I type a new name of an element in propeties docked windows, this name display on element. But after that, when right click mouse and open propeties windows form, the element name is old name !!!!

I'm trying some UML tools and very impressed by EA.
Sorry for my english.
« Last Edit: July 11, 2005, 07:10:32 pm by tranhd »

lex_cz

  • EA User
  • **
  • Posts: 21
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: EA and UNICODE
« Reply #8 on: July 12, 2005, 05:25:47 am »
Hi trandh,
some time ago applications I have written in C++ under Windows had the same problems as EA when programming according to the Microsoft Windows "standard". After some while when I found out, that this "standard" is crap, I started to write the apps in the "correct" way and such problems disappeared. I suppose EA still uses the MS "standard"  :) Who is to blame ?

Regards Martin

thomaskilian

  • Guest
Re: EA and UNICODE
« Reply #9 on: July 12, 2005, 05:35:13 am »
Bill BILL ;D