You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when setting attribute value to a non-ASCII convertible string (e.g., in Hebrew), the next call for emr_track.attr.get/set would fail with an error of "Invalid format of attributes file."
The problem is caused by the use of getc of BufferedFile.h, which doesn't deal with the variable length of UTF-8 encoded strings.
Currently, when setting attribute value to a non-ASCII convertible string (e.g., in Hebrew), the next call for
emr_track.attr.get/set
would fail with an error of "Invalid format of attributes file."The problem is caused by the use of
getc
ofBufferedFile.h
, which doesn't deal with the variable length of UTF-8 encoded strings.Example:
The text was updated successfully, but these errors were encountered: