Search Mailing List Archives
[protege-discussion] Displaying Chinese character in Protege using XML backend
Tania Tudorache
tudorache at stanford.edu
Thu Jan 25 11:36:31 PST 2007
Hi Mike,
Are you using the UTF-8 character encoding in Protege? You can check
this in the Project->Encodings menu, or on the Protege console when it
starts.
I have just made a test with the xml backend, and added as a class name
a character that I inserted using the "Insert Unicode Characters" from
the Edit menu. If you save the file and reload it, it looks fine.
However, I also saw a square for the character that you have used in
your file. I am not sure, but maybe you need to have Chinese character
support installed on your computer.
We have a FAQ page about character encodings in Protege that may help:
http://protege.stanford.edu/doc/file_encodings.html
Tania
Micheal Hewett wrote:
> I am using Protege 3.2.1 with the XML backend. I created
> a KB by doing an import from another program. I now
> have a Class whose name is a single Chinese character
> encoded in the XML file as the character entity "黃".
> Protege displays it as a square box. How can I get
> Protege to display it as a character?
>
> I have tried various settings on the Project/encodings
> menu without any success.
>
> Here is a fragment from the XML file:
>
> <xmp>
>
> <class>
> <name>黃</name>
> <type>:ZTHES-CLASS</type>
> <own_slot_value>
> <slot_reference>termID</slot_reference>
> <value value_type="string">500783</value>
> </own_slot_value>
> <own_slot_value>
> <slot_reference>termLanguage</slot_reference>
> <value value_type="string">Chinese</value>
> </own_slot_value>
> <own_slot_value>
> <slot_reference>Alternative LanguageOf</slot_reference>
> <value value_type="class">dong quai</value>
> </own_slot_value>
> <own_slot_value>
> <slot_reference>:ROLE</slot_reference>
> <value value_type="string">Concrete</value>
> </own_slot_value>
> <superclass>Terms</superclass>
> </class>
>
> </xmp>
>
>
> Thanks,
> Mike Hewett
> System Architect
> Evincii, Inc.
>
>
> _______________________________________________
> protege-discussion mailing list
> protege-discussion at lists.stanford.edu
> https://mailman.stanford.edu/mailman/listinfo/protege-discussion
>
> Instructions for unsubscribing: http://protege.stanford.edu/doc/faq.html#01a.03
>
>
More information about the protege-discussion
mailing list