Niyazi Toros
2018-07-03 07:17:50 UTC
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?
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?
--
For more ways to connect visit https://www.dartlang.org/community
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
To view this discussion on the web visit https://groups.google.com/a/dartlang.org/d/msgid/misc/357899a5-bd79-4cc2-8393-559327c0c1de%40dartlang.org.
For more ways to connect visit https://www.dartlang.org/community
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
To view this discussion on the web visit https://groups.google.com/a/dartlang.org/d/msgid/misc/357899a5-bd79-4cc2-8393-559327c0c1de%40dartlang.org.