sinhala_unicode_converter 1.0.1
sinhala_unicode_converter: ^1.0.1 copied to clipboard
Sinhala Language Convert to the English Unicode
Sinhala Unicode Converter #
Installation #
dependencies:
sinhala_unicode_converter: ^1.0.0
import 'package:sinhala_unicode_converter/sinhala_unicode_converter.dart';
String sinhalaText = "සිංහල";
String unicodeText = SinhalaUnicodeConverter.singlishToUnicode(sinhalaText);
print(unicodeText); // Output: isxy,
Feel free to modify or expand this README according to your specific requirements and features of the `sinhala_unicode_converter` library. Let me know if you need any further assistance!