dropbox - HTML file name having garbage characters -



dropbox - HTML file name having garbage characters -

i have been shared link of html file. user_profile.html dropbox.

to naked eye file name seems user_profile.html in editor user_profile<200f>.html.

in dropbox folder file appending charaters in file url.

file:///home/mohan/dropbox/user/management/retain_classes%e2%80%8f.html.

what possible issue?

u+200f, or e2 80 8f invisible unicode character called “right-to-left mark”, or “rtl mark”. used alter text direction within text, able mix language written right left, language written left right.

usage example:

<code>stack overflow called &rlm;سرریز پشته&lrm; in arabic</code>

gives:

stack overflow called ‏سرریز پشته‎ in arabic

even though can't see character, should able rename file , delete rtl mark (rename file , seek moving cursor left , right keyboard arrows. see how cursor stops extra, 0 width character).

also, i'm flagging off topic, has nil programming.

html dropbox

Comments

Popular posts from this blog

formatting - SAS SQL Datepart function returning odd values -

c++ - Apple Mach-O Linker Error(Duplicate Symbols For Architecture armv7) -

php - Yii 2: Unable to find a class into the extension 'yii2-admin' -