z
This commit is contained in:
parent
1d9b00705d
commit
3b6cebc580
1 changed files with 6 additions and 1 deletions
|
|
@ -116,7 +116,12 @@
|
|||
document.getElementById('outputTextHomoglyph').value = outputText;
|
||||
}
|
||||
|
||||
|
||||
function insertRLOCharacter() {
|
||||
let inputText = document.getElementById('inputTextRLO').value;
|
||||
// Insert the RLO character at the beginning of the text
|
||||
let outputText = '\u202E' + inputText;
|
||||
document.getElementById('outputTextRLO').value = outputText;
|
||||
}
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue