Book a Demo

Author Topic: Problem with encoding.  (Read 4783 times)

NewVit

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Problem with encoding.
« on: December 27, 2010, 08:49:06 am »
Hi. First of all, sorry for my bad English.
My problem is: when I create diagrams from my source code (code engineering -> import source directory, source encoding is utf-8) instead of russian symbols i receive something like this: [ch1056][ch1119][ch1056][ch1109][ch1056][ch1169][ch1056][ch1109][ch1056]¶[ch1056][ch1169][ch1056][ch1105][ch1057]‚[ch1056]µ [ch1056][ch1105][ch1056][ch1169][ch1056]µ[ch1057]‚ [ch1056]·[ch1056]°[ch1056][ch1110][ch1057][ch1026][ch1057][ch1107][ch1056]·[ch1056][ch1108][ch1056]°.
And when I generate source code from diagrams, the source files has ansi encoding (not utf-8 that I want).
Please, help me solve these problems.

mrf

  • EA User
  • **
  • Posts: 311
  • Karma: +0/-0
    • View Profile
Re: Problem with encoding.
« Reply #1 on: December 29, 2010, 08:38:11 am »
For source code importing, you will need to configure the correct codepage: http://www.sparxsystems.com/enterprise_architect_user_guide/8.0/software_development/codepageforsourceediting.html.

Additionally, the standard repository that EA ships with does not support Unicode, so you will either need to upgrade to a DBMS based repository, or configure EA to use Jet 4 and use the Jet 4 based repository: http://www.sparxsystems.com/enterprise_architect_user_guide/8.0/projects_and_teams/generalsettings.html
Best Regards,

Michael

[email protected]
"It is more complicated than you think." - RFC 1925, Section 2.8

NewVit

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: Problem with encoding.
« Reply #2 on: December 30, 2010, 07:58:08 pm »
Thank you!