Because you can't get the docs.
Create a transliterator:
greek2latin = icu.Transliterator.createInstance('Greek-Latin')
syntax | accepts | also accepts |
---|---|---|
-foo: |
-foo ARG |
|
-foo-: |
-fooARG |
|
-foo+: |
-fooARG |
-foo ARG |
-foo=: |
-foo=ARG |
-foo ARG |
-foo=-: |
-foo=ARG |
#!/usr/bin/env python3 | |
from PyQt5.QtWidgets import * | |
app = QApplication([]) | |
w = QLabel("can you read this?") | |
w.show() | |
app.exec_() |
'use strict'; | |
// Last time updated: 2018-09-12 1:14:20 PM UTC | |
// ________________ | |
// RecordRTC v5.4.8 | |
// Open-Sourced: https://github.com/muaz-khan/RecordRTC | |
// -------------------------------------------------- |