AKSW / Xturtle

An eclipse editor for turtle files (RDF serialisation) based on Xtext2
http://aksw.org/Projects/Xturtle
23 stars 9 forks source link

utf8 encoding problem #28

Closed seebi closed 11 years ago

seebi commented 11 years ago

There is a problem with UTF8 encoding but I'm not sure if this is an xturtle, eclipse or my issue :-)

I've edited this project: https://github.com/AKSW/dssn.rdf which is a vocabulary namespace repository. In line 89 of namespace.ttl there is an ö which is shown in XTurtle as

Bildschirmfoto 2013-01-16 um 10 58 56

according to vim, file and github, the document is valid UTF8 so maybe its an eclipse or XTurtle problem.

nittka commented 11 years ago

Which is your default eclipse workspace encoding? Have you checked the project's/file's properties (context menu in package explorer). There you can set the encoding. Eclipse does not "guess" the encoding from the contents. It has to be told explicitly.

seebi commented 11 years ago

ups, the eclipse workspace default was MacRoman ... grrrr