enforceLtrInText method

String enforceLtrInText (String text)

Enforce LTR on both end of the given text using unicode BiDi formatting characters LRE and PDF.

Implementation

static String enforceLtrInText(String text) => '$LRE$text$PDF';