android supporting arabic in html tags? -


i want use arabic language inside html tags in android application,
html tags in strings.xml file , works english language,
when added arabic version of strings.xml file every thing ok html string becomes understandably language ??
tried add

<head>     <meta http-equiv="content-type" ; content="text/html; charset=utf-8" ; /> </head> 

but problem still. how can fix ??

yesss found it,
have load text way in activity
aboutus.loaddata(stringdata, "text/html; charset=utf-8", null);


Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -