How to write and display for RTL languages (Arabic, Hebrew etc) on the Forum

tutorials

#1

1. input

For input to be properly seen as you type (meaning RTL)
for chrome right click and on the context menu choose Writing direction
input

for firefox just press Ctrl-Shift-x to toggle between LTR and RTL

2. output

For output you need to add <div dir="rtl"> before and <div> at the end of you RTL input
sort of like this
<div dir="rtl">
يوم جيد
</div>

which will give you this

يوم جيد