mmisw / mmiorr

Unmaintained old MMI ORR system (v2) -- New development at https://github.com/mmisw/orr
2 stars 1 forks source link

Special charater issue #309

Closed mmisw closed 9 years ago

mmisw commented 9 years ago

From caru...@gmail.com on February 11, 2013 11:38:58

[thanks Rob R. for reporting this issue] What steps will reproduce the problem? 1. Create/edit a vocabulary in the portal interface (aka, voc2rdf tool)

  1. Enter special symbols, eg., Ω (Omega) in properties for a term
  2. Submit registration What is the expected output/behavior? Special symbols displayed as entered What do you see instead? strange characters in place of the expected symbol . What version of the product are you using? (You can see the version in the lower left corner of the ORR page.) ORR Portal 2.0.38.beta (201301131125)

Original issue: http://code.google.com/p/mmisw/issues/detail?id=309

mmisw commented 9 years ago

From caru...@gmail.com on February 11, 2013 12:02:38

Fixed. Wrong encoding was used internally to process/convert the original text of the vocabulary table (properly encoded in UTF-8) into the ontology contents.

Test vocabulary: http://mmisw.org/orr/#http://mmisw.org/ont/mmitest/issue_309 New version: ORR Portal 2.0.39.beta (201302111151)

Status: Fixed