Code: Select all
\ → \
/ → ⁄,/
: → ꞉
* → ٭
? → ?
" → "
< → <
> → >
| → ǀCode: Select all
$string = replacelist($string, '\,/,:,*,?,",<,>,|', '\,/,꞉,٭,?,",<,>,ǀ');Code: Select all
\ → \
/ → ⁄,/
: → ꞉
* → ٭
? → ?
" → "
< → <
> → >
| → ǀCode: Select all
$string = replacelist($string, '\,/,:,*,?,",<,>,|', '\,/,꞉,٭,?,",<,>,ǀ');I rather thought: When I'd see a filename with a "?" on my machine I'd think it's defect.Marco wrote:Ahah, like curses in certain comic strips: ahr ahr grr @#+!!.
Code: Select all
\::Sendinput {U+FF3C}
/::Sendinput {U+2044}
+;::Sendinput {U+A789}
+8::Sendinput {U+066D}
+/::Sendinput {U+FF1F}
+'::Sendinput {U+FF02}
+,::Sendinput {U+FF1C}
+.::Sendinput {U+FF1E}
+\::Sendinput {U+01C0}