Skip to content

Conversation

tenextractor
Copy link
Contributor

@tenextractor tenextractor commented Jul 17, 2025

When paired with an appropriate layout, this would allow the input of Tibetan script using the Extended Wylie transliteration system. Uses the ewts-converter library (Apache-2.0 license).

wylie_demo.mp4

@tenextractor
Copy link
Contributor Author

Layout added in futo-org/futo-keyboard-layouts#202

build.gradle Outdated
androidTestImplementation 'androidx.test.uiautomator:uiautomator:2.2.0'
androidTestImplementation 'androidx.annotation:annotation:1.0.0'

implementation 'io.bdrc.ewtsconverter:ewts-converter:1.6.0'
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The library is only two Java files(?), I think I prefer the code to be vendored rather than adding a maven dependency

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done, please check the code

package org.futo.inputmethod.event.combiners.wylie;

public class EwtsConverter {
}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you might have left it blank accidentally

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, I committed all changes now

@abb128
Copy link
Collaborator

abb128 commented Oct 3, 2025

Thanks!

@abb128 abb128 closed this Oct 3, 2025
abb128 pushed a commit that referenced this pull request Oct 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants