RADAR-Questionnaire icon indicating copy to clipboard operation
RADAR-Questionnaire copied to clipboard

Support Unicode notifications

Open blootsvoets opened this issue 4 years ago • 1 comments

According to https://github.com/RADAR-base/RADAR-aRMT-protocols/issues/89, for example Hebrew characters are not supported by aRMT notifications. Unicode characters in general should be supported by RADAR-Questionnaire.

blootsvoets avatar Jun 23 '21 13:06 blootsvoets

Looks like the issue has to do with the incorrect decoding from this line: https://github.com/RADAR-base/RADAR-Questionnaire/blob/4c4f608595221e178819dc201e2281326dcc915f/src/app/core/services/config/protocol.service.ts#L52

This package might help: https://github.com/dankogai/js-base64

@baixiac

mpgxvii avatar Jul 06 '21 17:07 mpgxvii