You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
I am trying to convert text without in-page file,
What I'm doing?
I created HTML text area,
pasting in-page text in there.
Assigning that value to a variable
Passing that variable (not in-page file) to inpage2Unicode function and converting.
What I know?
I know if I pass in-page file, data is in binary there is a start and end position so code just work fine in that case. Amazing Result. But I want to convert without uploading or reading file.
What is the Issue?
I am passing string so excluding start and end position function. So start is 0 and end is the string length. But in convert function I didn't make any change and hex values are different as compare to file uploading.
Please help me where i am making mistake? And how convert function is converting to hex I'm confusing in that. Why you are shifting bits? Any help will appreciated,
This is my first post on git error should be acceptable. Thanks.
The text was updated successfully, but these errors were encountered:
Here is my in-page sample data (urdu alphabets alf to ye) in txt file. inpage.txt If you copy content of this file and paste in in-page its showing actual content. But when assigning this to js variable and pass it to convert function result are different.
Description:
I am trying to convert text without in-page file,
What I'm doing?
What I know?
I know if I pass in-page file, data is in binary there is a start and end position so code just work fine in that case. Amazing Result. But I want to convert without uploading or reading file.
What is the Issue?
I am passing string so excluding start and end position function. So start is 0 and end is the string length. But in convert function I didn't make any change and hex values are different as compare to file uploading.
Please help me where i am making mistake? And how convert function is converting to hex I'm confusing in that. Why you are shifting bits? Any help will appreciated,
This is my first post on git error should be acceptable. Thanks.
The text was updated successfully, but these errors were encountered: