How to manually convert between Latin-5 and Unicode code points?

4 views
Skip to first unread message

Niyazi Toros

unread,
Jul 3, 2018, 12:29:10 PM7/3/18
to Dart Core Development

I have socket connection and I can get data from my socket. The data encoded as Latin-5.


_xCustomerName = …… // will get data from socket like: “879255:_:NÝYAZÝ TOROS”

_xCustomerName.replaceAll(new RegExp(r'Ý'), 'İ');


An seems it doesnt replace the 'Ý' to ‘İ’.

How to manually convert between Latin-5 and Unicode code points?

Niyazi Toros

unread,
Jul 3, 2018, 12:29:10 PM7/3/18
to Dart Core Development
Reply all
Reply to author
Forward
0 new messages