Opened 10 years ago
Last modified 7 years ago
#2954 new defect
package.order encoded UTF-8 with Byte Order Mark (BOM) is not properly handled — at Version 1
Reported by: | Adrian Pop | Owned by: | Martin Sjölund |
---|---|---|---|
Priority: | high | Milestone: | Future |
Component: | Frontend | Version: | trunk |
Keywords: | Cc: |
Description (last modified by )
When we read package.order encoded in UTF-8 with BOM the first class name is mangled, if is MassFlowRate
then the name we read is: MassFlowRate
which will make the library un-loadable.
Change History (1)
comment:1 by , 10 years ago
Component: | Frontend → Parser |
---|---|
Description: | modified (diff) |
Owner: | changed from | to
Summary: | Short class definition as stored definition are not loaded → package.order encoded UTF-8 with Byte Order Mark (BOM) is not properly handled |
Note:
See TracTickets
for help on using tickets.