View Issue Details

IDProjectCategoryView StatusLast Update
0003471NodeSets, XSDs and Generated CodeApi Changepublic2017-01-31 17:22
ReporterJouni Aro Assigned Torandyarmstrong  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version1.03 
Summary0003471: Some special characters in UNECE_to_OPCUA.csv appear as '?'
Description

Looks like some characters, at least Ohm, have not been exported to the

https://opcfoundation.org/UA/EngineeringUnits/UNECE/UNECE_to_OPCUA.csv

instead they are written as '?'

That's what I see, if I look at it with 'less' in OSX, whereas other special characters display with their code, so I assume they are not correct in the file.

TagsNo tags attached.
Commit Version
Fix Due Date

Relationships

related to 0003726 closedKarl Deiretsbacher 10000-008: Data Access Some special characters in UNECE_to_OPCUA.csv appear as '?' 

Activities

Karl Deiretsbacher

2016-07-18 08:25

reporter   ~0007107

From Thomas Kugler (ascolab):
In code we are representing the special characters in octal notation. For OHM the DisplayName is "\342\204\246". In a gui this is displayed as "Ω".
The reason for the octal notation is that some IDE like Visual Studio are changing the encoding of the file without notifying if special characters like Ω are in the file.

BjarneBostrom

2016-11-22 16:17

reporter   ~0007354

The problem is that the file actually contains
OHM;5195853;ohm;?

With the ? being an actual '?' character and not something that cannot be displayed.

Could be please get this file as UTF-8? Preferably without Byte Order Mark.

BjarneBostrom

2016-11-23 08:48

reporter   ~0007379

Also the row
D62;4470322;second [unit of angle];""""
is wrong, it should only have a single "

randyarmstrong

2017-01-22 21:29

administrator   ~0007775

Can now autogenerate the file from the UNECE master.
The BOM is necessary to ensure it loads into Excel properly.

Jim Luth

2017-01-31 17:22

administrator   ~0007834

Agreed to fix in telecon.

Issue History

Date Modified Username Field Change
2016-07-15 14:48 Jouni Aro New Issue
2016-07-18 08:25 Karl Deiretsbacher Note Added: 0007107
2016-08-30 15:50 Karl Deiretsbacher Project 10000-008: Data Access => NodeSets, XSDs and Generated Code
2016-08-30 15:50 Karl Deiretsbacher Category Spec => Api Change
2016-11-22 16:17 BjarneBostrom Note Added: 0007354
2016-11-23 08:48 BjarneBostrom Note Added: 0007379
2017-01-22 21:29 randyarmstrong Note Added: 0007775
2017-01-22 21:29 randyarmstrong Status new => resolved
2017-01-22 21:29 randyarmstrong Resolution open => fixed
2017-01-22 21:29 randyarmstrong Assigned To => randyarmstrong
2017-01-31 17:11 Jim Luth Issue cloned: 0003726
2017-01-31 17:11 Jim Luth Relationship added related to 0003726
2017-01-31 17:22 Jim Luth Note Added: 0007834
2017-01-31 17:22 Jim Luth Status resolved => closed