Book a Demo

Author Topic: When I generate document, notes dispaly messy code. 手机号  (Read 7794 times)

ea0921

  • EA User
  • **
  • Posts: 104
  • Karma: +0/-1
    • View Profile
When I generate document, notes dispaly messy code.  手机号

For example:
Code: [Select]
employeeId : String  Private

员工编号
[ Is static False. Containment is Not Specified. ]

My EA version is 16.0.1604 64 bit
My OS is windows 11 chinese.

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
You  can lookup the unicodes here:
#21495 mean 号 (means Number if I'm remembering my Japanese correctly). Leave the rest to you ;-)

q.


Takeshi K

  • EA User
  • **
  • Posts: 632
  • Karma: +43/-1
    • View Profile
    • Sparx Systems Japan
Yes, 号 is used for numbers (but also for others) in Japanese, but these 4 characters seem Chinese. They contain some characters which are not used in Japanese Kanji characters.
--
t-kouno

ea0921

  • EA User
  • **
  • Posts: 104
  • Karma: +0/-1
    • View Profile
Yes, 号 is used for numbers (but also for others) in Japanese, but these 4 characters seem Chinese. They contain some characters which are not used in Japanese Kanji characters.


Yes , it is chinese。
but how can i display these characters correctly when generating document。

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
You'll have to be a bit more specific?
Which template do you use to generate the document?

How does it look in the GUI? Do you see the real characters, or also the unicode codes.

Geert

ea0921

  • EA User
  • **
  • Posts: 104
  • Karma: +0/-1
    • View Profile
You'll have to be a bit more specific?
Which template do you use to generate the document?

How does it look in the GUI? Do you see the real characters, or also the unicode codes.

Geert
yes,I can see the real characters in the notes window.

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Which template do you use to generate the document?

This is equally as important. If you are using a script or SQL fragment, without telling EA it's a formatted field, you'll get these type of things.

Geert

ea0921

  • EA User
  • **
  • Posts: 104
  • Karma: +0/-1
    • View Profile
Which template do you use to generate the document?

This is equally as important. If you are using a script or SQL fragment, without telling EA it's a formatted field, you'll get these type of things.

Geert

I use the built-in template of the system.

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
There are several built-in templates.
The default one (Model Report) is actually a very complex combination of many templates depending on the type of element.

Without knowing all the details it's hard to help.

Geert

ea0921

  • EA User
  • **
  • Posts: 104
  • Karma: +0/-1
    • View Profile
There are several built-in templates.
The default one (Model Report) is actually a very complex combination of many templates depending on the type of element.

Without knowing all the details it's hard to help.

Geert

All template display notes information in messy code.
My OS code is GBK.
The coding of notes seems to be utf8


It seems to be caused by this problem.